diff --git a/Third term/Artificial intelligence systems and big data/2.ipynb b/Third term/Artificial intelligence systems and big data/2.ipynb old mode 100644 new mode 100755 index 972482f..59483ca --- a/Third term/Artificial intelligence systems and big data/2.ipynb +++ b/Third term/Artificial intelligence systems and big data/2.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 6, "metadata": {}, "outputs": [], "source": [ @@ -30,29 +30,30 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 7, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "array([[0, 1, 0, 1, 0, 1, 0, 1],\n", - " [1, 0, 1, 0, 1, 0, 1, 0],\n", - " [0, 1, 0, 1, 0, 1, 0, 1],\n", - " [1, 0, 1, 0, 1, 0, 1, 0],\n", - " [0, 1, 0, 1, 0, 1, 0, 1],\n", - " [1, 0, 1, 0, 1, 0, 1, 0],\n", - " [0, 1, 0, 1, 0, 1, 0, 1],\n", - " [1, 0, 1, 0, 1, 0, 1, 0]])" + "array([[0, 1, 0, 1, 0, 1, 0, 1, 0],\n", + " [1, 0, 1, 0, 1, 0, 1, 0, 1],\n", + " [0, 1, 0, 1, 0, 1, 0, 1, 0],\n", + " [1, 0, 1, 0, 1, 0, 1, 0, 1],\n", + " [0, 1, 0, 1, 0, 1, 0, 1, 0],\n", + " [1, 0, 1, 0, 1, 0, 1, 0, 1],\n", + " [0, 1, 0, 1, 0, 1, 0, 1, 0],\n", + " [1, 0, 1, 0, 1, 0, 1, 0, 1],\n", + " [0, 1, 0, 1, 0, 1, 0, 1, 0]])" ] }, - "execution_count": 3, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "np.array([[(x + y) % 2 for x in range(8)] for y in range(8)])" + "np.array([[(x + y) % 2 for x in range(9)] for y in range(9)])" ] }, { @@ -67,7 +68,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 8, "metadata": {}, "outputs": [ { @@ -80,7 +81,7 @@ " [0, 1, 2, 3, 4]])" ] }, - "execution_count": 4, + "execution_count": 8, "metadata": {}, "output_type": "execute_result" } @@ -100,26 +101,26 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 9, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "array([[[0.34392799, 0.718808 , 0.49594499],\n", - " [0.12167775, 0.56056024, 0.59003049],\n", - " [0.12481231, 0.79707319, 0.66605017]],\n", + "array([[[0.20345315, 0.43131518, 0.76966255],\n", + " [0.86176214, 0.92498056, 0.61472383],\n", + " [0.93945099, 0.1950391 , 0.23309391]],\n", "\n", - " [[0.11550937, 0.29438156, 0.69728858],\n", - " [0.3432886 , 0.35701781, 0.72659151],\n", - " [0.73779222, 0.09585279, 0.40705831]],\n", + " [[0.32571424, 0.91336522, 0.95073139],\n", + " [0.48109355, 0.32416483, 0.32925225],\n", + " [0.56116627, 0.8999968 , 0.58189073]],\n", "\n", - " [[0.23874481, 0.80360945, 0.53127737],\n", - " [0.85959837, 0.16119215, 0.78824553],\n", - " [0.53977056, 0.71800074, 0.93729907]]])" + " [[0.98682298, 0.58254628, 0.25540734],\n", + " [0.96791093, 0.96124583, 0.53073238],\n", + " [0.25062485, 0.88066294, 0.99449625]]])" ] }, - "execution_count": 5, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } @@ -139,29 +140,36 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 25, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "array([[1, 1, 1, 1, 1, 1, 1, 1],\n", - " [1, 0, 0, 0, 0, 0, 0, 1],\n", - " [1, 0, 0, 0, 0, 0, 0, 1],\n", - " [1, 0, 0, 0, 0, 0, 0, 1],\n", - " [1, 0, 0, 0, 0, 0, 0, 1],\n", - " [1, 0, 0, 0, 0, 0, 0, 1],\n", - " [1, 0, 0, 0, 0, 0, 0, 1],\n", - " [1, 1, 1, 1, 1, 1, 1, 1]])" + "array([[1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1],\n", + " [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]])" ] }, - "execution_count": 6, + "execution_count": 25, "metadata": {}, "output_type": "execute_result" } ], "source": [ - "np.array([[int((x in [0, 7]) or (y in [0, 7])) for x in range(8)] for y in range(8)])" + "np.array([[int((x in [0, 14]) or (y in [0, 14])) for x in range(15)] for y in range(15)])" ] }, { @@ -175,23 +183,23 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 36, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "array([9, 8, 7, 6, 5, 4, 3, 2, 1, 0])" + "array([0, 1, 2, 3, 4, 5, 6, 7, 8, 9])" ] }, - "execution_count": 7, + "execution_count": 36, "metadata": {}, "output_type": "execute_result" } ], "source": [ "arr = np.arange(0, 10)\n", - "np.sort(arr)[::-1]" + "np.sort(arr)" ] }, { @@ -205,21 +213,25 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 32, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "(8, 10) 2 80\n" + "Размерность массива по каждой оси: (2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2)\n", + "Число измерений: 12\n", + "Колличество элементов: 4096\n" ] } ], "source": [ - "arr = np.array([np.arange(0, 10) for _ in range(8)])\n", + "arr = np.random.random(np.full(12, 2))\n", "\n", - "print(arr.shape, arr.ndim, arr.size)" + "print(\"Размерность массива по каждой оси:\", arr.shape)\n", + "print(\"Число измерений:\", arr.ndim)\n", + "print(\"Колличество элементов:\", arr.size)" ] }, { @@ -234,22 +246,22 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 26, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "3.1622776601683795\n" + "1.4142135623730951\n" ] } ], "source": [ "from math import sqrt\n", "\n", - "first_dot = pd.Series([1, 3])\n", - "second_dot = pd.Series([4, 2])\n", + "first_dot = pd.Series([1, 0])\n", + "second_dot = pd.Series([0, 1])\n", "\n", "s = 0\n", "for dim in range(first_dot.size):\n", @@ -271,7 +283,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 14, "metadata": {}, "outputs": [ { @@ -449,7 +461,7 @@ "[539383 rows x 8 columns]" ] }, - "execution_count": 10, + "execution_count": 14, "metadata": {}, "output_type": "execute_result" } @@ -483,7 +495,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 15, "metadata": {}, "outputs": [ { @@ -550,7 +562,7 @@ "1 US 1558 PHX CLT 3 15 222 1" ] }, - "execution_count": 11, + "execution_count": 15, "metadata": {}, "output_type": "execute_result" } @@ -561,7 +573,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 16, "metadata": {}, "outputs": [ { @@ -640,7 +652,7 @@ "539382 US 1442 LAX PHL 5 1439 301 1" ] }, - "execution_count": 12, + "execution_count": 16, "metadata": {}, "output_type": "execute_result" } @@ -651,7 +663,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 17, "metadata": {}, "outputs": [ { @@ -660,7 +672,7 @@ "(539383, 8)" ] }, - "execution_count": 13, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -671,7 +683,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 18, "metadata": {}, "outputs": [ { @@ -772,8 +784,8 @@ "" ], "text/plain": [ - " Flight DayOfWeek Time Length \n", - "count 539383.000000 539383.000000 539383.000000 539383.000000 \\\n", + " Flight DayOfWeek Time Length \\\n", + "count 539383.000000 539383.000000 539383.000000 539383.000000 \n", "mean 2427.928630 3.929668 802.728963 132.202007 \n", "std 2067.429837 1.914664 278.045911 70.117016 \n", "min 1.000000 1.000000 10.000000 0.000000 \n", @@ -793,7 +805,7 @@ "max 1.000000 " ] }, - "execution_count": 14, + "execution_count": 18, "metadata": {}, "output_type": "execute_result" } @@ -813,7 +825,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 19, "metadata": {}, "outputs": [ { @@ -892,7 +904,7 @@ "3 AA 2466 SFO DFW 3 20 195 1" ] }, - "execution_count": 15, + "execution_count": 19, "metadata": {}, "output_type": "execute_result" } @@ -913,7 +925,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 20, "metadata": {}, "outputs": [ { @@ -980,7 +992,7 @@ "15 US 498 DEN CLT 3 55 179 0" ] }, - "execution_count": 16, + "execution_count": 20, "metadata": {}, "output_type": "execute_result" } @@ -1004,7 +1016,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 21, "metadata": {}, "outputs": [ { @@ -1130,8 +1142,8 @@ "" ], "text/plain": [ - " sepal_length_cm sepal_width_cm petal_length_cm petal_width_cm \n", - "0 5.1 3.5 1.4 0.2 \\\n", + " sepal_length_cm sepal_width_cm petal_length_cm petal_width_cm \\\n", + "0 5.1 3.5 1.4 0.2 \n", "1 4.9 3.0 1.4 0.2 \n", "2 4.7 3.2 1.3 0.2 \n", "3 4.6 3.1 1.5 0.2 \n", @@ -1159,7 +1171,7 @@ "[150 rows x 5 columns]" ] }, - "execution_count": 17, + "execution_count": 21, "metadata": {}, "output_type": "execute_result" } @@ -1174,7 +1186,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 22, "metadata": {}, "outputs": [], "source": [ @@ -1187,7 +1199,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 23, "metadata": {}, "outputs": [], "source": [ @@ -1200,7 +1212,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 24, "metadata": {}, "outputs": [ { @@ -1326,8 +1338,8 @@ "" ], "text/plain": [ - " sepal_length_cm sepal_width_cm petal_length_cm petal_width_cm \n", - "0 0.222222 1.032057 1.4 0.2 \\\n", + " sepal_length_cm sepal_width_cm petal_length_cm petal_width_cm \\\n", + "0 0.222222 1.032057 1.4 0.2 \n", "1 0.166667 -0.124958 1.4 0.2 \n", "2 0.111111 0.337848 1.3 0.2 \n", "3 0.083333 0.106445 1.5 0.2 \n", @@ -1355,7 +1367,7 @@ "[150 rows x 5 columns]" ] }, - "execution_count": 20, + "execution_count": 24, "metadata": {}, "output_type": "execute_result" } @@ -1381,7 +1393,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.0" + "version": "3.12.5" } }, "nbformat": 4, diff --git a/Third term/Artificial intelligence systems and big data/3.ipynb b/Third term/Artificial intelligence systems and big data/3.ipynb old mode 100644 new mode 100755 index a53c7c3..7f488ef --- a/Third term/Artificial intelligence systems and big data/3.ipynb +++ b/Third term/Artificial intelligence systems and big data/3.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": 100, + "execution_count": 3, "metadata": {}, "outputs": [], "source": [ @@ -36,7 +36,7 @@ }, { "cell_type": "code", - "execution_count": 81, + "execution_count": 4, "metadata": {}, "outputs": [], "source": [ @@ -50,84 +50,84 @@ }, { "cell_type": "code", - "execution_count": 82, + "execution_count": 5, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "[6 9 3] [2 3 5]\n", - "Расстояние Евклида 7.483314773547883\n", - "Квадрат Евклидова расстояния 56.0\n", + "[2 4 8] [8 6 2]\n", + "Расстояние Евклида 8.717797887081348\n", + "Квадрат Евклидова расстояния 76.00000000000001\n", "Расстояние Чебышева 6.0\n", - "Расстояние Хемминга 12.0\n", + "Расстояние Хемминга 14.0\n", "\n", - "[6 9 3] [5 7 5]\n", - "Расстояние Евклида 3.0\n", - "Квадрат Евклидова расстояния 9.0\n", - "Расстояние Чебышева 2.0\n", - "Расстояние Хемминга 5.0\n", + "[2 4 8] [6 6 1]\n", + "Расстояние Евклида 8.306623862918075\n", + "Квадрат Евклидова расстояния 69.0\n", + "Расстояние Чебышева 7.0\n", + "Расстояние Хемминга 13.0\n", "\n", - "[6 9 3] [3 7 5]\n", - "Расстояние Евклида 4.123105625617661\n", - "Квадрат Евклидова расстояния 17.0\n", - "Расстояние Чебышева 3.0\n", - "Расстояние Хемминга 7.0\n", + "[2 4 8] [7 6 1]\n", + "Расстояние Евклида 8.831760866327848\n", + "Квадрат Евклидова расстояния 78.00000000000001\n", + "Расстояние Чебышева 7.0\n", + "Расстояние Хемминга 14.0\n", "\n", - "[2 3 5] [6 9 3]\n", - "Расстояние Евклида 7.483314773547883\n", - "Квадрат Евклидова расстояния 56.0\n", + "[8 6 2] [2 4 8]\n", + "Расстояние Евклида 8.717797887081348\n", + "Квадрат Евклидова расстояния 76.00000000000001\n", "Расстояние Чебышева 6.0\n", - "Расстояние Хемминга 12.0\n", + "Расстояние Хемминга 14.0\n", "\n", - "[2 3 5] [5 7 5]\n", - "Расстояние Евклида 5.0\n", - "Квадрат Евклидова расстояния 25.0\n", - "Расстояние Чебышева 4.0\n", - "Расстояние Хемминга 7.0\n", - "\n", - "[2 3 5] [3 7 5]\n", - "Расстояние Евклида 4.123105625617661\n", - "Квадрат Евклидова расстояния 17.0\n", - "Расстояние Чебышева 4.0\n", - "Расстояние Хемминга 5.0\n", - "\n", - "[5 7 5] [6 9 3]\n", - "Расстояние Евклида 3.0\n", - "Квадрат Евклидова расстояния 9.0\n", + "[8 6 2] [6 6 1]\n", + "Расстояние Евклида 2.23606797749979\n", + "Квадрат Евклидова расстояния 5.000000000000001\n", "Расстояние Чебышева 2.0\n", - "Расстояние Хемминга 5.0\n", + "Расстояние Хемминга 3.0\n", "\n", - "[5 7 5] [2 3 5]\n", - "Расстояние Евклида 5.0\n", - "Квадрат Евклидова расстояния 25.0\n", - "Расстояние Чебышева 4.0\n", - "Расстояние Хемминга 7.0\n", - "\n", - "[5 7 5] [3 7 5]\n", - "Расстояние Евклида 2.0\n", - "Квадрат Евклидова расстояния 4.0\n", - "Расстояние Чебышева 2.0\n", + "[8 6 2] [7 6 1]\n", + "Расстояние Евклида 1.4142135623730951\n", + "Квадрат Евклидова расстояния 2.0000000000000004\n", + "Расстояние Чебышева 1.0\n", "Расстояние Хемминга 2.0\n", "\n", - "[3 7 5] [6 9 3]\n", - "Расстояние Евклида 4.123105625617661\n", - "Квадрат Евклидова расстояния 17.0\n", - "Расстояние Чебышева 3.0\n", - "Расстояние Хемминга 7.0\n", + "[6 6 1] [2 4 8]\n", + "Расстояние Евклида 8.306623862918075\n", + "Квадрат Евклидова расстояния 69.0\n", + "Расстояние Чебышева 7.0\n", + "Расстояние Хемминга 13.0\n", "\n", - "[3 7 5] [2 3 5]\n", - "Расстояние Евклида 4.123105625617661\n", - "Квадрат Евклидова расстояния 17.0\n", - "Расстояние Чебышева 4.0\n", - "Расстояние Хемминга 5.0\n", - "\n", - "[3 7 5] [5 7 5]\n", - "Расстояние Евклида 2.0\n", - "Квадрат Евклидова расстояния 4.0\n", + "[6 6 1] [8 6 2]\n", + "Расстояние Евклида 2.23606797749979\n", + "Квадрат Евклидова расстояния 5.000000000000001\n", "Расстояние Чебышева 2.0\n", + "Расстояние Хемминга 3.0\n", + "\n", + "[6 6 1] [7 6 1]\n", + "Расстояние Евклида 1.0\n", + "Квадрат Евклидова расстояния 1.0\n", + "Расстояние Чебышева 1.0\n", + "Расстояние Хемминга 1.0\n", + "\n", + "[7 6 1] [2 4 8]\n", + "Расстояние Евклида 8.831760866327848\n", + "Квадрат Евклидова расстояния 78.00000000000001\n", + "Расстояние Чебышева 7.0\n", + "Расстояние Хемминга 14.0\n", + "\n", + "[7 6 1] [8 6 2]\n", + "Расстояние Евклида 1.4142135623730951\n", + "Квадрат Евклидова расстояния 2.0000000000000004\n", + "Расстояние Чебышева 1.0\n", "Расстояние Хемминга 2.0\n", + "\n", + "[7 6 1] [6 6 1]\n", + "Расстояние Евклида 1.0\n", + "Квадрат Евклидова расстояния 1.0\n", + "Расстояние Чебышева 1.0\n", + "Расстояние Хемминга 1.0\n", "\n" ] } @@ -148,12 +148,12 @@ }, { "cell_type": "code", - "execution_count": 83, + "execution_count": 6, "metadata": {}, "outputs": [ { "data": { - "image/png": "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eHgY7777Lurq6vDggw+isrISX/nKV/Df//3fWFpaWrHpu91udHZ2gqIozlVkcrkczc3N2LVrF3Jzc/GLX/wCVqsVV1xxBSorK9Hb28vXUxURWYE4eegC5YUXXkBHRwdOnz4d76VcUEilUmzbtg3btm3Dz3/+c3R1deHll1/GE088ge9+97u4/PLLcc011+Dqq69GcnIyvvnNb+LGG2/E7t27OVet0TSNJ554Ak8//TTeffddZoKl3W7H8ePHUV1dzedTFBHxQDzJXIBMTU3h9ttvx5/+9CfB2LdfiJAKsQcffBA9PT1QKpXYuXMnfvvb36Kqqgr19fX49NNPsX79es59MDRN49///d/x5JNP4tixYx4jklNSUrB37964Oiw/8sgjkEgkuOOOO+K2BpHoIib+L0COHj2Ka6+91mPjcrvdkEgkkEqlsNvtUW8uFPGP3W7H3r17MTAwgMLCQvT09GDXrl04ePAgrrnmGqxZsyYkA0+apvHMM8/gZz/7Gf72t79h586dMVh96IhFJxcG4knmAuTyyy9Hd3c3VCoV89/WrVtx4403QqVSiQITR9xuN7785S9jaWkJPT096OjowODgIPbv34+XXnoJ9fX1uPLKK/HUU09hamrKb+Kepmn84Q9/wP3334+//vWvghMYsejkwkEUmQsQMjGR/V9GRgby8/OxcePGeC/vgkYmk2H//v2MC7JEIkFVVRV+9KMf4e9//zvGxsbwpS99CW+88QaampqYE8DY2BgjODRN4//7//4/3H333XjttddwySWXxPlZrUQsOrlwEBP/IiICw99MFIlEgnXr1uH222/HD37wA8zPzzMzcX76059i48aNOHDgAFJSUvDwww/jyJEj+OxnPxvbxYeAWHRyYSHmZEREEhz2TJzDhw/j3XffxfPPP48bb7wx3ktbwdTUFLZu3Yq3334bmzdvBgB89rOfRXNzs5iTWaWIIiMisoogY6bLysrivRSfiEUnFx6iyIiIiMQMo9GIiYkJj6/dcsstaGhowF133SXmBFchYk5GREQkZpCiEzZi0cnqRqwuExERERGJGmK4TCRhuP//b+9+QqHb4ziOfxZSyn+NjNSEEKKespnGRrG2sphGdhZSU2Rhds9spJSt/NnY2FBKapqyMGRMURZjgUHTZJpSQo1C4e7U0+Xe6+qc38zzvF+7OavPZvp0vt/fOefnTwWDwV+utbS06OTkxFAiAP+GcRnySnt7u7a2tt5/W/0VSgDfwz8UeaWgoEA1NTWmYwD4j9jJIK8kEgnV1taqoaFBPp9PqVTKdCQA/4CdDPJGKBRSNptVS0uLMpmMgsGg0um0jo+PVVJSYjoegA9QMshbd3d3crlcmp2d/fRVLADMYlyGvFVeXq7m5madn5+bjgLgE5QM8lY2m9XFxYWcTqfpKAA+Qckgb0xMTCgSiSiZTCoajb6/A8vr9ZqO9seYm5tTZ2enSktLVVpaKrfbrVAoZDoWchhHmJE3rq6u5PV6dXNzI4fDoe7ubsViMTkcDtPR/hh1dXWanp5WU1OT3t7etLy8rP7+fh0dHam9vd10POQgFv8AvqWyslIzMzMcvsCHuJMB8L+8vLxodXVVDw8PcrvdpuMgR1EyAL4kHo/L7Xbr8fFRxcXFWl9fV1tbm+lYyFGMywB8yfPzs1KplO7v77W2tqalpSVFIhGKBh+iZAB8S29vrxobGzU/P286CnIQR5gBfMvr66uenp5Mx0COomQAm6TTaQ0ODqqqqkpFRUXq6OjQ4eGh6VhfEggEtLOzo2QyqXg8rkAgoO3tbfl8PtPRkKNY/AM2uL29lcfjUU9Pj0KhkBwOhxKJhCoqKkxH+5Lr62sNDQ0pk8morKxMnZ2dCofD6uvrMx0NOYqdDGCDyclJ7e3taXd313QUwFaMywAbbGxsqKurSwMDA6qurtaPHz+0uLhoOhZgOUoGsMHl5aXm5ubU1NSkcDiskZER+f1+LS8vm44GWIpxGWCDwsJCdXV1KRqNvl/z+/06ODjQ/v6+wWSAtbiTAWzgdDr/9rBia2srn4/Gb4+SAWzg8Xh0enr6y7WzszO5XC5DiQB7UDKADcbGxhSLxTQ1NaXz83OtrKxoYWFBo6OjpqMBlmInA9hkc3NTgUBAiURC9fX1Gh8f1/DwsOlYgKUoGQCAZRiXAQAsQ8kAACxDyQAALEPJAAAsQ8kAACxDyQAALEPJAAAsQ8kAACxDyQAALEPJAAAsQ8kAACzzF/ayTHQUV5aMAAAAAElFTkSuQmCC", + "image/png": "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isLAwABWVlYU62Pl9/tx+vRpZGdnY/fu3SknEi4oisL8/DxGRkYYsifKsJKSEkG/p2eeeQa33HILfvvb3+LDH/5wom45DPfddx8ef/xxvPTSS8yf6XS6qAFdb731Fi666CI88MADuOaaa/Doo4/iwQcfRFdXl7r7whPrgkzGx8exdetW9PX1qb9YmUHTNEZGRphMlr6+Plx00UU4cuQIrr322rBMFoqiMDExgfn5eVl8tohfGCEWj8eD4uJiZvtejNSZbI17PB60tbUp0seKEElOTo6sNvdyYnV1FadPn8bmzZtRW1vLPACYzWbm90QG+LGUYc899xw++clP4uGHH8bHP/7xpN3/fffdhyeffBIGg4HX3//EJz4Bl8uFZ555hvmzAwcOoKWlBT/72c8SdJfnFxRPJhRF4brrrsPy8jLefPPNVN/OeQ1iykis80+fPo2DBw8yrbBvfOMbyMrKwr//+78nZP5AvKiMRqMovzAhy36pgs/nw+nTp5GXl8fLfy0VIERSW1sb0a+MnSYZSxn28ssv44YbbsDPf/5z/N3f/V1SlX333Xcfvv/976OgoACZmZno7OzEAw88EHXmU1NTgzvuuANf+tKXmD+799578eSTT6KnpydJd72+oXgy+ed//mc8++yzePPNNxUZpnS+gqZpzMzM4NixY3j88cfxzjvvID09HbfffjtuvfXWhGSysOHxeBiHY+IXRoglUtuKLa1V6ua91+vF6dOnUVBQgKamJsXIptlwOp04deoUampqeLn2er1eZoBvt9vxyiuvIBgMoqGhAXfffTf+8z//E5/61KeS/rM+++yzcDqdaGxsxOLiIu6//37Mz8+jv78/ovBEr9fjN7/5DW644Qbmz37605/i/vvvh9FoTOatr1so7xvHwuc//3k888wzeP3111UiSTI0Gg1qa2tx22234fnnn8fu3bvxiU98Ai+++CL+4z/+A3v27GGs8+vq6mQ/LLKysphYXyJlNZlMGB0dRX5+PkMs2dnZ8Pv96O7uTpkiig+8Xi9OnTqV8OAtKXA6nTh9+jSqq6t5279nZmaiuroa1dXVCAQCWFpawkMPPYSf/OQnKC8vx+DgIN5++20cOHAgqVXY4cOHmf+/ubkZ+/fvR21tLf70pz/h1ltvTdp9vJ+gSDKhaRq33347nnjiCZw4cUJR1uDvN9xxxx0IBAJ4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", "text/plain": [ "
" ] @@ -184,7 +184,7 @@ }, { "cell_type": "code", - "execution_count": 84, + "execution_count": 7, "metadata": {}, "outputs": [ { @@ -197,7 +197,7 @@ " [0, 1, 2, 3, 4]])" ] }, - "execution_count": 84, + "execution_count": 7, "metadata": {}, "output_type": "execute_result" } @@ -233,7 +233,7 @@ }, { "cell_type": "code", - "execution_count": 85, + "execution_count": 25, "metadata": {}, "outputs": [ { @@ -258,7 +258,7 @@ "print(model)\n", "\n", "# делаем прогноз\n", - "print('(-2,-2) is class', model.predict([[-2, -2]]))\n", + "print('(-2,-2) is class', model.predict([[-9, 9]]))\n", "print('(1,3) is class', model.predict([[1, 3]]))" ] }, @@ -281,7 +281,7 @@ }, { "cell_type": "code", - "execution_count": 86, + "execution_count": 9, "metadata": {}, "outputs": [ { @@ -407,8 +407,8 @@ "" ], "text/plain": [ - " sepal_length_cm sepal_width_cm petal_length_cm petal_width_cm \n", - "0 5.1 3.5 1.4 0.2 \\\n", + " sepal_length_cm sepal_width_cm petal_length_cm petal_width_cm \\\n", + "0 5.1 3.5 1.4 0.2 \n", "1 4.9 3.0 1.4 0.2 \n", "2 4.7 3.2 1.3 0.2 \n", "3 4.6 3.1 1.5 0.2 \n", @@ -436,7 +436,7 @@ "[150 rows x 5 columns]" ] }, - "execution_count": 86, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" } @@ -451,12 +451,12 @@ }, { "cell_type": "code", - "execution_count": 87, + "execution_count": 10, "metadata": {}, "outputs": [ { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAABRgAAAJaCAYAAABELyv0AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy80BEi2AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3hU1dbH8e/0mUwaPfQOAoKAgAIKKFIFURRFUSmKvWLlXkVBfbl6QUDFAgoCghUFlSIgigqCIEWK0iH0DumZ+v6RSySmTUKSmQm/z314rjln5cxKdiaZWWfvtQ1+v9+PiIiIiIiIiIiISCEYg52AiIiIiIiIiIiIhC8VGEVERERERERERKTQVGAUERERERERERGRQlOBUURERERERERERApNBUYREREREREREREpNBUYRUREREREREREpNBUYBQREREREREREZFCU4FRRERERERERERECs0c7ATOh8/n4+DBg0RFRWEwGIKdjoiIiEiB+f1+EhMTqVKlCkaj7v2GI70mFRERkXBWFK9Hw7rAePDgQapXrx7sNERERETO2759+6hWrVqw05BC0GtSERERKQ3O5/VoWBcYo6KigIxvQHR0NG63m0WLFtG1a1csFkuQs5O8aKzCh8YqfGiswoPGKXyU1FglJCRQvXr1zNc1En7++Zq0OOh3R/jQWIUPjVV40DiFD41V+PjnWBXF69GwLjCeXYISHR2dWWCMiIggOjpaP8whTmMVPjRW4UNjFR40TuGjpMdKS2vD1z9fkxYH/e4IHxqr8KGxCg8ap/ChsQofuY3V+bweVaMfERERERERERERKTQVGEVERERERERERKTQVGAUERERERERERGRQgvrHoyB8Pv9eDwevF5vsFORc7jdbsxmM2lpaQGPjclkwmw2q0eViIiI5Mjr9fLiiy/y0UcfcfjwYapUqcKgQYN47rnn8nz98OOPPzJs2DA2b95M9erVee655xg0aFDJJS4iIhKCClpPKcz7fCkZJVFPKdUFRpfLxaFDh0hJSQl2KvIPfr+fuLg49u3bV6Af8IiICCpXrozVai3G7ERERCQcvfrqq7zzzjtMmzaNJk2asGbNGgYPHkxMTAyPPPJIjp+ze/durr32Wu677z5mzpzJ999/z913303lypXp1q1bCX8FIiIioaEw9ZTCvs+XklHc9ZRSW2D0+Xzs3r0b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VE7gug7RWLLjVI1xMUF6tG0WBLXap5rlsjS2tqLqsa18B9vKN7CdfEd9txX/HRAR1S+NSsDo5HhM//MIJDe5w4euToA/518kIvKY4O0KXAn8dGo8N6RtjYvFKBTAayOSoFWxSYiIiIiIiOqSVi1gXN+EGmOSmplwXbsICAKHSBMRecqr2Syz2Yz09HSkp6cDADIzM5Geno6srCxvVqteBBvV+Omxvmgd7ldpX4hRg8/u645eCcFQK5lgJCIiIiIiqkv+OjWeHNgGj1/bqspOHQMSw/HNg324ejQRUS159eq5detWDBgwwPW4bH7F0aNHY968eV6qVf3QqJSICdJj8YQUHM8txvK92bA7RfSKD0bvFiFQCgro1DKWmSYiIiIiIiKPGbUqjL+mJR6+pgV+3XUGmTkFgDMDqyb3h79BW+OIMyIiqplXE4z9+/eH5G4SjCZEKQjw1wlIahaADtEmSBLY/Z6IiIiIiKiB+OlKvwLf1SsOVqsNy5ZlIMKk5Xy4RESXif2/vUShUEDB3CIREREREZFXsLMHEVHd4YR/REREREREREREVGtMMBIREREREREREVGtMcFIREREREREREREtcYEIxEREREREREREdUaE4xERERERERERERUa0wwEhERERERERERUa0xwUhERERERERERES1xgQjERERERERERER1RoTjERERERERERERFRrTDASERERERERERFRrTHBSERERERERERERLXGBCMRERERERERERHVGhOMREREREREREREVGtMMBIREREREREREVGtMcFIREREREREREREtcYEIxEREREREREREdWaytsVuBySJAEACgoKAAB2ux3FxcUoKCiAWq32ZtXIDbaV72Bb+Q62lW9gO/mOhmqrsvuYsvsa8j0V70nrA68dvoNt5TvYVr6B7eQ72Fa+o2Jb1cX9qE8nGAsLCwEAsbGxXq4JERER0eUpLCxEQECAt6tBtcB7UiIiImoKLud+VCH58M/loiji9OnT8Pf3h0KhQEFBAWJjY3HixAmYTCZvV49qwLbyHWwr38G28g1sJ9/RUG0lSRIKCwsRHR0NQeDsNb6o4j1pfeC1w3ewrXwH28o3sJ18B9vKd1Rsq7q4H/XpHoyCICAmJqbSdpPJxH/MPoJt5TvYVr6DbeUb2E6+oyHaij0XfVt196T1gdcO38G28h1s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CgVeffVVj1+PiIiImq6mck9Z8bXnzZtXrhemnPuwinWbNm0a4uPja3wdOfeXVd2rXlq3isefm5uLoKCgSr1If/75Z/Ts2RM6nQ6hoaG4+eabAQD9+/ev9j617N6v4rGtWrUKCoWi3Ov279+/XFvNnj0bgYGB2L59OwDA6XRi3LhxrnvyxMREfPDBB/CU1WrFc889h9jYWGi1WrRq1Qqff/55ufeqU6dO5Z7z448/QqFQoH///h6/HhFVjQlGIgJQ+sEMAFqt1m2sJEkYMmSI61fp5OTkamOLiorw8ssvw8/Pz+M6FRUVYfLkydi6dStWrVoFQRBw8803QxRFt/UzmUyu+j311FPl9k+dOhVffvklPv30U+zduxdPPvkk7r33Xqxevbpc3MGDB11lnDlzptw+u92OwYMHw9/fH2vXrsX69evh5+eHIUOGwGazAQBmzJiBiRMn4uGHH8bu3bvx008/oVWrVgCALVu2uMqNiYnBtGnTXI/vvPPOSsf0r3/9Cxs2bMCKFSsQFBQEADCbzRg2bBhWrVqFHTt2YMiQIRg+fDiysrJkv8dmsxn9+vXDqVOn8NNPP2Hnzp149tlny73HERER+O6772CxWAAAFosF33zzDSIiImS/DhEREV0ZmtI9ZU3q4j6sIjn3l0Dp+wb8c6/qrofolClTXInfMr/++ituvvlmDBs2DDt27MCqVavQq1cvAMDixYvLtclTTz3levz0009XKl8URTz11FM1ts2CBQvw5JNP4qeffkK3bt1cz4uJicHChQuxb98+/N///R9efPFFLFiwQNb7Veb+++/Hd999hw8//BD79+/HzJkzK9XlwoUL2LRpk+vxzJkz0axZM49eh4hqpvJ2BYiocbhw4QIAwN/f322s3W6Hn58fIiMjAQAajaba2Lfeegvt27evdFMjx6233lru8Zw5cxAWFoZ9+/YhKSmpxvppNBpX/S69wbBarXj99dexcuVK101sixYtsG7dOsycORP9+vVzxYaHh1c7X9D3338PURQxe/ZsKBQKAMDcuXMRGBiItLQ0DBo0CP/973/x1FNP4YknnnA9r2fPngCAsLAw1zalUomAgABXfSt66aWXsGTJEqxbt65cTOfOndG5c2fX49deew1LlizBTz/95Oop6c63336Lc+fOYcuWLQgODgYAVxK0TGRkJOLi4rBw4ULcd999WLRoEfr06XNZN9BERETUNDWVe0qdToeSkpJqy6yL+7CK5NxfAqXvGwA0a9YMRqOx2h6iAHDo0CHMmTMHkydPxocffuja/r///Q933XUXpkyZUu6YALjuCYHSNrm0jaryxRdfwGq1YsSIETCbzZX2//7773jggQewcOFCXHPNNa7tarW63OsnJCRg48aNWLBgAe64445qX6/i8S1YsACpqam4/vrrAZTe21c0duxYzJo1y3UPu23bNtx6663Yt2+frNchIvfYg5GIAACnTp0CAERFRbmNLSgogNFodBt3+vRpvPfee3j33Xer3P/cc8/Bz8/P9ffNN9+U23/48GGMGjUKLVq0gMlkcg0pcZfYqql+R44cQXFxMQYOHFjutb/88ktZw6/L7Ny5E0eOHIG/v7+rjODgYFgsFmRkZCAnJwenT5/GddddJ7vMqkyfPh3/+9//kJiYWGlIjdlsxtNPP4127dohMDAQfn5+2L9/v0eJv/T0dHTt2rXcjWRVHn74YXz22WcAgM8++wwPPfSQx8dCRERETV9TuadMSkrCokWLXMm8iuriPqwid/eXZQoKCiAIAvR6vdsyn332WYwfP75S0i09Pf2y71MBoLi4GC+99BLeeustqFSV+y9t3rwZt956K4xGI3r37l1p/8cff4zu3bsjLCwMfn5++Oyzzzy+l1UqleU6CVRl9OjRWLp0KQoKCjB79mzce++9NSa0ichz7MFIRACAffv2ISwszG2iCSi9yas4j0lV/v3vf+P2228v9+vupZ555hmMGTPG9fi5556D0+l0PR4+fDiaN2+OWbNmITo6GqIoIikpqdwQkerqFx0dXeW+sl9Vf/3110rDIuQM5bm0nO7du1e6gQVKeycKQt38frN582b89ttvGDNmDGbOnInx48e79j399NNITU3FO++8g1atWkGv1+O2225z+/5cSs6NKQAMHToUEyZMwOLFi5GZmYlhw4bh5Zdf9vh4iIiIqGlrKveU06ZNw8iRI2E0GqHRaOBwOKDT6Vz76+I+rCJ395dlTp8+jYiICLf3m6tXr8batWsxd+5c/Pjjj+X2yb0HdOftt99GYmIihg8fjh9++KHS/o0bN2LGjBlYtGgRHnvsMXz33XeuffPnz8fTTz+Nd999F8nJyfD398fbb7/tmgtcDrnHERISgsGDB+PLL7/EnDlzsHLlSnz66aeyX4eI3GOCkYgAlE7MnJKS4jauqKgI+/fvxwsvvFBjXHp6OhYtWoSDBw9WGxMaGlpuOK6/vz/y8vIAlE5GffDgQcyaNQtXX301AGDdunUyjqR0fsOuXbtWua99+/bQarXIyspy+0tnTbp164bvv/8e4eHhMJlMVcbEx8dj1apVGDBgQK1fZ9q0aRg6dCg++eQTPPDAAxg6dCji4uIAAOvXr8eYMWNcE3KbzeZKk4C706lTJ8yePRsXLlyo8YuAUqnEuHHjMGbMGEyaNAlKpbLWx0RERERNV1O5p+zbty+ys7ORlZUFp9OJxYsX4/XXX3ftr4v7sIrk3F8CNd/rlpEkCU899RRefvll1/zdl+rUqRNWrVqFBx54oNb1PXPmDGbMmFFpHvNL3XfffXjkkUcwdOhQJCUlYcmSJa73bP369UhJScGECRNc8Z6MKAKAjh07QhRFrF692jVEujrjx4/H8OHD0aVLF7Rt29aj1yEi9zhEmugKV1JSgs8//xy///47Bg8ejOzsbNdffn4+JElCdnY2nE4nDhw4gFGjRiEwMBBDhw6tsdx33nkHkydPrrYnoTtBQUEICQnBZ599hiNHjuCPP/7A5MmTa3zO+fPn8e9//xvr16/H6NGjq4zx9/fH008/jSeffBJffPEFMjIysH37dnz00Uf44osvZNfvnnvuQWhoKEaMGIG1a9ciMzMTaWlp+Ne//oWTJ08CKF2B+d1338WHH36Iw4cPu17HE2VJv1tvvRXDhg3Dgw8+6NrXunVrLF68GOnp6di5cyfuvvtujycrHzVqFCIjIzFy5EisX78eR48exQ8//ICNGzdWih0/fjxefPFFPPLIIx69BhERETV9TemesoxSqURCQgJatWqF8PDwcvvk3oc5HA5YLBZYLBY4HA5IkuR6XLaAXhl395dmsxnTpk3Dt99+6zYxuGrVKuTn52PixIlV7n/llVfw3Xff4ZVXXsH+/fuxe/duvPnmm7LelzIff/wxbr755hqTnWX3ss2bN8fbb7+NRx99FLm5uQBK38OtW7di+fLlOHToEF5++WVs2bLFozrEx8dj9OjRGDt2LJYuXep6z6paKKZfv36YMmUK3nrrLY9eg4jkYYKR6Ar3/fff48EHH4QkSZgwYQKioqJcf5MmTUJBQQGioqJw4sQJvPrqq3A4HFi5cqXbFfz8/f3x7LPP1rpegiBg/vz52LZtG5KSkvDkk0/i7bffrvE533zzDZYvX44lS5a4VsGrymuvvYaXX34ZU6dORbt27TBkyBD8+uuvSEhIkF0/g8GANWvWIC4uDrfccgvatWuHcePGwWKxuH5xHj16NKZNm4ZPPvkEHTp0wI033ojDhw/Lfo2Kpk+fjp07d7rmQnzvvfcQFBSElJQUDB8+HIMHD3atylfm1VdfrTR346U0Gg1WrFiB8PBwDBs2DB07dsQbb7xRZQ/FyMhIPP/887W+wSciIqKmqyndU8oh5z4MKB2+rdfrodfr8cwzzyArK8v1uOLwXnf3l6mpqZg1axZmzpyJ2267rcb6FRUV4Y033oBara5yf//+/bFw4UL89NNP6NKlC6699lps3rzZo/dAFEX873//kx0/fvx4JCUl4fHHH3c9vuWWW3DnnXeid+/eyM3NLdebEQDS0tKgUChq7B06Y8YM3HbbbZgwYQLatm2Lhx56CEVFRVXGPvnkk+jTp4/sOhORfAqpbI17IroizZs3D/PmzUNaWlq1MQqFApmZmTUmqqhxGj16NBQKBebNm+ftqhAREVETxntKqg9z587F66+/jn379lWbLCWixoFzMBJd4fR6vdtJuCMiIjjnng+SJAlpaWmy564kIiIiqi3eU1J9+O233/D6668zuUjkA9iDkYiIiIiIiIiIiGqNczASERERERERERFRrTHBSERERERERERERLXGBCMRERERERERERHVGhOMREREREREREREVGtMMBIREREREREREVGtMcFIREREREREREREtcYEIxEREREREREREdUaE4xERERERERERERUa0wwEhERERERERERUa0xwUhERERERERERES19v/T9LU+tZaLxwAAAABJRU5ErkJggg==", + "image/png": "iVBORw0KGgoAAAANSUhEUgAABRgAAAJaCAYAAABELyv0AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOzdd3hU1dbH8e/0mUwaPfQOAoKAgAIKKFIFURRFUSmKvWLlXkVBfbl6QUDFAgoCghUFlSIgigqCIEWK0iH0DumZ+v6RSySmTUKSmQm/z314rjln5cxKdiaZWWfvtQ1+v9+PiIiIiIiIiIiISCEYg52AiIiIiIiIiIiIhC8VGEVERERERERERKTQVGAUERERERERERGRQlOBUURERERERERERApNBUYREREREREREREpNBUYRUREREREREREpNBUYBQREREREREREZFCU4FRRERERERERERECs0c7ATOh8/n4+DBg0RFRWEwGIKdjoiIiEiB+f1+EhMTqVKlCkaj7v2GI70mFRERkXBWFK9Hw7rAePDgQapXrx7sNERERETO2759+6hWrVqw05BC0GtSERERKQ3O5/VoWBcYo6KigIxvQHR0NG63m0WLFtG1a1csFkuQs5O8aKzCh8YqfGiswoPGKXyU1FglJCRQvXr1zNc1En7++Zq0OOh3R/jQWIUPjVV40DiFD41V+PjnWBXF69GwLjCeXYISHR2dWWCMiIggOjpaP8whTmMVPjRW4UNjFR40TuGjpMdKS2vD1z9fkxYH/e4IHxqr8KGxCg8ap/ChsQofuY3V+bweVaMfERERERERERERKTQVGEVERERERERERKTQVGAUERERERERERGRQgvrHoyB8Pv9eDwevF5vsFORc7jdbsxmM2lpaQGPjclkwmw2q0eViIiI5Mjr9fLiiy/y0UcfcfjwYapUqcKgQYN47rnn8nz98OOPPzJs2DA2b95M9erVee655xg0aFDJJS4iIhKCClpPKcz7fCkZJVFPKdUFRpfLxaFDh0hJSQl2KvIPfr+fuLg49u3bV6Af8IiICCpXrozVai3G7ERERCQcvfrqq7zzzjtMmzaNJk2asGbNGgYPHkxMTAyPPPJIjp+ze/durr32Wu677z5mzpzJ999/z913303lypXp1q1bCX8FIiIioaEw9ZTCvs+XklHc9ZRSW2D0+Xzs3r0b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VE7gug7RWLLjVI1xMUF6tG0WBLXap5rlsjS2tqLqsa18B9vKN7CdfEd9txX/HRAR1S+NSsDo5HhM//MIJDe5w4euToA/518kIvKY4O0KXAn8dGo8N6RtjYvFKBTAayOSoFWxSYiIiIiIiOqSVi1gXN+EGmOSmplwXbsICAKHSBMRecqr2Syz2Yz09HSkp6cDADIzM5Geno6srCxvVqteBBvV+Omxvmgd7ldpX4hRg8/u645eCcFQK5lgJCIiIiIiqkv+OjWeHNgGj1/bqspOHQMSw/HNg324ejQRUS159eq5detWDBgwwPW4bH7F0aNHY968eV6qVf3QqJSICdJj8YQUHM8txvK92bA7RfSKD0bvFiFQCgro1DKWmSYiIiIiIiKPGbUqjL+mJR6+pgV+3XUGmTkFgDMDqyb3h79BW+OIMyIiqplXE4z9+/eH5G4SjCZEKQjw1wlIahaADtEmSBLY/Z6IiIiIiKiB+OlKvwLf1SsOVqsNy5ZlIMKk5Xy4RESXif2/vUShUEDB3CIREREREZFXsLMHEVHd4YR/REREREREREREVGtMMBIREREREREREVGtMcFIREREREREREREtcYEIxEREREREREREdUaE4xERERERERERERUa0wwEhERERERERERUa0xwUhERERERERERES1xgQjERERERERERER1RoTjERERERERERERFRrTDASERERERERERFRrTHBSERERERERERERLXGBCMRERERERERERHVGhOMREREREREREREVGtMMBIREREREREREVGtMcFIREREREREREREtcYEIxEREREREREREdWaytsVuBySJAEACgoKAAB2ux3FxcUoKCiAWq32ZtXIDbaV72Bb+Q62lW9gO/mOhmqrsvuYsvsa8j0V70nrA68dvoNt5TvYVr6B7eQ72Fa+o2Jb1cX9qE8nGAsLCwEAsbGxXq4JERER0eUpLCxEQECAt6tBtcB7UiIiImoKLud+VCH58M/loiji9OnT8Pf3h0KhQEFBAWJjY3HixAmYTCZvV49qwLbyHWwr38G28g1sJ9/RUG0lSRIKCwsRHR0NQeDsNb6o4j1pfeC1w3ewrXwH28o3sJ18B9vKd1Rsq7q4H/XpHoyCICAmJqbSdpPJxH/MPoJt5TvYVr6DbeUb2E6+oyHaij0XfVt196T1gdcO38G28h1s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CgVeffVVj1+PiIiImq6mck9Z8bXnzZtXrhemnPuwinWbNm0a4uPja3wdOfeXVd2rXlq3isefm5uLoKCgSr1If/75Z/Ts2RM6nQ6hoaG4+eabAQD9+/ev9j617N6v4rGtWrUKCoWi3Ov279+/XFvNnj0bgYGB2L59OwDA6XRi3LhxrnvyxMREfPDBB/CU1WrFc889h9jYWGi1WrRq1Qqff/55ufeqU6dO5Z7z448/QqFQoH///h6/HhFVjQlGIgJQ+sEMAFqt1m2sJEkYMmSI61fp5OTkamOLiorw8ssvw8/Pz+M6FRUVYfLkydi6dStWrVoFQRBw8803QxRFt/UzmUyu+j311FPl9k+dOhVffvklPv30U+zduxdPPvkk7r33Xqxevbpc3MGDB11lnDlzptw+u92OwYMHw9/fH2vXrsX69evh5+eHIUOGwGazAQBmzJiBiRMn4uGHH8bu3bvx008/oVWrVgCALVu2uMqNiYnBtGnTXI/vvPPOSsf0r3/9Cxs2bMCKFSsQFBQEADCbzRg2bBhWrVqFHTt2YMiQIRg+fDiysrJkv8dmsxn9+vXDqVOn8NNPP2Hnzp149tlny73HERER+O6772CxWAAAFosF33zzDSIiImS/DhEREV0ZmtI9ZU3q4j6sIjn3l0Dp+wb8c6/qrofolClTXInfMr/++ituvvlmDBs2DDt27MCqVavQq1cvAMDixYvLtclTTz3levz0009XKl8URTz11FM1ts2CBQvw5JNP4qeffkK3bt1cz4uJicHChQuxb98+/N///R9efPFFLFiwQNb7Veb+++/Hd999hw8//BD79+/HzJkzK9XlwoUL2LRpk+vxzJkz0axZM49eh4hqpvJ2BYiocbhw4QIAwN/f322s3W6Hn58fIiMjAQAajaba2Lfeegvt27evdFMjx6233lru8Zw5cxAWFoZ9+/YhKSmpxvppNBpX/S69wbBarXj99dexcuVK101sixYtsG7dOsycORP9+vVzxYaHh1c7X9D3338PURQxe/ZsKBQKAMDcuXMRGBiItLQ0DBo0CP/973/x1FNP4YknnnA9r2fPngCAsLAw1zalUomAgABXfSt66aWXsGTJEqxbt65cTOfOndG5c2fX49deew1LlizBTz/95Oop6c63336Lc+fOYcuWLQgODgYAVxK0TGRkJOLi4rBw4ULcd999WLRoEfr06XNZN9BERETUNDWVe0qdToeSkpJqy6yL+7CK5NxfAqXvGwA0a9YMRqOx2h6iAHDo0CHMmTMHkydPxocffuja/r///Q933XUXpkyZUu6YALjuCYHSNrm0jaryxRdfwGq1YsSIETCbzZX2//7773jggQewcOFCXHPNNa7tarW63OsnJCRg48aNWLBgAe64445qX6/i8S1YsACpqam4/vrrAZTe21c0duxYzJo1y3UPu23bNtx6663Yt2+frNchIvfYg5GIAACnTp0CAERFRbmNLSgogNFodBt3+vRpvPfee3j33Xer3P/cc8/Bz8/P9ffNN9+U23/48GGMGjUKLVq0gMlkcg0pcZfYqql+R44cQXFxMQYOHFjutb/88ktZw6/L7Ny5E0eOHIG/v7+rjODgYFgsFmRkZCAnJwenT5/GddddJ7vMqkyfPh3/+9//kJiYWGlIjdlsxtNPP4127dohMDAQfn5+2L9/v0eJv/T0dHTt2rXcjWRVHn74YXz22WcAgM8++wwPPfSQx8dCRERETV9TuadMSkrCokWLXMm8iuriPqwid/eXZQoKCiAIAvR6vdsyn332WYwfP75S0i09Pf2y71MBoLi4GC+99BLeeustqFSV+y9t3rwZt956K4xGI3r37l1p/8cff4zu3bsjLCwMfn5++Oyzzzy+l1UqleU6CVRl9OjRWLp0KQoKCjB79mzce++9NSa0ichz7MFIRACAffv2ISwszG2iCSi9yas4j0lV/v3vf+P2228v9+vupZ555hmMGTPG9fi5556D0+l0PR4+fDiaN2+OWbNmITo6GqIoIikpqdwQkerqFx0dXeW+sl9Vf/3110rDIuQM5bm0nO7du1e6gQVKeycKQt38frN582b89ttvGDNmDGbOnInx48e79j399NNITU3FO++8g1atWkGv1+O2225z+/5cSs6NKQAMHToUEyZMwOLFi5GZmYlhw4bh5Zdf9vh4iIiIqGlrKveU06ZNw8iRI2E0GqHRaOBwOKDT6Vz76+I+rCJ395dlTp8+jYiICLf3m6tXr8batWsxd+5c/Pjjj+X2yb0HdOftt99GYmIihg8fjh9++KHS/o0bN2LGjBlYtGgRHnvsMXz33XeuffPnz8fTTz+Nd999F8nJyfD398fbb7/tmgtcDrnHERISgsGDB+PLL7/EnDlzsHLlSnz66aeyX4eI3GOCkYgAlE7MnJKS4jauqKgI+/fvxwsvvFBjXHp6OhYtWoSDBw9WGxMaGlpuOK6/vz/y8vIAlE5GffDgQcyaNQtXX301AGDdunUyjqR0fsOuXbtWua99+/bQarXIyspy+0tnTbp164bvv/8e4eHhMJlMVcbEx8dj1apVGDBgQK1fZ9q0aRg6dCg++eQTPPDAAxg6dCji4uIAAOvXr8eYMWNcE3KbzeZKk4C706lTJ8yePRsXLlyo8YuAUqnEuHHjMGbMGEyaNAlKpbLWx0RERERNV1O5p+zbty+ys7ORlZUFp9OJxYsX4/XXX3ftr4v7sIrk3F8CNd/rlpEkCU899RRefvll1/zdl+rUqRNWrVqFBx54oNb1PXPmDGbMmFFpHvNL3XfffXjkkUcwdOhQJCUlYcmSJa73bP369UhJScGECRNc8Z6MKAKAjh07QhRFrF692jVEujrjx4/H8OHD0aVLF7Rt29aj1yEi9zhEmugKV1JSgs8//xy///47Bg8ejOzsbNdffn4+JElCdnY2nE4nDhw4gFGjRiEwMBBDhw6tsdx33nkHkydPrrYnoTtBQUEICQnBZ599hiNHjuCPP/7A5MmTa3zO+fPn8e9//xvr16/H6NGjq4zx9/fH008/jSeffBJffPEFMjIysH37dnz00Uf44osvZNfvnnvuQWhoKEaMGIG1a9ciMzMTaWlp+Ne//oWTJ08CKF2B+d1338WHH36Iw4cPu17HE2VJv1tvvRXDhg3Dgw8+6NrXunVrLF68GOnp6di5cyfuvvtujycrHzVqFCIjIzFy5EisX78eR48exQ8//ICNGzdWih0/fjxefPFFPPLIIx69BhERETV9TemesoxSqURCQgJatWqF8PDwcvvk3oc5HA5YLBZYLBY4HA5IkuR6XLaAXhl395dmsxnTpk3Dt99+6zYxuGrVKuTn52PixIlV7n/llVfw3Xff4ZVXXsH+/fuxe/duvPnmm7LelzIff/wxbr755hqTnWX3ss2bN8fbb7+NRx99FLm5uQBK38OtW7di+fLlOHToEF5++WVs2bLFozrEx8dj9OjRGDt2LJYuXep6z6paKKZfv36YMmUK3nrrLY9eg4jkYYKR6Ar3/fff48EHH4QkSZgwYQKioqJcf5MmTUJBQQGioqJw4sQJvPrqq3A4HFi5cqXbFfz8/f3x7LPP1rpegiBg/vz52LZtG5KSkvDkk0/i7bffrvE533zzDZYvX44lS5a4VsGrymuvvYaXX34ZU6dORbt27TBkyBD8+uuvSEhIkF0/g8GANWvWIC4uDrfccgvatWuHcePGwWKxuH5xHj16NKZNm4ZPPvkEHTp0wI033ojDhw/Lfo2Kpk+fjp07d7rmQnzvvfcQFBSElJQUDB8+HIMHD3atylfm1VdfrTR346U0Gg1WrFiB8PBwDBs2DB07dsQbb7xRZQ/FyMhIPP/887W+wSciIqKmqyndU8oh5z4MKB2+rdfrodfr8cwzzyArK8v1uOLwXnf3l6mpqZg1axZmzpyJ2267rcb6FRUV4Y033oBara5yf//+/bFw4UL89NNP6NKlC6699lps3rzZo/dAFEX873//kx0/fvx4JCUl4fHHH3c9vuWWW3DnnXeid+/eyM3NLdebEQDS0tKgUChq7B06Y8YM3HbbbZgwYQLatm2Lhx56CEVFRVXGPvnkk+jTp4/sOhORfAqpbI17IroizZs3D/PmzUNaWlq1MQqFApmZmTUmqqhxGj16NBQKBebNm+ftqhAREVETxntKqg9z587F66+/jn379lWbLCWixoFzMBJd4fR6vdtJuCMiIjjnng+SJAlpaWmy564kIiIiqi3eU1J9+O233/D6668zuUjkA9iDkYiIiIiIiIiIiGqNczASERERERERERFRrTHBSERERERERERERLXGBCMRERERERERERHVGhOMREREREREREREVGtMMBIREREREREREVGtMcFIREREREREREREtcYEIxEREREREREREdUaE4xERERERERERERUa0wwEhERERERERERUa0xwUhERERERERERES19v/T9LU+tZaLxwAAAABJRU5ErkJggg==", "text/plain": [ "
" ] @@ -494,7 +494,7 @@ }, { "cell_type": "code", - "execution_count": 88, + "execution_count": 11, "metadata": {}, "outputs": [ { @@ -503,7 +503,7 @@ "((127, 4), (23, 4), (127,), (23,))" ] }, - "execution_count": 88, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } @@ -521,7 +521,7 @@ }, { "cell_type": "code", - "execution_count": 89, + "execution_count": 12, "metadata": {}, "outputs": [ { @@ -553,39 +553,39 @@ " \n", " \n", " \n", - " 14\n", - " 5.8\n", - " 4.0\n", - " 1.2\n", + " 52\n", + " 6.9\n", + " 3.1\n", + " 4.9\n", + " 1.5\n", + " \n", + " \n", + " 42\n", + " 4.4\n", + " 3.2\n", + " 1.3\n", " 0.2\n", " \n", " \n", - " 5\n", - " 5.4\n", - " 3.9\n", - " 1.7\n", - " 0.4\n", + " 75\n", + " 6.6\n", + " 3.0\n", + " 4.4\n", + " 1.4\n", " \n", " \n", - " 16\n", - " 5.4\n", - " 3.9\n", - " 1.3\n", - " 0.4\n", - " \n", - " \n", - " 94\n", - " 5.6\n", - " 2.7\n", - " 4.2\n", - " 1.3\n", - " \n", - " \n", - " 122\n", + " 135\n", " 7.7\n", - " 2.8\n", - " 6.7\n", - " 2.0\n", + " 3.0\n", + " 6.1\n", + " 2.3\n", + " \n", + " \n", + " 10\n", + " 5.4\n", + " 3.7\n", + " 1.5\n", + " 0.2\n", " \n", " \n", "\n", @@ -593,14 +593,14 @@ ], "text/plain": [ " sepal_length_cm sepal_width_cm petal_length_cm petal_width_cm\n", - "14 5.8 4.0 1.2 0.2\n", - "5 5.4 3.9 1.7 0.4\n", - "16 5.4 3.9 1.3 0.4\n", - "94 5.6 2.7 4.2 1.3\n", - "122 7.7 2.8 6.7 2.0" + "52 6.9 3.1 4.9 1.5\n", + "42 4.4 3.2 1.3 0.2\n", + "75 6.6 3.0 4.4 1.4\n", + "135 7.7 3.0 6.1 2.3\n", + "10 5.4 3.7 1.5 0.2" ] }, - "execution_count": 89, + "execution_count": 12, "metadata": {}, "output_type": "execute_result" } @@ -611,21 +611,21 @@ }, { "cell_type": "code", - "execution_count": 90, + "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "14 setosa\n", - "5 setosa\n", - "16 setosa\n", - "94 versicolor\n", - "122 virginica\n", + "52 versicolor\n", + "42 setosa\n", + "75 versicolor\n", + "135 virginica\n", + "10 setosa\n", "Name: species, dtype: object" ] }, - "execution_count": 90, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" } @@ -643,20 +643,20 @@ }, { "cell_type": "code", - "execution_count": 91, + "execution_count": 14, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "array(['versicolor', 'versicolor', 'virginica', 'versicolor',\n", - " 'versicolor', 'versicolor', 'setosa', 'versicolor', 'versicolor',\n", - " 'virginica', 'virginica', 'virginica', 'setosa', 'setosa',\n", + "array(['versicolor', 'setosa', 'virginica', 'setosa', 'versicolor',\n", " 'versicolor', 'setosa', 'versicolor', 'versicolor', 'virginica',\n", - " 'virginica', 'setosa', 'virginica', 'setosa'], dtype=object)" + " 'versicolor', 'setosa', 'virginica', 'setosa', 'virginica',\n", + " 'setosa', 'versicolor', 'versicolor', 'virginica', 'setosa',\n", + " 'versicolor', 'setosa', 'setosa'], dtype=object)" ] }, - "execution_count": 91, + "execution_count": 14, "metadata": {}, "output_type": "execute_result" } @@ -672,12 +672,12 @@ }, { "cell_type": "code", - "execution_count": 92, + "execution_count": 15, "metadata": {}, "outputs": [ { "data": { - "image/png": "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awZAdHQ0zz33HJs2bcJms3HGGWfw3XffYbVaOf3005k4cSLPPvssDz30EN26dePpp5/muuuuM/XnFhERESmL7BY7qw+vDir2+23fc/PpN4c4IwmGiqA8WK0WIl12+raqSdemVQgEwGKBaJfD9OLnhBYtWvD999/nen7IkCGZXd5ycuONN2buG3SC1Wrlscce47HHHsvxe0aOHJml2cJ/3XPPPVk6xAFce+21ucaLiIiIVBQZgeD3LUzNSCUQCGAxs6uWFIqKoCBYrRZiwwu24aqIiIiIlH8Oi4NYVywJ7oR8Y1tXaa0CqJQo8cYIIiIiIiJllcVi4fKml+cbF+OMoWudrvnGSfFQESQiIiIiUkhh9jBuaHMDNSJq5Bk3ptMYjQKVIiqCRERERESKINIRyYyLZtC6auts52KcMYw/ezy9G/Ym3J739itSfLQmSERERESkCOxWO9XCqzG512QOpx1mztY5pPnSaFO1DV3rdMWKlXCHCqDSREWQiIiIiEgRWSwWop3RRDujua39bfj9fqxWTboqrfSbERERERExmQqg0k2/HRERERERqVBUBAXD74e045B6zPjT7y/pjEy1fft2LBYLK1euLJWPJyIiIiJiJq0JyovfBxlpsGk+rHgXUg5CZHXodAM0uwDsEVAOhjrr1avHvn37qFq1akmnIiIiIiISciqCcuP3QfJBmNoXjm0/5cQG2LYYKjWE4d9DVI1SXwh5vV4cDkeu5202GzVr1izGjPLn8XhwOp0lnYaIiEi5EQgESPYmc9x9nMXbFxNNNH8d+ItWNVrhsDpw2srP/7senwev38uGIxtYfXg1TquT7vW6E+eKI8oRpf16RNPhcpWRlkMBdIpj243zGammXnby5MnUrl0b/3+m3F166aXccMMNAHz99dd06NCBsLAwGjduzLhx48jIyMiMtVgsvPHGG1xyySVERkby1FNPcezYMYYOHUq1atUIDw+nWbNmTJ06Fch5+tq6devo378/MTExREdHc+6557JlyxYA/H4/48ePp27durhcLtq1a8f333+f58+1ePFizjzzTFwuF7Vq1eLBBx/MkvN5553HHXfcwd13303VqlXp06dPkZ5HEREROSnDn8GhtEPcNv82+n3Rj5f+fAmA2xbcxoCvB7Bi/wpSvea+pikpqd5UVuxfwYCvBzB87nBe/ONFnv39Wfp9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2hghJ36/P8toj4iIBMEVA5dMAkd47jERVaDP/9QiW0REKrwSHQl66KGHuPDCC6lfvz5JSUnMmDGDRYsWMXfu3JJMS0Sk7LFYoFIDuHEBfHkz7F+T9Xz9LnD52xBRuWTyExERKUVKtAg6ePAg1113Hfv27SM2Npa2bdsyd+5cevXqVZJpiYiUTY5wqNYCrv8OkvbBrl/BYoNG3cAVDWGxRrEkIiJSwZVoEfTOO++U5OVFRMofq9WY7hYWozbYIiIiuSh1a4JERERERERCSUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIyP+3d9/hUVX5/8Dfd/pMMpNeSUIIKCAlFGlRKSpCUAS7oCyoiAV0Afu6PuJPd1l31eVrRbDEAoqKqCuKUgxNOoRFSiDFEEqAQMikTrvn9wfLSEibhBsmN/N+PU+ex7n3MzlnxmOe+/bcew4RBRSGICIiIiIiCigMQUREREREFFAYgoiIiIiIKKAwBBERERERUUBhCCIiIiIiooDCEERERERERAGFIYiIiIiIiAIKQxAREREREQUUhiAiIiIiIgooDEFERERERBRQGIKIiIiIiCigMAQREREREVFAYQgiIiIiIqKAwhBEREREREQBxa8haPbs2ejXrx+sViuio6MxduxYZGdn+7NLRERERETUxvk1BK1evRpTp07Fxo0bsXz5crhcLlx33XWoqKjwZ7eIiIiIiKgN0/mz8WXLltV4nZGRgejoaGzbtg2DBw/2U6+IiIiIiKgt82sIOl9paSkAIDw8vM7zDocDDofD+9putwMAXC4XXC6X9/jZfz73GFFzcCyRUjiWSAkcR6QUjiVSSmsaS03pgySEEC3YF5/Jsowbb7wRp0+fxrp16+qsmTVrFl544YVaxxcuXAiLxdLSXSQiIiIiolaqsrIS48ePR2lpKWw2W4O1rSYEPfTQQ/jxxx+xbt06JCQk1FlT10xQYmIiiouLa3xQl8uF5cuXY/jw4dDr9S3ed2q7OJZIKRxLpASOI1IKxxIppTWNJbvdjsjISJ9CUKu4HW7atGn4/vvvsWbNmnoDEAAYjUYYjcZax/V6fZ1fen3H24rSKhfOZliLQQeDrm2ueO6RZZRVuwEAkgRYjXpoNNJF7UNbH0t08XAskRI4jkgpHEuklNYwlprSvl9DkBACjzzyCJYsWYLMzEx06NDBn91RjQqHG78dLsW8tXnIP1EBs0GLUT3icNeAJBh1WpgNWn93URFujwyHW8bS/x7F51sKcbrSiWibERMGJWPopVEw67UXPQwRERERkfr5NQRNnToVCxcuxLfffgur1YqioiIAQEhICMxmsz+71mqVV7sw+eOt2Jh3qsbx3UfseH3lAXwwqR/6JIWpPgi5PTIOn67CrXM34ETZH7dA5hVXYGPeKSRHWPDlg2mIDDZAkhiEiIiIiMh3fr1/6p133kFpaSmGDh2KuLg478+iRYv82a1Wy17lwmNf7qwVgM5yuGXcm7EFxeWOOs+rSbVLxq3v1AxA5/r9ZCXunLcBlU7PRe4ZEREREamdX0OQEKLOn0mTJvmzW61WpdODn3Yfa7DG4ZbxxqoDKP/fMzRq5PbI+DbrME40EuZyT1RgW0HJReoVEREREbUVbfNJ+jZIlgUWbTnoU+23WUeg1ar3FrFyhxufbyn0qfaTjQWwV/l/XXoiIiIiUg+GIJVwyXK9t4adz+GWod4IBEiShFMVTp9qT5Y7IbeOVd6JiIiISCUYglRCr9EgNsTkU63FoIWac4EQAlHW2kuh1yXKaoSGCyMQERERURMwBKmERiPhjn5J8OV6/6be7VQ9O2I16XDXgCSfaiemtYfNzP0NiIiIiMh3DEEqYtJrMDo1vsEas16LaVd3QpCxVeyD2yxajQajesQhvpGZry6xVqQmhF6cThERERFRm8EQpCJWkx5/v6kHru4SXef5YKMOn04egDCL4SL3THkmvQZfPZSGdqF17xfVOcaKhfcPVHXYIyIiIiL/4BWkygQbdXh9XG/8XlyBeWvykF9cAbNBi9E94zC2dzvotRqY9OreKBU4MxsUazPh5xmDsebACSzcdBAllU7E2EyYOCgZfduHMQARERERUbPwKlKFgo06dG8Xgr/d1B0e+cyzP0FGHfTatjWxp9FICDLqMOKyWKSlREDgzMpxIXwGiIiIiIguAEOQillNgREGNBoJIW3gFj8iIiIiah3a1tQBERERERFRIxiCiIiIiIgooDAEERERERFRQOEzQSplr3ZBCOCYvRomvRbhQQYYtRrodS2Xa6tdHnhkgeP2aniEQKzNDElCi67SJssCFU43Khxu2KvdCLcYYNBpYDXpIPmyc2wzlf3v+z1yqhwAUOl0wyxpYWjB75eIiIiILg6GIJWpdnlQZK/GS9/vwS/ZJ7yrwyWEmTH5yg649fJEBLdAKCmrduHtzFx8tvkgTle6AJzZy+fG1Hg8ld4FIWY9dBplA0K5w40NuScxZ8V+7D5i9x7v2z4MT43sjG7xIYoHMIfbg5PlTry0dA9+3n0MWknGP/sDN7yxDuMHdsCEgckINvE/GyIiIiI14//WVhGXR0buiXKkz1mLFXuPewMQABwqqcKs/+zBM4v/i3KHW9F2y6tduOu9TXgnM9cbgACg2iXji62HMOr/1qKkwtXAb2hGmw43Fm4swP0fb60RgABgW0EJ7pi3ESv3HkOFgp/VI8s4croaI+eswQ+7iuA+5/s9XubAy8uyMW3hdkXbJCIiIqKLjyFIRZxuGfd/tBVVLk+9Nf/571GsO1AMIUS9NU1R7fLg7cxc/PdQab01x+wOPPZFFuxVygWhkgon/v7jvnrPCwE89uVOuDyyYm1WOj148JNtsFfXH3Iy95/Ad1lH4FawXSIiIiK6uBiCVGRn4WkcKa1utG7u6lyUNXAh3xQeWWDh5oON1q3NKUZ1A+GsKSocbsxdndtoncsj8Nnmg3C4lWm38FQVso+VNVo3f20eql0MQURERERqxRCkEm6PjJ/3HPOpNqvwtGIP8B8vq65xC1x9hAA2559SpE2XR8b6nGKfalfvP4EqpzIhaOU+377fvOIKyArNtBERERHRxccQpBKyQI1ngBqj1CV6U+76cjehf42262PIaMp3ouTvYggiIiIiUi+GIJUw6DQYkBLuU22HyCDFnlmJDTHBpPdtmKQmhirSplYjoXt8iE+1vRJDYVRo1mtAB9++32irEXot/9MhIiIiUiuu9asiwzpHw2bWITLIgPcmXo4Q85k9czyygFsW+HJLIV7+KRuTr+wAs16rSJsSgDGp8Vi09VCDdT0TQhARZFCkTatJj6nDOuHH34oQH2LCuAFJuLZrDIKNOpyudOGHXUfxxdZCnKxwYvJVKTAblBnGPRNCERdiwtFGnruaMKg9dNqW2aOo3OGCLAOSdGaPpBCLMt8pEREREf2BIUhFtBoJP08fjGCTHst3F+GjDQXIKy6HRa/D8G4xeHBwCu7snwS9TgOdQjMVQUYdnkrvitX7i1FkrzscmPQa/OvWVEX3J0qOCMKb43qhd/twLNpyEA9+ug0llU5EW024tU8Clj56FXYcPIUggzJhDwD0Wgmv3p6KCe9vrvfWuEuigzEpLRlGnXLtAmeWBD9ur8ZbmTlYk10MlyyjS6wVUwanYECHiBbdkJaIiIgo0PDKSkVMei1Mei3ueHdDjb1z7FVufLKhAAs3HcRrt6ViaJdoRdu1mXX4zyNX4okvd2L1gRM493GYngkheOW2VCSFW6DRKDc7YtBJSI4MRvqcNTWWrLZXleMfy/bhg/X5WPxQGswKhiCDToteCaH47P6BeHbJLhw4Xu49p9NIGN4tDn+7qQesJr1ibQJnAtCiLQfx4vd7axzfmHcKG/NOYVDHCMyfcDk3aSUiIiJSCK+qVKSk0olpC7fX2jz0LI8sMPPLnfjh0asQYlbuQl2n0SDKasTr43rD4ZaxOf8k3LJAakIowoMNCDboFA1AwJmNWMfP31jvnj3Hyxy4/d0NWDFzCIKMyj2fYzHq0Ld9KL5+OA1HTldh35HTQOEOZD4xFCaDQfEAJITAzsLTtQLQuTbknsTz//kNs0Z3U7x9IiIiokDEp7tVxF7lwvqckw3WeGSBN1cdwKkKh+Lt28x6RFmNuL5nPMb0aofkyCDYTHrFA5DLLWPR1sIGNy0FgKOl1Vh7oBiygivEAYBWo4HVpEfnWBtG9YgDAISalQ9AAGCvdmPOiv2N1n2XdUTxz0lEREQUqBiCVMLl9mDRlkKfapftLoJFocUC/KHC6cbX2xteiOGsRVsKUeZofB+j1kqSgC2/lzRa5/IIn/eJIiIiIqKGMQSphNMtYK/y7WLf5RFQ8zY2kiTBXtXwLNBZpVUuVX/WSofvG72eqnC2YE+IiIiIAgdDkEqY9Bq0CzP7VGsz6SAU2y714hNCIC7E5FNtfKgJWoVvx7uYrCYddD72v32EpYV7Q0RERBQY1HvPVCtT4XDD5ZFh1mthVGiPnnNptRrc0S8Jr/y8Hx5ZINZmwo294hFrM8Hh9mBT3invym239k2AS6HNUutS7fRAQMCo0yr+PBAA2Ex6TExLxtaCM7eJpSaE4JquMbCa/tgn6OzKbfdd2UHViwXIQmD4ZTH48beiBuusRh2uuiTqIvWKiIiIqG1jCLpApVUuHC6pwhdbC1FW7UK7MDPuHtAeeq0GYQptHnqWJAH3XpGM1MRQ9E4Kw5Lth7H7SCnMBh3uuSIZs27shtdX7cdDQzshxKxs2063By6PwMa8k1i+5xg8skC/DuEY1SMOGgmKPoOk0Ui4uks0RvWIxYNDOgIAvs06goKTFYi2mvD2XX1wssKJhZsO4tIYq2Lt+oPVpMeTI7tg1b7jcLjrD65Th3WEpN4JLyIiIqJWhSGomTweD05XuTH5o63YUXi6xrk3VuXglj4JmDW6m6J7u4RZDHj0mkvw1i85mP55FtznrBb26cYCdIwKRsY9/WAxKHuXY5XLg31H7Zjy8TacKP9j1bkvtx3CrO9246Wx3XFdt1hFN0u1GLT4+0098NCC7diQW3NFvHdW5yK9eyz+eWvPNrGJaKzNiE/vG4D7PtpSa0U8SQIeGtIRdw9KVvViF0REREStCa+qmqnKJXD7uxuRe6K81jkhgK+2HYLLLeOFMd0QalFmVqak0on31uZh7uq8Os/nnijHze/8iuUzBivS3lmHS6pw57yNdc5UVDo9mPnFTsy9W4trusRAr1MmgFU6PZjw/mbsOlxa5/kffytClcuD1+/sDZuCeyL5g9mgQ4+EEGx45hos212En34rgssj0C3ehklpyTDqNYoGTCIiIqJAx4URmsHh8uD7/x6pMwCd69udR1DWyF43TaGRJMxfk99gzYkyB+avyUNZtTLLRturXPjb0r0N3qoFAC8t3QuHQs8hybKM9TnF9QagszKzT+DgqUpF2vQ3k16LIKMOY3vF45XbUjHnzl545JpOiLQaVf3MExEREVFrxBDUDBVODz7ZWOBT7Qfr81Hm49LWDZFlGYu3FcLpQ9D4bEshNAo9QCIEsHr/8UbrDpVUIedYmSJtllS68OGvv/tU+8H6fJS0oaWjtRoNbGY9Qsx6GHXKL7BBRERERAxBzaLXSig46dsMRMHJSkVmSKqcMvJOVPhUe6rCqdiqbcfLqiH7uNp2XrFv/WuMRpJQ6OMMT8HJSnh87SARERERERiCmkUWZx7c90WQQQsNLjyQ6HUSLD4+F6KRoECLZ5h9/JwAFHtuRQgBs4/LjAc1oX9ERERERABDULMIITCye6xPtWN6tUN48IUvjGDQaXFzn3Y1jqVEBmFQxwj0SQqrERqu7hKNKqfngtsEgFCzAUnhf2zSGWbRo19yGAamhNfY0NSo02BgxwhF2jToNbi+Z5xPtaNT42Ezc9EAIiIiIvIdrx6bIdRiwANDOmLhpoM1lqk+X7tQMwamKBMMACAuxIxeiaFIjgjCpLT2MBm0yC+ugEWvRZc4G37YdRTz1uRh6rBOiu1RZNRr8NCQFHy0oQBTBqcgrWMkfjtSCo8s0DXWhrzicsxfm4eEMIsiM14AEGzU40+DkjF3dS6qXfXfShhm0SO9eywMfHaGiIiIiJqAIaiZgg1avD6uNx79bEedQSgiyIBPJw+AQitGAwBCzHp8OKkfso+V4YX/7KmxP5HNrMOd/ZLw/SNXwqhgo3qtBmN6xePqrjH457J9eObrXd6V4jQSMPjSKPy/G7sj2mZQdE8kvQaY/6fLMfmjrXWuTGcz6bBg8gDFnn0iIiIiosDB2+GaSavVoH+HMCyfOQS39U3w3o4WFWzEI8M6YeVjQ2DRa+BR8Jn9smoX9h614+73NtXaoNVe5ca8NXmYvigLyj0RdIZLFhg/fyMWbz9cI5DI4swy1Te/8ytKKpVbChwArGYDeiWEYtXjQ3HXgCTv80ZhFj2mXJWCVY8PRfsICzcQJSIiIqIm4xVkM+07asetczdg5nWX4rHrLsULY7pBI0lweWScKnfi2SW7sGLvcWz567WKtSlJEh79vO6Zp7PWHijGj78dxZjUeBh8XFygIaVVLry2fD9yG1iZrrTKhce+yMK8CZcrdhseAFjNeljNejwxojOeHdUVGo0Etywgy0L1G6QSERERkf8wBDWDvcqFtzNzAQCv/bwfr/28v97ar7cfwl0D2kOvvfBJt19zilFc3vieOB+sz8fwy2IUCUFajYTF2w43Wrfl9xKUO9yKhqCzQi3K/04iIiIiCly8Ha4ZNJKEbQUlPtX+mnNSkZXaqpwerM896VPt3qNlMCkQgACg6HQVyh2+3eq2Of+UIm0SEREREbUkhiAiIiIiIgooDEHNIAuBvu3DfKod1DGiSRuO1sds0OIKH/fh6RpnRbVLmX2CYkPNPm+C2r9DuCJtEhERERG1JIagZrCZ9Xh4aMdG64w6DW7pm6DI80AAkNYpEpE+bLx67xUdEORjcGmMxyPjlr7tGq3rlxzmc1hqqkqnG5VON6pdHlQ43IoFPCIiIiIKTAxBzdQlzoZb+yY0WDP75h7QScotVy2EwJw7e0HXwN44V3aKRHr3OMWCV4jFgJnXXoqUyKB6a2xmHV69LRU2k7KbllY53ThaWoW//7AP/f+2El2eW4YrX16FOSv241SFA043wxARERERNR1DUDMFG3WYdWM3PJPeBVHBxhrnOsdYkXFPP4zoFguLgrMjVpMe3eND8MUDg9A7MbTGOZtZhwcGp+Cdu/tAkhTcnAiAXivhsykDcUufdjU2YtVIwLDO0fj6oSsQFqSHVqtcCKp2epBVeBpD/5WJTzcWeBdnKKl0Ye7qPAz9Vybyiivg8tTeSJWIiIiIqCFcIvsCBBt1mHRFMu4e2B55Jypgr3YhPtSEyGAjLAYttBplM2ZplQuTPtyCW/q0w7w/9UWVS0Z+cTkseh26xFmRd6Icd7+3CS/c2B29kkIVadPh8uDrHUewYFMBpgzuiCdGdMGuw6WQhUCXWCvyiysw67vdaBdmxjPpXRRbzrrK7cE9GVtqbM56Lnu1G+Pnb8LaJ4cpNutFRERERIGBIegCGXVaGHVAj4SQFm+rqLQKWYWnkVV4Gs99uxtDO0ehU3QwKhweLF9Q5N1D6K3MHLx8S0+EK7Bnj9MjY/7aPBScrMSMRVkIs+jRKToYWo2EgycrcaS0GsCZ55+eHdX1gtsDAIfbg082FKDa1fAsz6kKJ37ecww3psYpHjiJiIiIqO1iCFIJp9uDxdtrblqamX0CmdknatWu2nccFgVWpAPO3H5WcLKyxustv9feI8nhlrEupxijesRdcJtVTg++/+8Rn2qXbD+EqztHI8TCEEREREREvuGVo0q43AKVPm5a6pEFhEKPBfnaJgCUV/te2xBJklDp4wazFU4PBJR9BoqIiIiI2jaGIJUwGzRIiap/hbZzhQcZICuUgmJDTGhgMboafO1f4wQSwy0+VSaFW6DjrXBERERE1AS8elQJjUaDW/omwuDDIgDj+iVClpUJQUIAQy6NbrQuIcyMLrE2Rdq0mfSYfGUHn2qnDE5BsIl3dRIRERGR7xiCVEQWApOvajgcRFmNuH9wCqxmvSJthgUZ8MyoLjWWxq7L0+ldGty/qCkkScLAlAj0aNfwYhNDL41CYphvM0ZERERERGcxBKlImMWAh4Z2xINDUuoMHB2jgrDk4TQYtMpt0AoA8SEmLLx/ACKDa682ZzFo8c9be2LwJVEwKbQYAwAEGXX4dPIADOoYUef5UT1i8eb4PpwFIiIiIqIm4xWkipyudOKzTQdx7xUd8MCQjvhs00HkniiHWa/FmN7t0CXWii35J9EjIQwWY+O/z1fBJj26xtqQ+fgwrM8txqp9xyHLAr2TwnBjajxkIWBTaObpXCFmPeZN6IvicicWbCzAqUon4kJMuHtgewQbdQxARERERNQsvIpUEVkAryzfj5d/ysbQS6PwzKguGJ0aByGAbQdLcOf8DfB4gHuvSMaM4ZfCalIumFiMZ4bK8K7RuKJjBAQAi14LbQtvVGo16WE16fFUehe43DL0Og03RyUiIiKiC8IQpBIej4xFWw7C878FDzL3n0Dm/tp7BAHAV9sO4fERnVukHxqNBsGmix9C9FqGHyIiIiJSBq8qVcLpkXG4pMqnWnu1GxKUfS6IiIiIiKitYAhSCb1W8vm5G71WgsQMRERERERUJ4YgldBptbj98kSfakd0i0W1y9PCPSIiIiIiUic+E3SBKhxuCABb8k+htMqFhHAzusbaoNdqYGhkb52mCrXokdYxAr/mnqy3RquR8MjVnRBqqb2cNRERERERMQRdkHKHG/+3Yj8WbDqISucfMy+xNhOeGNEZI7rHItio3FccajHg7bv6YPz8Tdhz1F7rvFYj4dXbUhEXYlasTSIiIiKitoYhqJnKHW5M/3wHVuw9Xutckb0aj325E6ernLizXxKCFA5CXzw4CMt3FyHj19+Rf7ICZr0W13WLxYODU2A16Vtkzx4iIiIioraCIaiZdhwsqTMAnWv2D/twS58ExdsONuowOjUeQzpHQ6+VIMsCGkmCleGHiIiIiKhRXBihGUqrXJi7OrfROrcs8Nnmg3C6lV+kQKfVIDzIAKtJjxCLgQGIiIiIiMhHDEHNoJUk7DpU6lPttoISVLvkFu4RERERERH5iiGoGQQENBrfNuLRarhtKRERERFRa8IQ1AwCwKCUCJ9qh3WOhsWobdkOERERERGRzxiCmsFm0mPqsE6N1lkMWtzQMx5ajfJfc5XTjSqnG2XVLlQ5PbBXuRRvg4iIiIioLeLqcM2UHBGEBwan4N01eXWe12kkvDW+D7Q+3jbnK7dHRlm1G+9k5mLR1kKU/i/8DOgQjmlXd0LvxDAEm/ivlYiIiIioPn6dCVqzZg1Gjx6N+Ph4SJKEb775xp/daZJgkw6PXH0J5tzRCx2jgmucG9QxAl8/nIYBKeEwG5S7Fc4jCxwrc+C6f6/BvLV53gAEAJvyT2HC+5vxzuoclDvcirVJRERERNTW+HXKoKKiAqmpqbj33ntx8803+7MrzRJs0uGGnnG4pms07FVulDtciLIaodNoWmTD0kqnG/d8uBknyh311rz1Sy4GXxKFAT4+s0REREREFGj8GoLS09ORnp7uzy5cMJ1WA6tWA6tJD8Dcom0VnKzE/mPljda9+UsOusbZWiSIERERERGpnaoeHnE4HHA4/pgFsdvtAACXywWX649bw87+87nH1M7tkfHt9oMwakWjtVvyT0AjPGhDH99v2uJYIv/gWCIlcByRUjiWSCmtaSw1pQ+SEKLxq+qLQJIkLFmyBGPHjq23ZtasWXjhhRdqHV+4cCEsFksL9o6IiIiIiFqzyspKjB8/HqWlpbDZbA3WqioE1TUTlJiYiOLi4hof1OVyYfny5Rg+fDj0+rZzS9jibYfw/H92N1oXYzXhP49cAYtBVRN9rVJbHUt08XEskRI4jkgpHEuklNY0lux2OyIjI30KQaq6SjYajTAajbWO6/X6Or/0+o6r1fW9EvDC0mxUuTwN1o0bmAyz0Qi9jttAKaWtjSXyH44lUgLHESmFY4mU0hrGUlPa51WyimgkCY+PuLTBmqRwC+4e2B4GBiAiIiIiojr5dSaovLwcOTk53tf5+fnIyspCeHg4kpKS/Niz1inIqMMd/ZKg1Wjwyk/ZtfYD6pcchrl390UQb4MjIiIiIqqXX6+Wt27dimHDhnlfz5w5EwAwceJEZGRk+KlXrVuwUYfbL0/ArX0TsGLPMew5akeQUYuxvdohzGLgsthERERERI3wawgaOnQoWsm6DKpydsGDsb3b4cbUeGg0kp97RERERESkHnxwROUYgIiIiIiImoYhiIiIiIiIAgpDEBERERERBRSGICIiIiIiCigMQUREREREFFAYgoiIiIiIKKAwBBERERERUUBhCCIiIiIiooDCEERERERERAGFIYiIiIiIiAIKQxAREREREQUUhiAiIiIiIgooDEFERERERBRQGIKIiIiIiCigMAQREREREVFAYQgiIiIiIqKAwhBEREREREQBRefvDlwIIQQAwG631zjucrlQWVkJu90OvV7vj65RG8GxRErhWCIlcByRUjiWSCmtaSydzQRnM0JDVB2CysrKAACJiYl+7gkREREREbUGZWVlCAkJabBGEr5EpVZKlmUcOXIEVqsVkiR5j9vtdiQmJqKwsBA2m82PPSS141gipXAskRI4jkgpHEuklNY0loQQKCsrQ3x8PDSahp/6UfVMkEajQUJCQr3nbTab3/9lUNvAsURK4VgiJXAckVI4lkgprWUsNTYDdBYXRiAiIiIiooDCEERERERERAGlTYYgo9GI559/Hkaj0d9dIZXjWCKlcCyREjiOSCkcS6QUtY4lVS+MQERERERE1FRtciaIiIiIiIioPgxBREREREQUUBiCiIiIiIgooDAEERERERFRQFFtCHrrrbeQnJwMk8mEAQMGYPPmzQ3Wf/nll+jSpQtMJhN69OiBH3744SL1lFq7poyljIwMSJJU48dkMl3E3lJrtGbNGowePRrx8fGQJAnffPNNo+/JzMxEnz59YDQa0alTJ2RkZLR4P6n1a+pYyszMrPU3SZIkFBUVXZwOU6s0e/Zs9OvXD1arFdHR0Rg7diyys7MbfR+vleh8zRlLarlWUmUIWrRoEWbOnInnn38e27dvR2pqKkaMGIHjx4/XWf/rr79i3LhxuO+++7Bjxw6MHTsWY8eOxW+//XaRe06tTVPHEnBmR+SjR496fwoKCi5ij6k1qqioQGpqKt566y2f6vPz83H99ddj2LBhyMrKwvTp0zF58mT89NNPLdxTau2aOpbOys7OrvF3KTo6uoV6SGqwevVqTJ06FRs3bsTy5cvhcrlw3XXXoaKiot738FqJ6tKcsQSo5FpJqFD//v3F1KlTva89Ho+Ij48Xs2fPrrP+9ttvF9dff32NYwMGDBAPPPBAi/aTWr+mjqUPP/xQhISEXKTekRoBEEuWLGmw5sknnxTdunWrceyOO+4QI0aMaMGekdr4MpZ++eUXAUCUlJRclD6ROh0/flwAEKtXr663htdK5AtfxpJarpVUNxPkdDqxbds2XHvttd5jGo0G1157LTZs2FDnezZs2FCjHgBGjBhRbz0FhuaMJQAoLy9H+/btkZiYiDFjxmD37t0Xo7vUhvBvEimtV69eiIuLw/Dhw7F+/Xp/d4damdLSUgBAeHh4vTX8u0S+8GUsAeq4VlJdCCouLobH40FMTEyN4zExMfXeA11UVNSkegoMzRlLnTt3xgcffIBvv/0Wn376KWRZRlpaGg4dOnQxukxtRH1/k+x2O6qqqvzUK1KjuLg4zJ07F4sXL8bixYuRmJiIoUOHYvv27f7uGrUSsixj+vTpuOKKK9C9e/d663itRI3xdSyp5VpJ5+8OEKnJoEGDMGjQIO/rtLQ0dO3aFe+++y5efPFFP/aMiAJR586d0blzZ+/rtLQ05Obm4t///jc++eQTP/aMWoupU6fit99+w7p16/zdFVI5X8eSWq6VVDcTFBkZCa1Wi2PHjtU4fuzYMcTGxtb5ntjY2CbVU2Bozlg6n16vR+/evZGTk9MSXaQ2qr6/STabDWaz2U+9oraif//+/JtEAIBp06bh+++/xy+//IKEhIQGa3mtRA1pylg6X2u9VlJdCDIYDOjbty9WrlzpPSbLMlauXFkjdZ5r0KBBNeoBYPny5fXWU2Bozlg6n8fjwa5duxAXF9dS3aQ2iH+TqCVlZWXxb1KAE0Jg2rRpWLJkCVatWoUOHTo0+h7+XaK6NGcsna/VXiv5e2WG5vj888+F0WgUGRkZYs+ePWLKlCkiNDRUFBUVCSGEmDBhgnj66ae99evXrxc6nU688sorYu/eveL5558Xer1e7Nq1y18fgVqJpo6lF154Qfz0008iNzdXbNu2Tdx5553CZDKJ3bt3++sjUCtQVlYmduzYIXbs2CEAiNdee03s2LFDFBQUCCGEePrpp8WECRO89Xl5ecJisYgnnnhC7N27V7z11ltCq9WKZcuW+esjUCvR1LH073//W3zzzTfiwIEDYteuXeLPf/6z0Gg0YsWKFf76CNQKPPTQQyIkJERkZmaKo0ePen8qKyu9NbxWIl80Zyyp5VpJlSFICCHeeOMNkZSUJAwGg+jfv7/YuHGj99yQIUPExIkTa9R/8cUX4tJLLxUGg0F069ZNLF269CL3mFqrpoyl6dOne2tjYmLEqFGjxPbt2/3Qa2pNzi5TfP7P2bEzceJEMWTIkFrv6dWrlzAYDCIlJUV8+OGHF73f1Po0dSy9/PLLomPHjsJkMonw8HAxdOhQsWrVKv90nlqNusYQgBp/Z3itRL5ozlhSy7WSJIQQF2/eiYiIiIiIyL9U90wQERERERHRhWAIIiIiIiKigMIQREREREREAYUhiIiIiIiIAgpDEBERERERBRSGICIiIiIiCigMQUREREREFFAYgoiIiIiIKKAwBBERqcjp06chSVKtn9DQUH93jYiISDUYgoiIVGjx4sU4evQojh49ijlz5vi7O0RERKrCEEREpCJutxsAEBERgdjYWMTGxiIkJKTO2kmTJtWaMZo+fbr3vCRJ+Oabb7yv33///Vo1ycnJtULWpEmTMHbsWO/rZcuW4corr0RoaCgiIiJwww03IDc3t9HPkpGRUat/vXr18p6XZRmzZ89Ghw4dYDabkZqaiq+++sp7PjMzs85ZsfM/V2FhIW6//XaEhoYiPDwcY8aMwe+//16jLx988AG6desGo9GIuLg4TJs2zfv562sjIyOj1vcohMCf/vQn9OzZEyUlJQCA3NxcjBkzBjExMQgODka/fv2wYsWKRr+f8x06dAjjxo1DeHg4goKCcPnll2PTpk0AgFmzZkGSJDz66KM13jNjxgxIkoRZs2Y1uT0ioraMIYiISEUcDgcAwGg0NlorhMDIkSO9M0aDBg2qt7aiogLPPfccgoODm9yniooKzJw5E1u3bsXKlSuh0Whw0003QZblRvtns9m8/XvsscdqnJ89ezY+/vhjzJ07F7t378aMGTNw9913Y/Xq1TXqsrOzvb/j6NGjNc65XC6MGDECVqsVa9euxfr16xEcHIyRI0fC6XQCAN555x1MnToVU6ZMwa5du/Ddd9+hU6dOAIAtW7Z4f29CQgLmzJnjfX3HHXfU+kyPPvoofv31V/z8888ICwsDAJSXl2PUqFFYuXIlduzYgZEjR2L06NE4ePCgz99xeXk5hgwZgsOHD+O7777Dzp078eSTT9b4jmNiYvDZZ5+huroaAFBdXY0FCxYgJibG53aIiAKFzt8dICIi3506dQoAYLVaG611uVwIDg5GbGwsAMBgMNRb+89//hOXXXaZd6apKW655ZYarz/44ANERUVhz5496N69e4P9MxgM3v6dG8AcDgf+/ve/Y8WKFd7wlpKSgnXr1uHdd9/FkCFDvLXR0dH1PhO1aNEiyLKM9957D5IkAQA+/PBDhIaGIjMzE9dddx1eeuklPPbYY/jzn//sfV+/fv0AAFFRUd5jWq0WISEh3v6e769//SuWLFmCdevW1ahJTU1Famqq9/WLL76IJUuW4LvvvvPOODVm4cKFOHHiBLZs2YLw8HAA8Aa1s2JjY5GUlIQvv/wSEyZMwFdffYWBAwc2KWwREQUKzgQREanI4cOHAQBxcXGN1trtdgQFBTVad+TIEbz22mt49dVX6zz/1FNPITg42PuzYMGCGucPHDiAcePGISUlBTabDcnJyQDQ6MV3Q/3LyclBZWUlhg8fXqPtjz/+2Kdb7c7auXMncnJyYLVavb8jPDwc1dXVyM3NxfHjx3HkyBFcc801Pv/Ourz55pv429/+hs6dO3s//1nl5eV4/PHH0bVrV4SGhiI4OBh79+5tUjjJyspC7969vQGoPlOmTMG8efMAAPPmzcP999/f5M9CRBQIOBNERKQie/bsQVRUVKMXw8CZcNOzZ89G65599lncdtttNWYrzvXEE09g0qRJ3tdPPfUUPB6P9/Xo0aPRvn17zJ8/H/Hx8ZBlGd27d/febtZQ/+Lj4+s8V15eDgBYunQp2rVrV+OcL7cCnvt7+vbtWyu4AWdmeTQaZf5f4ObNm/HDDz9g0qRJePfdd/HAAw94zz3++ONYvnw5XnnlFXTq1Almsxm33npro9/Pucxms0916enpePjhh/H1118jPz8fo0aNwnPPPdfkz0NE1NYxBBERqcjKlSuRlpbWaF1FRQX27t2LZ555psG6rKwsfPXVV8jOzq63JjIyssatV1arFadPnwYAnDx5EtnZ2Zg/fz6uuuoqAMC6det8+CRnnrfp3bt3necuu+wyGI1GHDx4sMatb03Vp08fLFq0CNHR0bDZbHXWJCcnY+XKlRg2bFiz25kzZw7S09Px9ttv45577kF6ejqSkpIAAOvXr8ekSZNw0003ATgTzM5fmKExPXv2xHvvvYdTp041GIC1Wi3uu+8+TJo0CdOnT4dWq232ZyIiast4OxwRkQpUVVXh/fffx48//ogRI0agqKjI+1NaWgohBIqKiuDxeLBv3z6MGzcOoaGhSE9Pb/D3vvLKK5g5c2a9MzKNCQsLQ0REBObNm4ecnBysWrUKM2fObPA9xcXFePbZZ7F+/XpMnDixzhqr1YrHH38cM2bMwEcffYTc3Fxs374db7zxBj766COf+3fXXXchMjISY8aMwdq1a5Gfn4/MzEw8+uijOHToEIAzK6u9+uqreP3113HgwAFvO01xNpjccsstGDVqFCZPnuw9d8kll+Drr79GVlYWdu7cifHjxze6aMT5xo0bh9jYWIwdOxbr169HXl4eFi9ejA0bNtSqfeCBB/CXv/wFDz74YJPaICIKJAxBREQqsGjRIkyePBlCCDz88MOIi4vz/kyfPh12ux1xcXEoLCzErFmz4Ha7sWLFikZXe7NarXjyySeb3S+NRoPPP/8c27ZtQ/fu3TFjxgz861//avA9CxYswE8//YQlS5agf//+9da9+OKLeO655zB79mx07doVI0eOxNKlS9GhQwef+2exWLBmzRokJSXh5ptvRteuXXHfffehurraOzM0ceJEzJkzB2+//Ta6deuGG264AQcOHPC5jfO9+eab2Llzp/fZnNdeew1hYWFIS0vD6NGjMWLECPTp06fGe2bNmlXrWaJzGQwG/Pzzz4iOjsaoUaPQo0cP/OMf/6hzpic2NhZPP/10s4MtEVEgkIQQwt+dICKihmVkZCAjIwOZmZn11kiShPz8/AYvpql1mjhxYo29h4iIqGXxmSAiIhUwm82NLoYQExPDZ0BUSAiBzMxMn5+lIiKiC8eZICIiIiIiCih8JoiIiIiIiAIKQxAREREREQUUhiAiIiIiIgooDEFERERERBRQGIKIiIiIiCigMAQREREREVFAYQgiIiIiIqKAwhBEREREREQBhSGIiIiIiIgCCkMQEREREREFlP8P9aItKunt/VoAAAAASUVORK5CYII=", + "image/png": "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tgJNS0REpKTL85qgwYMHs23bNtq2bUu7du0YMmQIR44cCUVuIiIiIiIihjuvxggRERGMHDmSrVu34vV6qVevHqNGjSI1NdXo/ERERERERAyV59vhZs6cmeHrXr16Ub16dd544w3Gjx/P/v37DUtORERERETEaHkugnr16pXtueTk5AvJRUREREREJOTyXAT5fL5Q5CEiIiIiIpIvtFmqiIiIiIiUKEHPBL3zzjtBxQ0dOvS8kxEREREREQm1oIugt956K8fzLpeLw4cPqwgSEREREZFCLegiaNeuXTmeX7NmDa1atbrghERERERERELJsDVBJpPJqIcSEREREREJGTVGEBERERGREiXo2+ESEhJyPJ+YmHjByYiIiIiIiIRa0EVQXFxcjre8+f1+3RInIlIYuFLA74OUE2AyQURpMFnBFlbQmYmIiBQKQRdBixYtyvH8tm3buPfeey84IREROU8+HzjjYfFrsGYyOP83gx9ZFloPhrYPQVhMweYoIiJSCARdBHXo0CHH83FxcXke/IMPPuCDDz5g9+7dADRq1IgRI0Zw7bXX5vmxRERKvLRTMKETnPpXN8/k47DkNdg2D+78QYWQiIiUeAXaGKFq1ar897//5c8//2T16tV07NiRG264gY0bNxZkWiIiRU9aPPz4aOYC6FwH/4Jf3wjcLiciIlKCFWgRdP3119O9e3fq1q1LvXr1eOWVV4iKimLlypUFmZaISNHj88LWWbnH/fV5YL2QiIhICRb07XC9e/fO8fzp06cvKBGv18u3335LcnIybdu2zTLG6XTidDrTvz7Tsc7tduN2u9OPn/n83GMi50PXkhgl5NfS7pWADcy2nONcaXBiN5SrH5o8JKT0O0mMomtJjFKYrqW85GDy+/3+YAIHDhwY1ANOmjQp6MEB1q9fT9u2bUlLSyMqKoopU6bQvXv3LGNffPFFRo4cmen4lClTiIiIyNO4IiIiIiJSfKSkpNCvXz/i4+OJicl5/WvQRVCouFwu9u7dS3x8PNOmTePjjz9myZIlNGzYMFNsVjNB1apV4/jx4xm+Ubfbzbx58+jcuTM2Wy7viorkQNeSGCXk19LpffBB1rPoGVhs8MhacKg5QlGk30liFF1LYpTCdC0lJCRQtmzZoIqgoG+HCxW73U6dOnUAaNWqFatWreLtt9/mo48+yhTrcDhwOByZjttstiyf9OyOi+SVriUxSsiupegyULkx7F+dc1zD68BqA13PRZp+J4lRdC2JUQrDtZSX8Qu0MUJWfD5fhtkeEREJgiMGeo4DW3j2MRFloOt/1CJbRERKvAKdCXrmmWe49tprueiii0hMTGTKlCksXryYuXPnFmRaIiJFj8kEparD3Qvg+3vh8PqM5y9qCzd9DBGlCyY/ERGRQqRAi6CjR49y5513cujQIWJjY2natClz586lc+fOBZmWiEjRZAuHcg3grtmQeAj2/Q4mC9RsD45oCIsNFEsiIiIlXIEWQRMnTizI4UVEih+zOXC7W1iM2mCLiIhko9CtCRIREREREQklFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKP/f3n3HR1Xl/x9/T59JMmlASELoKCAlFAFBpaiIoAh2UVnYFSvqIvavXx/iz93lu7vq8rULFnQVRUXUtVMMTXpbBKQEpLdQ0suU+/uDL1kiKZNwIZnM6/l45PFw7v1MzpnxmMd9e+49hxAEAAAAIKIQggAAAABEFEIQAAAAgIhCCAIAAAAQUQhBAAAAACIKIQgAAABARCEEAQAAAIgohCAAAAAAEYUQ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", "text/plain": [ "
" ] @@ -706,14 +706,14 @@ }, { "cell_type": "code", - "execution_count": 93, + "execution_count": 16, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "accuracy: 0.913\n" + "accuracy: 1.000\n" ] } ], @@ -731,20 +731,20 @@ }, { "cell_type": "code", - "execution_count": 94, + "execution_count": 17, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "array(['versicolor', 'versicolor', 'virginica', 'versicolor',\n", - " 'versicolor', 'versicolor', 'setosa', 'versicolor', 'versicolor',\n", - " 'virginica', 'virginica', 'virginica', 'setosa', 'setosa',\n", - " 'versicolor', 'setosa', 'versicolor', 'virginica', 'virginica',\n", - " 'virginica', 'setosa', 'virginica', 'setosa'], dtype=object)" + "array(['versicolor', 'setosa', 'virginica', 'setosa', 'versicolor',\n", + " 'versicolor', 'setosa', 'versicolor', 'versicolor', 'virginica',\n", + " 'versicolor', 'setosa', 'virginica', 'setosa', 'virginica',\n", + " 'setosa', 'versicolor', 'versicolor', 'virginica', 'setosa',\n", + " 'versicolor', 'setosa', 'setosa'], dtype=object)" ] }, - "execution_count": 94, + "execution_count": 17, "metadata": {}, "output_type": "execute_result" } @@ -760,12 +760,12 @@ }, { "cell_type": "code", - "execution_count": 95, + "execution_count": 18, "metadata": {}, "outputs": [ { "data": { - "image/png": "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l4R7qSDXLxFF0OTJk6latSqXXnppcaeSqXKUi38OJOcbVynKSS5LmE7LWWedRbdu3WjZsiU9e/akR48eXH311TidTrZs2cKwYcMYPnx4ZnxGRgaxsbG5Pl5iYiJ79+6lU6dOWY536tSJVatWAXDTTTfRvXt3mjRpQq9evejTpw89evTIjJ03bx7PPvssf//9N4mJiWRkZJCenk5qamq2aYgiIiIi5VGKN4UV+1cwac0kVh0yXmNVcFWgf3x/BjcfTKQjEps19OuZJTjFvqLf7/czefJkBg8ejN1eImoyYsIcDOpQN6jYGzrUJdplXtVrs9mYO3cus2fPplmzZrz++us0adKEtWvXAjBp0iRWrlyZ+bF27VqWL19eqGu2bduWbdu28dRTT5GWlsY111yTOdq0fft2+vTpQ6tWrfjqq6/4448/MqfBeTyewn2zIiIiImVAijeFV/98lbsW3JVZAAEccx9j4pqJXPXtVRxzH6OELMUXSkARNG/ePHbu3MnQoUOLO5VMVquFC+OrUKdi3ut86lQMp3N8FdNbZFssFjp16sSYMWP466+/cDqdLF26lJo1a7J161YaNWqU5ePE9LUTDSBO3XspJiaGmjVrsnTp0izXWLp0Kc2aNcsSN2DAACZNmsTnn3/OV199xdGjR/njjz/w+/2MGzeODh06EB8fz969e039fkVERERKq0AgwG/7fuPTvz/NNWZ/yn7uXXgvyd78ZxlJ0Sj2oZcePXqUyKo4zGFj2m3n5dom+8Q+QeEOc4c1f/31V+bPn0+PHj2oWrUqv/76K4cOHaJp06aMGTOGESNGEBsbS69evXC73axYsYJjx44xcuRIqlatSnh4OD/88AO1a9cmLCyM2NhYHnjgAZ544gkaNmxI69atmTx5MitXrmTKlCkAjB8/nho1atCmTRusVitffvkl1atXJy4ujkaNGuH1enn99de57LLLWLp0KW+//bap37OIiIhIaZXkTeLdNe/mG7fq0CqOph8l2hldBFlJfoq9CCqpbFYLVaJc/HBPZxb/c4hPlu/gSLKHSlFObuhQl87xVQh32EwfBYqJieGnn37ilVdeITExkbp16zJu3DguueQSwOjU9uKLL/LAAw8QGRlJy5YtuffeewGjLfhrr73G2LFjGT16NBdccAGLFi1ixIgRJCQkcP/993Pw4EGaNWvGzJkzady4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L730Eh9//DE//fQTO3fuZNSoUbnGP/LIIzz33HM8/vjjrF+/nqlTp1KtWrXM89HR0XzwwQesX7+eV199lUmTJvHyyy8X4NkQERERETGfpsPlIMmTxBcbvwgq9vONn3NOjXOIdZkzVaxChQpccsklTJ06lW7dugEwbdo0KleuzEUXXcTPP/+c7e9ERkby7rvvZk6De/vtt7FYLEyaNImwsDCaNWvGnj17GD58eJ7X9nq9vP322zRs2BCAu+66i7Fjx+YYm5SUxKuvvsobb7zB4MGDAWjYsCHnn39+Zsxjjz2W+Xm9evUYNWoUn332GQ8++GABnhERERExm8/vK+4URIqVRoJycST9SFBxR9OPmn7tQYMG8dVXX+F2uwGYMmUK1157LVZrzj+uli1bZlkHtHHjRlq1akVYWFjmsXPOOSff60ZERGQWQAA1atTg4MGDOcZu2LABt9udWajl5PPPP6dTp05Ur16dqKgoHnvsMXbu3JlvHiIiImK+DH8GyZ5kVh9azYSVEwCYu2MuKd6ULO2rRcoDFUG5qBRWKai4imEVTb/2ZZddRiAQYNasWezatYuff/4516lwYIwEmcHhcGT52mKx5NoNLjw8PM/H+uWXXxg0aBC9e/fmu+++46+//uLRRx/F4/GYkquIiIgEz+PzsCd5D9fOupZB3w/i078/BWD00tF0/7I783fMJ8WbUsxZihQdFUE5iHZGc02Ta4KKHdBkANHOaFOvHxYWRr9+/ZgyZQqffvopTZo0oW3btkH//SZNmrBmzZrMkSSA33//3dQcGzduTHh4OPPnz8/x/LJly6hbty6PPvoo7du3p3HjxuzYscPUHERERCQ4x93HGThrIDsSs/9fnORN4pElj7BkzxLcGe4c/rZI2aMiKAdWi5Xza51P7ajaecbVjqpNp1qdQtIie9CgQcyaNYv3338/z1GgnAwcOBC/388tt9zChg0bmDNnDi+99BJgjO6YISwsjIceeogHH3yQjz76iC1btrB8+XLee+89wCiSdu7cyWeffcaWLVt47bXX+Oabb0y5toiIiAQvxZPCq3+8SqInMc+45397noxARhFlJVK8VATlwmVz8eElH+ZaCJ3YJyjMHpbj+cLq2rUrFStWZOPGjQwcOLBAfzcmJoZvv/2WlStX0rp1ax599FFGjx4NkGWdUGE9/vjj3H///YwePZqmTZsyYMCAzDVEl19+Offddx933XUXrVu3ZtmyZTz++OOmXVtERESCY7FYmLNjTr5xh9IOse7wuiLISKT4WQK5LfooBRITE4mNjSUhIYGYmJjM416vlx9//JH69evToEGD037h7w/4Sc9IZ+mepXy+8XOOph+lYlhFBjQZQKdanQizhxXpRqmFMWXKFIYMGUJCQkK+63lKsvT0dLZt20b9+vVNLehy4/V6+f777+ndu3e2NVMiBaF7Scyg+0hOx77kffT4qkeWYy5cPB73OE8dfwo3J6fAPXT2Q1zf7PqiTlFKsZL0eym32iAnapGdB6vFSoQjgm51u3FOjZPd1aKd0SW++Pnoo49o0KABtWrVYtWqVTz00ENcc801pboAEhERkYJz2pz5B/0rwhERwkxESg4VQUGwWqym7QNUVPbv38/o0aPZv38/NWrUoH///jzzzDPFnZaIiIgUMZfNRcO4hmw5viXPOKvFSpfaXYooK5HipSKojHrwwQe1KamIiEgQMvwZpGekczT9KEmeJCqFVyLSEUmkI7LEz/wIRrg9nGEthvF/S/4vz7gutbvgsGmapZQPKoJERESk3ErxprBw50LeWf0O2xO3Zx5vVqkZ97W7j5aVWxLpMGc/vuJis9roekZX+jXqx9ebv84xpmFcQ57q9BQxzrzXUYiUFaX/7Q0RERGR05DsSWby2sk8suSRLAUQwPoj67nlx1tYsHMBqd7U4knQRJGOSB4850Fe7/o6rau0zjxeLbIao9qP4pNLPil1U/9FCqPMjwSV4uZ3kgP9PEVExCyH0g7xzup3cj0fIMDoZaPLzDqZSEckXWp3oV21dlh8Fub/OJ+pvacS4YrQNDgpd8rsSJDP5wMgNbX0v3sjJ534eRZ3C0YRESndUjwpvLv63XzjMvwZfPnPl3h8niLIKvQsFgvRzmhcdhdgdINTASTlUZkdCQoEAsTExGRu3hkREYHFYinmrOR0BQIBUlNTOXjwIHFxcdhstuJOSURESjFfwMeKAyuCiv1l7y9cHX91gVpNi0jJVmaLIICqVatis9kyCyEp/eLi4qhevXpxpyEiImVAgOCmWAcbJyKlR5kugiwWCzVq1KBq1ap4vd7iTkcKyeFwaARIRERMYbVYaVG5BftS9uUb27pKa1w2VxFkJSJFpUwXQSfYbDa9eBYREZFMUc4obm55M3N3zM0zzmqxMrDpQMLsYUWUmYgUhTLbGEFEREQkL3Wj63JlwyvzjBnRZkRmEwERKTvKxUiQiIiIyH9FOiN56NyHqBNTh4/Wf8Rx9/HMc9Ujq3PnWXfSvV73Ur9ZqohkpyJIREREyq1IRyQ3NLuBQU0HseHoBo6lH6N6ZHXqx9bHYXWoI5xIGaUiSERERMq1E+t92lVrV8yZiEhR0ZogEREREREpV1QEiYiIiIhIuaIiSEREREREyhWtCRIREREpJl6fF4/fgwULEY6I4k5HTJLqTSVAAKfVicPmKO50Qsbn95HqTQXAH/AXczYFoyJIREREpIgle5PJ8Gfw5cYv+efYPzhtTnrX703rqq1x2VzYrXqJVtpk+DNw+9ysPLiS77d9j8fnIb5CPP2b9MdutRPliCruFE2T6k3FF/Axa+ssVh1YRQc6MG/HPC6sdyE2i61UbC6sf2EiIiIiRSjFm8IHaz/g3TXv4gv4Mo/P3DKTahHVmNh9IrWja6s9dyni8XnYnbSbW+bewoHUA5nHf9j+AxNWTuDmljczpMWQMrHnVIo3hTnb5/C/X/+H2+fGhYsOcR14YtkTuFa4GH/heFpVbkW4I7y4U82T1gSJiIiIFJFUbypTNkzhndXvZCmATjiQeoDrv7+eBHdCMWQnpyvBncD131+fpQA6wRfw8c7qd5iyYUrm1LHSyuvzsnTPUp5Y9gRunzvb+URPIrfNu40dSTuKIbuCUREkIiIiUkQCBHh3zbt5xiR5k3h71dul/gVzeZHqTeXtVW+T5E3KM+7dNe+WunUz/+Xxexi3YlyeMRn+DMatGEeiJ7GIsjo9KoJEREREisj8HfNJy0jLN+7brd9itehlWmlgtVj5duu3+calZaSxYOeCIsgodLYlbGNvyt58437d9ys+f/aRzpJE/7pEREREikAgEGBLwpagYtMy0vD4PCHOSMzg8XmCKmwBNh/fXKpHg3Yl7QoqLkCAQ2mHQpxN4agIEhERESkCFouFOFdccLFY1BihlHDanFiwBBUbFxZXqkf4op3RQcdG2Et2y/fS+1MQERERKWV61+8dVFyHGh00ElRKeHwezq1xblCxl9a/NMTZhFabqm0It+ff9a1OdB0qhFUogoxOn4ogERERKdfcPjep3lRWHVzF4l2L2XBkAyneFLw+r+nXinBEcEGtC/KNu/WsW4lxxZh+fTFfjCuG2866Ld+482udH1QBUdL1a9wv35hhLYbhsrmKIJvTp32CREREpNxK8abw5cYv+WDdBxxJP5J5vFZULe5uczcX1rnQ1L1dop3RPHfBcwydM5SNxzbmGPNA+wc4s+KZpl1TQu/MimfyQPsHeHHFizmej68Qz/MXPF/qC9tIRyR3tb6LrQlb+WXvLznGXNPkGnrW61niN/wt9pGgPXv2cP3111OpUiXCw8Np2bIlK1asKO60REREpIxL8aTw0oqXGPfHuCwFEMCe5D08/PPDTPtnGimeFFOvG+OK4cNLPuSpTk8RXyEeu8VOuD2cXvV68fXlX3NV/FVlYlPN8iTSEclV8Vfx9eVf06teL8Lt4dgtduIrxPNUp6f46JKPSn0BdEKyN5nRHUbzv/P/x1lVzsosdjrU7MAbXd9gQPyAHPfAKmmKtUQ7duwYnTp14qKLLmL27NlUqVKFTZs2UaFCyZ5DKCIiIqXfruRdTPtnWp4x4/8Yz2UNLyMSc4uSSEcklzW4jK51uuK0OfEH/PgDfqKcUaZeR4pOpCOSxhUa80THJ7BarFgtVjx+D5H2SGxWW3GnZ4okTxIP//wwaw+vpUfdHoxsN5JaEbVYvmA518Rfw5ebvuTn3T9zZeMreaD9A0Q4Sm5zhGItgp5//nnq1KnD5MmTM4/Vr1+/GDMSERGR8iDZk8y7q/PetBTAH/Dz6YZPubnVzaavcbBZbWVmdEBOOrWQDSOsGDMxX7I3mT8O/AEYe1l9u/VbXLh4PO5xRi4aiRs3ALO2zmJU+1HFmWq+irUImjlzJj179qR///4sXryYWrVqcccddzB8+PAc491uN263O/PrxERjJ1qv14vXe3Lx4onPTz0mcjp0L4lZdC+JGXQfmcfj9bDh8AZc5F/YrD6wmuT0ZKzOYl9FYBrdS3I6Vu9fne3fjBNnlj8B/Bl+9iTsoX5s0Q5uFOR+tgQCgUAIc8lTWJhRHY8cOZL+/fvz+++/c8899/D2228zePDgbPFPPvkkY8aMyXZ86tSpRESU3OE2EREREREJrdTUVAYOHEhCQgIxMXmPshZrEeR0Omnfvj3Lli3LPDZixAh+//13fvkle8eJnEaC6tSpw+HDh7N8o16vl7lz59K9e3ccDkdovwkp03QviVl0L4kZdB+ZJ8WTwrg/xjF72+x8Y2876zauO/O6MrV5qe4lOR2H0w5z+TeXE+Bk+eDEyUNxD/H88efxYOxtFemIZGbfmUW+JigxMZHKlSsHVQQV63S4GjVq0KxZsyzHmjZtyldffZVjvMvlwuXKPmztcDhy/Aec23GRgtK9JGbRvSRm0H1UeHGOOG5qdRPTt03PM85usdO/aX8iXWWzW1tR3Uup3lSslpPTCf0Bf4leNF8YSZ4knFYnAQL4Aj4cVkeZKaAjA5G0qdkmx/bYHjyZa4Kubnh1sfyeKsj1irUI6tSpExs3Zu2R/88//1C3bt1iykhERETKi+qR1RnWYhjvrX0v15jRHUeX+P1OSrL0jHSOu4/zzup3mLV1FmkZaYTbw+nToA+3tLqFOFccYfay0TwgxZvC30f/ZuLqifyy9xcCBKgeWZ2BZw6kf3x/Ih2RWCyW4k6zUGKcMTzd6Wmu+faabG3lT2gQ24A72txR4ovcYl3hd99997F8+XL+97//sXnzZqZOncrEiRO58847izMtERERKQciHZEMbzWcseeNpXZ07SznmlRowlvd3qJHvR7as+c0uX1u1h1ZR59v+jDtn2mkZaQBkJaRxpf/fEmfb/qw7vA63D53Po9U8qV4U3hvzXvc9MNNLNu7LHO62P6U/Yz/YzwDvhvAcffx4k3SJBXCKvDlZV/So24P7JaTbxCE2cO4Jv4aPu79MdGO6GLMMDjF+tbG2WefzTfffMMjjzzC2LFjqV+/Pq+88gqDBg0qzrRERESknIh0RHJZw8voUa8HB1MPkuBOoEp4FWJdsUTYI7Bay05HuKLm8Xm4fd7tuRY5bp+b2+ffzvz+801vP17UVh5cyaQ1k3I9vzNpJyMXjeTVrq8S4yzdbdEdVgdVIqow5rwxPNHxCbYd28b2X7fzXd/vcDqdJX4E6IRiH9/t06cPffr0Ke40REREpJyyW+3YrfYib+dblnl9Xr7Z/E3m6E9u0jLS+GbzN1zX5DocttK5zi3Rk8jE1RPzjVtxYAVJ7qRSXwSdcGI/pGaVmrGd7UQ6I0vVWkW9vSEiIiIipkrNSGXOtjlBxc7ZNofUjNQQZxQ6DquDPw/+GVTsrG2zQpyNBEtFkIiIiIiYLr9RoBPSfekhziS0vL7gN+hM8aZQjLvTyClUBImIiIiIqawWK2fEnBFUbJ3oOlnaZ5c2DpuDKEdUULFnVjyz1HeIKytK7x0nIiIiIZfqTSXBnUCiJxG/31/c6YRUkieJBHcCKZ6U4k6l1It2RnNT85uCir2p+U1EO0PTTSw9I51EdyKJ7kQy/BkhuQZA30Z9842JdETSuXbnkOUgBVPsjRFERESk5En2JHM47TAfrvuQHUk7Mvd26VK7Cw6ro9QuYv8vf8BPekY6Kw+t5MuNX5LgSaBqeFUGNRtEg9gGao9dCI0rNKZDjQ4s37c815hzq59L4wqNTb92sieZ1IxUPlr/EX8f+Ru71c5FdS7i0gaXYrPaCLeHm3atcHs4t7S6hdnbZue6dw7AiDYjsGr8ocRQESQiIiJZpHhTeGLZE/y448csx3/a/RMVwyoyqcck6sXUw2lzFlOG5vAH/BxJO8LQOUPZnrg9y7lZ22ZxVpWzeLPbm8S4ykY3r6IW6YjklYteYfTS0czdMTdz7xwACxYuPuNixnYaa3qhmeJN4Z3V7/DBug+yHF+6dynj/hjHKxe+QptqbUwthKKd0Uy9dCq3z7udrQlbs5wLs4Uxou0Irmh0BeEO864phaMiSERERDIleZJ44bcXshVAJxxNP8pNs2/i2yu/pVJ4pSLOzlxpGWncOPtGdifvzvH8qkOruGP+HbzT/R2NCJ2mSEckT573JA+d8xDT/pnG4bTDVA6vzNXxVxNuD89ss2yWtIw0Pv3702wF0Knn71xwJ1/0+cLUESi71U61iGpMvXQq2xK2MWvrLNw+N80qNaNXvV5YLdZSs39OeaEiSERERDJ5fB5mbp2ZZ0ySN4nJaydzZ5s7TX03vSj5/D7m7ZiXawF0wqpDq9h6fCstq7QsoszKnmhnNNHOaG5tdSsZgQzsFjs2qy0k1/IH/Ly35r08YzL8Gbz656s8e8Gzpq5FslltRFojaVG5BWdWPBNfwIfT6lQjhBJKExNFREQEMAqDrzZ9hT+QfwOEbzZ/UwQZhU6yN5nPNn4WVOwnGz4h2ZMc4ozKPpvVhsvmClkBBPDbvt9I9ub/s/p5z89YCF1xYrfacdlcKoBKMBVBIiIiAhjvkO9N3htUbKInMaQvIkPNYrFwMPVgULEHUg/gC/hCnJGYIb+RvRP8AT+JnsQQZyMlmYogERERAYx3r+NccUHFumyu0CYTYoFAgFhnbFCxsc5YdfUqJSqFBb9OTeu8yjf9ixYRERHAmK50VfxVQcX2qtcLn7/0jo6E28O5ouEVQcVeHX810a7Q7GMj5rqg9gU4rfl3LWxTtY2mqpVzKoJEREQkU5wrjg41OuQZY7faufWsW4l0lt530p02J/3i+xHjzLv9de3o2rSr1q6IsiqbUr2ppHhTWLRrEV9s/IJFuxaR4k0h1Ztq+rWsFmtQG5fe0foOoh3mF7ZJniSOpR/juy3fMe2faaw+tJoUbwpen9f0axUnn99HkieJLce38O2WbwFj2mhpmmKo7nAiIiKSKdoZzbgLxzH8x+GsP7I+23mH1cHLF75M5fDKxZCduVw2F5N7TmbInCE5vnirGVmTD3p+QJg9rBiyKxtSvCl8uO5DPlr/ESnelMzjkY5Ibmx2I4ObDzZ1WlqkI5KR7UeyP2U/P+35Kdt5CxYePudhWlZuaepIUCAQINGTyOilo1m0e1GW5iK1o2vz2LmP0aZqmzLRJjs9I50diTv4vyX/xz/H/sGFi8fjHqfv9L60rNaS5y54jkrhlbBbS3aZUbKzExERkSIX44xhcs/JLN+3nI/Xf8yOxB2E28PpXrc7NzS7gQhHRKltjX0qp81Jvdh6/HDVD3z9z9dM3zKd4+7jVA2vyoAzB9CzXk/CbeFYLZo4czqSvcm89PtLfLXpq2znUrwpvLXqLQ6kHuCB9g+Yul9QpCOSF7q8wIYjG3h/7ftsPLYRu8XO+bXOZ2iLocSFxYVkg9YbZt/AtoRt2c7tTtrN7fNu5/Wur9OhRgdc9tK7ns4f8LMzaSeDvh+E2+fOdn7FgRUM+G4A0y6fVuLfKFERJCIiItlEOCK4qM5FtK/WHovFgj/gx2VzlblREafNidPm5Lqm13Fl4yszv9coR1RIWzmXBwdTDuZYAJ3q601fM7jZYNM3TY10RNK+enviK8ZjwUIgEMButYdkJMbj8zBlw5QcC6ATAgR4YtkTzOo3CxeltwhK8aYweunoHAugE46kH2HcinE8eu6jpv9czaS3NkRERCRHFouFGFcM0c5oYl2xZa4AOpXT5szyvaoAKpwUTwrvr30/qNj3176fZaqcmWKcxs80xhUTsqloGf4MPt/4eb5xR9KP8NeBv0KSQ1E5ln6MdUfW5Rv34/YfiyCbwlERJCIiIiKmyghksOHohqBiNxzdQIY/I8QZhY4v4ONQ2qGgYv84+AeBQCDEGYVOsD9Tj9/D/pT9Ic6mcFQEiYiIiIjp7JbgVl3YLXYClN7CoCBrxhxWR6luzR3szxQo8aOpKoJERERExFRhtjDOr3V+lmN2q51YV2y2rmHn1zqfcFvpbbQRCASIrxAfVGzXM7qGOJvQalutbVBFX5wrjmoR1Yogo9OnxggiIiIF4PF58Pq9eP3Gvh9OqxO71Y7Tlv8GjVJyJXoSsVvspPvSCbeH4/P7SvSi7pLOZXcxsOlA3lv7Hh1qdODaM6+ldZXWJHoSiXHGsPLQSj7f+DnL9i5jYNOBIemYlp6Rjj/gx+1zY7PYsFqshNvDTR+hCLeHc1Pzm/i/Jf+XZ1yjuEbUjqpt6rVPSHAn4LQ5SfWmEm4Px+PzEBcWZ/p17FY7XWp3YeGuhXnGXd346hLfVVFFkIiISJBSvClM+2caUzZMYV/KPgCqRVRjUNNBXBN/TanePLS8SvGmsPX4ViasnMCyvcsIYHQR61anG3e3vZuqEVXLRDvw4hBuD+ery78i0ZPI5LWTuXfhvfgCPmwWG51rd+aWVrdwf/v7TX9+fX4fKd4UJq+bzLR/pnHcfRyAhnENuan5TXSv293UFtk2q42uZ3Tl4jMuZt7OeTnGxDhjeO2i10z/XpM9yRxKO8SEvyYwf9d8MvwZWLBwXs3zuO2s22gY15Bop3mbwkY7oxlz3hj+mfUPe5L35BjTqnIrhrUcVuIbqZTsEk1ERKSESPYkc+vcW3lpxUuZBRAYu6SP/2M8N8+9mWRPcjFmKAWV4k1h3o55DPp+EEv3Ls1cl5Lhz2DOjjn0m9GPtYfXkp6RXsyZlk4Wi4WdiTsZ8sMQFu5aiC/gA4xGAgt3LWTID0PYmbgTC+aukUnwJDDguwG8u+bdzAIIYMvxLTy+9HEeX/K46d3oIh2RPH3+0/zfuf+XZbTHaXVyWYPL+OaKb6gWWc3UUagUTwrrjqzj6plXM2fHnMzmEgECLN27lBtn38jcHXNJdGffCLgwYpwxfN7ncwaeOTBLMVkxrCJ3tr6Td7q/UypGUTUSJCIiko9UbyoTVk5g1aFVucasPbyW1/56jXvb3lsmdoUvD5I9yYxeNjrXRfkev4e75t/F/P7zizizssHtc3P/4vszi5//8gV8jFo8igXXLCAcc0ZIEj2JPPzzw+xO3p1rzNydc+m4tSNXNr4y2/qkwoh0RHJ146u5vOHlJHmS8Pq9VAyrSCAQCElRECDAiAUj8Pg9uZ4f88sYOtbsSIwrxrTr2qw2Yl2x3NP2Hu5pew+Hkg+x8qeVTLtsGi6XC5etdOyDpJEgERGRfAQI8M3mb/KNm755Ov6AvwgyksJK86bxwboP8v15pWakMnv7bHz+nF/IS848Pg9f/P1F5tq53Hj9Xr74+ws8vpxfyBdUekY6v+z9Jd+4D9Z9kOeGn6fLYXMQ6YikemR16kTXIdIRGZICyOvz8t3W70jNSM0zzh/w8+HaD0nyJJmeQ4QjgghHBDWjagIQ7ggvNQUQqAgSERHJ15bjW4KaPpOWkcamY5uKICMpLI/fw+Ldi4OKnbdjHsleTXUsiNSMVBbsWhBU7IJdC/J9MR+sn3b/FFTczqSdpGWkmXLN4pDoScy3OcEJP+35qVTvwxQqKoJERETyUZB3qXObmiIli8ViCfrnatYoRXliwZLvKNAJXr/XtHVBBVm/VdoLg4LcvyW9U1tx0DMiIiKSj3ox9UISK8UoYHQLC0Z8hXi1QC8gm8UW9PPbMK4hNos5DQOaVWoWVFy4PZwYp3nrZIqa0+akUVyjoGIbxTXSNN0cqAgSERHJh9Pm5Jzq5+Qb175ae8IdaqdcGsS4YhjaYigAVcKr8MIFLzC732zmXT2PWVfO4rFzHyPKbqzlGNx8sNpkF1CUMyrz+c3P0BZDTVs306RiE2pE1sg3rk+DPqZcr7hEO6MZ3HxwULE3NruRCmEVQpxR6aMiSEREJB8xrhge6/AYYbbc971w2Vw82uHRUv3ucnnTonIL3uz2JjP7ziQ1I5VHlzzKrfNu5enlT1MxrCJz+8/l1Qtf1c/0NNWJrkP3ut3zjOletzt1ouuYdk2n1cnojqPznF5XKawSd7W+q9R3cYxxxnBV46vyjOlQowOtqrQqooxKF7XIFhERCUKNyBpM6T2F+xffz/bE7VnO1Y2py4udXwzZbvASGg6LgzNizuCy6ZdxOO1w5vEtx7fwy75faBDbgPd7vl8q9jwpicJt4Yw5bwwVwyry9aavs6wRclgdXNn4Su5tey/hNvNG2Rw2B22rtuWNbm8w5pcxHEw9mOV880rNeeWiV0xtGV1cYlwxjGo/ilhXLFM2TMnS7c5usXNJ/Uv4v3P/T/dvLlQEiYiIBCHMHkaDuAZ8eumnbE/czi97fyFAgI41OtIgrgEum8vUPUck9Dx+D4NnD+ZI+pEcz29N2MrwH4fzce+Ps2wKKcFJ96Vz+7zbGdR0EMNbDmf+zvkcTT9KxbCKdDujG38d/Ivb593OxO4TibCaNyoT4YigQ40OzOw7kzWH1rDy0EqcNidd63SlUnglIh2RZaZRQJQzimEthnFzy5uZu2Mu+5L3UTGsIr3q98KCRQVQHvTbWkREJEh2q50oZxQtKregReUWxZ2OFILH52HGlhm5FkAnbDq+idWHVtOxZsciyqxs8Af8LNmzhFWHVrHq0CoqhVWic+3ORDuj+fvo30xcPTHzuV+yZwkX173Y1MLEaXPitDnpULMDHWp2MO1xS6ITo1r9Gvcr5kxKFxVBIiIiUu6keFOYvnl6ULFf/vMlZ1Y8U4vLCyDJk8QXG7/I/PpI+pFcNxz+fOPnnFvjXGJdsUWVnogaI4iIiEj5Y7VYOZp+NKjYo+lH1WL4NOQ3ynbCsfRjIc5EJDsVQSIiIlLu+AN+KoZVDCq2UlilMrOGpChVCqsUVFywPwcRM+lftIiIiJQ7kY5I+jUKbg3FNU2u0VS4Aop2RjOgyYDMr6tGVKV/fH+GthhK//j+VI2omnluQJMBRDujiyNNKce0JkhERETKHafNyWUNL2PSmkkcSjuUa1x8hXg1wTgNVouVTrU60bZqWwY1HUTLyi2Zt3MeR9KOUD+2PsNbDmfN4TVM2TCFTrU6lYmRtkAgQLI3mePpx5mzfQ5pGWk0r9ycc2uci81iI8ye+z5jUvRUBImIiEi55LQ5+bDXh9w056Zs+8kANIprxKQek9Qe+zSF2cOY0G0CL614iYd+eoiMQEbmufErxnNFoyt4o9sbZaI48Pl9HHMf496F97Lq0Kos52JdsTx89sNcdMZFupdKEBVBIiIiUi45bU6qRVZjZt+ZzN85n+mbp5PgTqBqRFUGNBnA2dXP1ovWQkjLSOPxpY8zb+e8bOcyAhl8tekrjruP88z5z5T65znFm8J1s65jf8r+bOcS3Ak8suQR/nf+/+het3uZKPrKAhVBIiIiUm6d2E/m0nqXcn6t8yEAWLRY3ww7E3fmWACdav7O+dyaeCtNKzUtoqzMl56Rzvtr38+xADrV878/T9czuhZRVpKf0j8BU0RERKSQbDYbFcMqUjG8ogogEyR7knl/7ftBxb6/9n2SPckhzih0AoEAX236Kt+4BHcCy/cuL4KMJBgqgkRERETEVL6Aj60JW4OK3ZqwNct6odLGG/By3H08qNjVh1cTCARCm5AERUWQiIiIiJjOYXWYGldS2S3Bry4Jt4djsVhCmI0ES0WQiIiIiJgq3B4e9PqXrmd0JcIeEeKMQscX8NG8UvOgYnvW6xnibCRYKoJEREREikGyJ5lkTzLbE7azN3kvKd4UPD5PcadlCqfNyYAmA3BanXnGOawOrmlyDU5b3nElWaQjkuEth+cb16JyCyqHVy6CjCQY6g4nIiIiUoQ8Pg/H0o/x0oqXmLdzHhl+Yz1Mjcga3ND0BvrF9yv1LaPBKITGXzieexfem+OaH7vFzssXvozL5iqG7MxjtVjpULMD/eP78+U/X+YYUy2iGq9e9CpRjqgizk5yo5EgERERkSLi8/vYn7KffjP78cP2HzILIIB9Kft4YcULPPLzI6R4U4oxS3OE28M5u/rZTLt8GhefcXHm2hm7xc7FZ1zMtMuncXb1swm3hxdzpoVnwcLg5oN55vxnskyNi3HGcGOzG/noko8gAP6AvxizlFNpJEhERESkiKRlpDFi4QgSPYm5xizctZD5O+ZzaYNLsVltRZid+SIcETSMa8jYTmNxWB2kZ6QTZg/D6/cS7Ywu7vRM4fP7mLdjHmOXj+WS+pcwuuNoqkVUw+1z47K5+H7b99w691ZsVhufXPIJUU6NBpUEKoJEREREisiupF1sOb4l37gP1n1A1zO6lpkXzCcKnjB7mPEnYcWZjqnSMtKYvG4ybp+b6ZunM33zdBxWB06bM9uI3q6kXaV6Y9iyRNPhRERERIrIwp0Lg4rbdHyTWimXEhaLhc3HN2c55vV7c5zSuGDXgqJKS/KhIkhERESkCAQCAbwBb9DxWj9SOhTk55Thz9BmqSWEiiARERGRImCxWGhfrX1QsVUjqmKzlO71QOWFzWKjakTVoGLbV2uvEb4SQmuCRERERIpIm6ptqBxemcNph/OMu7bJtditoXmZluJNwe1xA5DkSaKio2JIrlNe2K12BjQZwOt/vU58hXgGNBlAm6ptsFvtHEg5wIwtM5izfQ6xrlhaV21d3OnKv1QEiYiIiBQRm8XG052e5o75d+Q6japhXEOuO/M60zcQTfGmcCTtCO+tfY/f9vzGbc7beGzJY9zQ8gZaVWlVJvYmKg5Om5OBZw4kvkI8taJq8dnGz5i0ZhIen4cGsQ3oH9+fu9rcxaHUQ5ltwqX46SchIiIiUkRcdhdtqrbhne7v8PTyp9mRuCPznM1io+sZXXmy45Omd4VL8abw9aaveeH3F4w8cIETftv/Gz/v/5nzap7H+AvHqxA6TRaLhePpx7ln4T1Zituj6UdZcWAFbaq2YUK3CbjspXtj2LJERZCIiIhIEYpwRNC+Wns+u/QzdibtZOPRjYTZw+hYoyM2q830/XMCgQCrD63OLIBysmzvMsatGMfIdiPLTFvuorQ9YTujl40mQM5ND/46+BdPLHuCMeeNKTP7I5V2aowgIiIiUsTsVjtRziiaVWrGlY2v5JL6lxAXFheSF8jJ3mQmrJyQb9z0zdNzfREvuUvyJDFh5YR8n7t5O+bh8XmKKCvJj4ogERERkTLMH/Cz6tCqfOO8fi8/7f6pCDIqWxxWB0v3Ls03LkCA77Z+VwQZSTBUBImIiIiUYane1KBjj6YdDWEmZZPH5wl6r6AjaUe0T1AJoSJIREREpAyLdkZjtQT3kq92dO0QZ1P2OG1OXLbgGh7UjamrfYJKCBVBIiIipUSGPwMAn99XdBf1+8GTBuVgLUOGP4P0jPQifX59Ph8pnhTSM9JDdo0AATrX7pxvXLQjmnNqnBOyPMoqn99Hr3q98o1zWp30qNcjpHmkZ6Rn/p6QvKk7nIiISAmX5EniYOpBpm+cTiMaMeXvKfRr0g+H1RG6Tl7uJPD7YOUUOPQ3OCLgrOugYgNwRoG17LyPmuRJ4rj7OF/+8yUJ7gSqR1Snf5P+uGyukHXySnAnYLVYmbllJpuObcJpc9KzXk+aVGiCy+bCYXOYdq1oZzT3tr2XJXuW5PkC+eZWNwc9YiQnRTojuaP1Hfy440fSMtJyjRvUdBDWEIw/JHuSSctIY9o/09ifup9YVyz94/sT5wpNo42yQkWQiIhICRUIBDjuPs7dC+5m1aFVuHDxeNzjvLXyLV5b9RpXx1/NyHYjzd/bxZ0MS16BZa+Cz3vy+K9vQ7XmMOgriKoKVpu51y0GiZ5E7l90P8v3Lc9y/K1Vb3Fpg0t5rMNjpj+/SZ4kpv0zjbdWvYXb5848/unfn1I3pi5vdnuTapHVgp5iFYzqEdV5s9ub3LvwXlIzsq4RsmDhpuY3cU38NYTbw027ZnlSwVWBd3u8y+3zbifRk5jtfP/4/tzS6hYinebeSyneFJ7+9Wm+3/p9lu50k9dOpkONDoy7cBwxzhhTr1lWqNwXEREpoVIzUhn8w+AcO3v5A36+2PgFL/7+IsmeZPMu6k6Cpa/Azy9lLYBOOLAO3u0GZl6zmKR6Uxn+4/BsBRCc7OT16JJHTX1+k9xJfL3pa17585UsBdAJOxJ3cP3315v7MwUSvYlsOLKB7678jofPeZiONTsCMLDpQGb2nUnbam1ZsmdJjjlJ/tJ8aSzds5TpV0xndIfRdKndhY41OjKo6SC+ueIbetTrwZztc0jz5j5SVFDJ3mQeXfIos7bOyrE99/J9yxn+4/ACNcYoT1QEiYiIlEA+v4852+ewLWFbnnFfbfoq2zv7heL3GUVQXhL3wG8TIaP0vmAOBAL8tv831h9Zn2fc/J3zOZh60LTrWq1W3lr1Vp4xx9zHmLR6EkmeJFOumexJ5tU/XuXlP1+m74y+7E7aTY+6xtqUOFccdy+4m7sX3M1zvz2n9SSnIc2bxsTVE3lz1Zv0+aYPfx/7m571enJV/FXUiKzBg4sfZPiPw3lxxYv4Ca6LXDAOphxk/s75ecasP7Ke3/b/po50OVARJCIiUgKleFOYsmFKULGfbPjEnHfw/X5Y+WnOI0D/9duk4OJKqCRPEh+u+zCo2A/XfWjau+nzd84nxZuSb9yMLTOwW81ZtWCxWPhxx4+AMf3vkw2fMOaXMQC8ufJNtiduB+BI+hFWH1ptyjXLFQvM2DwDMEZvv9j4Bf+35P8YtXgUL614iU3HNwHGv+nFuxabcslUbyofrPsgqNgP131oWkFdlqgIEhERKYHsVjs7E3cCUP2Ih9tmHGT05N0AjJ68m9tmHKT6EaNj246EHebsRO9zw6ENwcUmHyj1a4J2Je0KKm5n0k68/sIXfH6/ny3HtwQVm+xNxmtSkZnoTgw6/2Dzk5O8Pi/J3uCmL248ttGUURmv3xv0/bsraReoK3c2aowgIiJSAvkDfjr846bftzvosiqJgAU84eH8CHRfkYgzLY3bpx9k8VnR/DP0MNYLTHhf02oHZ0SQsaW7AAoQCLoJQLg9HIsJryKtVisR9iCfXzCtQ5zLHnyDBdObbJQDBfk5RTmiTNknyIKlQPevpsNlp5EgERGRkiYQwPnya7z+1BouWJ2ENQA2P9j/XU5g9xtfWwNwweokbh0xlcjX3obCvtCxOaD1oOBi4y8p1dPhwmxhmeti8tOnQR+iHOa0Iu/ToE+Wr2tG1qRt1ba0rNwyy4va9tXa4zZpzZXT6iS+Qnzm11GOKJpXag5AlYgqmcetFisX1rnQlGuWJ16/l/bV2gcVe2mDS025ZpQjKujH6lmvJ2G2MFOuW5ZoJEhERKSkGT8e58OPAicLn9xknh81yvjz/vsLd+24ulC9FezPZ21I5wcgLAStd93JgB8O/WM0aajc2BihMvlaLruLQc0G8cG6D/D4c59KWMFVgS51umA1aV+kKGcU51Y/l0hHJNc3u54q4VXYnrgdp81J47jGzN0xlw/WfcCwlsOIC4sz5Zrh9nBubnkzb/z1BkNaDKFL7S5sOLyBY38d4+2L32Z36m4+Wv8RkY5I09YhlScxzhhubXUrK+auyDPunOrnmLavl9VqFKwVXBU45j6Wa5zT6mRg04EFGg0sL3Sni4iIlCSLF58saApq1Cg4+2zo3Pn0r++KhkFfwrsXQ0Iuaw4ueQEqNTr9a+QkEID0BPjxMVg7DU60ErbajFGn3i9BZGVjtMok4fZwXr3oVe5eeHeOXdGiHdG82/NdnFanadeMdcUy7sJx7E7azct/vMyv+3/NPBfjjKFvo758eumnhNnNe+feZrVxYZ0LOaf6Oby16i1e/P1FfBk+Ho97nKtnXs3Ztc7mgfYPUDWyqjbXPE0tq7Tk9rNuz7XzX72YeozrYu6ePU6rk3d7vstNs28iyZu98YHD6uDVi17V3k+5KNbpcE8++SQWiyXLx5lnnlmcKYmIiBSvcePAfprvUdrtxt8vDIsFIqvC7Uuh25MQU9M4brVD08vg1p+MKXMuc97RzpSeAO9dDH99fLIAAmM06O/v4O1OkGxeq2owiqB21dvxXd/v6Ne4X+aUoRhnDIObDebbK7+lXkw909bmgDF1ak/yHm764aYsBRAYnds+Wv8RoxafZhGcB5/fxx3z7uDzjZ9naakeIMDPe37m+tnXczTtKH6/eS2cy5NIRySDmw/m40s+5oJaF2C1GC+xa0XV4sGzH+TTSz8l1hVr6jUdNgf1Yurx3ZXfMbjZ4MwCK8wWRr/G/fi277e0q95ORVAuin0kqHnz5sybNy/za/vp/uIXEREp7XbuhO++O/21PRkZ8O23sGsX1Klz+nlYrRAWCx3vgHNuNgogAJ/HOG42TwosfAYOb8o9JvUITL8dBnxsag7h9nBqRRsvVB8+52EsWPAH/FgswS88LwiPz8P9i+8n3Zeea8yKAyv4dsu3XB1/tSnT09w+N59s+IT1R3PfEynFm8KDPz3Iez3f02jQaYp0RNK6amue7/w8DqtROGf4M3DZXKYW0qdy2pxUDK/InW3u5I7Wd2QWX76AT00u8lHsFYfdbqd69erFnYaIiEjx++ADowDx+U7/MaxWmDwZRo8ufD52l/FxgiNE7ygHArByav5x2xYbBVMICrGiesG46dgmdiftzjfu4/Ufc1nDy0wpgnx+H5/9/Vm+cRuObuBQ6iEVQYVUHM+fRnsKrtiLoE2bNlGzZk3CwsLo2LEjzz77LGeccUaOsW63G7f7ZKeUxMREALxeL17vyQ41Jz4/9ZjI6dC9JGbRvSRB2bYNwsNzLYK84eFZ/syRzQbbt0NputeO7DBGsaxBrIPZ8Tuc2Tv0OYXI0l1LcZH/IvUDSQfwerx4KfzP8XjacZLTk7Nc14kzy58n/LbnN+pEFmIUUcqdkvT/W0FysASKsXH47NmzSU5OpkmTJuzbt48xY8awZ88e1q5dS3R09ir6ySefZMyYMdmOT506lYiI4Pvui4iIiIhI2ZKamsrAgQNJSEggJibvJhTFWgT91/Hjx6lbty7jx49n2LBh2c7nNBJUp04dDh8+nOUb9Xq9zJ07l+7du+NwhGYOppQPupfELLqXJCi33ALTpuU5EjT3/ffpPnQojrS0HGOw2aB/f3jnnRAmajJPMrzWFryp+cfe+dvJZg2l0MoDK7l9/u35xtWMqsnHl3xMhKPwb/KmedPoN7Mfx93HM485cfJQ3EM8f/x5PJxsEf5J709oGNew0NeU8qMk/f+WmJhI5cqVgyqCin063Kni4uKIj49n8+bNOZ53uVy4XNmHkB0OR45Pem7HRQpK95KYRfeS5Kl+fUhLy3dNkCMtLe8iqF49KE33md8BLa6APybnHVe3E0TGheR7S3InYbVasVvseP1erFiJcJo/y6RZtWZUiqzE3pS9ecZd0/QaIlwRpiyo91v8XBF/Be+ufZfza53PgCYDaBLbhOULlvNOr3eYuW0m3279llpRtagdW1u/o+S0lIT/3wpy/WJtkf1fycnJbNmyhRo1ahR3KiIiIkXvppugsC2K/X4YMsSUdIqMKwoufgIq1M89JiwO+r5lelOEZE8yB1IO8Npfr9FjWg/aT2nP5dMv572173E8/TjpGbl3cTsdTquTF7u8mNk9LCdnVTmLKxtfaVpHMZfdxZAWQ/j00k8ZeOZAvtj4BVdMvwKA/y3/H40rNOabK77RnjJSrhRrETRq1CgWL17M9u3bWbZsGVdeeSU2m43rrruuONMSEREpHmecAX36FG6foMsuK1x77OLiioXhC6DFVVk3RLVYoFE3uG0JRJvbTTbZk8yaw2u49JtL+WzjZyR6jIZLh9IOMXHNRC6bfhl7kvfg8XnyeaTgOWwOGldozNTeUzmryllZzoXbw7nuzOt4++K3Te9WZ7FYmLN9DrfNu43Fuxdnbg676fgmnlr+FPcvup9YVyw2q83U64qUVMU6HW737t1cd911HDlyhCpVqnD++eezfPlyqlSpUpxpiYiIFJ9Ro4y9fk6Hzwf3329uPkXFaoWIitDnFbh0POxfbYxqVWsGNheEm98W2+v3MmLBCNw+d47nj7uPM2zOMGb1m4XT5swx5nSE28NpUrEJb138FsmeZLYlbMNld3FmxTOxYDFlHdCp/H4/y/Yu4/217+cas+bwGp5a/hSPd3hcLbKlXCjWIuizz/LvWS8iIlKudO4ML71kFEMF9eKLxt8vzcL+XcxcP7TfR6o3lSkbpuS5aSnAkfQjLN61mJ71epo6SmKxWIh2RhPtjKZGVGiXAaRkpDBp9aR8437c/iP/d+7/hTQXkZKiRK0JEhEREWDkSHj2KeNzSz6xJ84/O9b4exIUt8/Nj9t/DCp21rZZJHgSQpxR6GT4M9hwdEO+cb6Aj8W7FhdBRiLFT0WQiIhISWOxwH33wrAKEP/vpA0LJwueUz+Pt8PobnD3Hcbfk6BYLVZSM4JoyY0xalSCdhQpsII0d0jyJIUwE5GSo0S1yBYREZF/+TzQNh5qb4AEP6z0Qsq/DQOaOyDSD60dEGuFjueAPax48y1lfAEftaJqcSD1QL6xtaJqYbeW3pdMMa4Y7FZ7ZjOEvNSLrRf6hERKgAL/ix47dmye50ePHn3ayYiIiJQKvoyTG3s6IsAWghfIzkhoPwy+H2UUOl1cYP230OkTBqd20j73dnCZ202srIt1xnLdmdfx58E/sWChU61OdKndhQhHBAnuBH7c/iMrD60E4Ppm1xPrMr8xQ1EJBAJ0O6Mbc7bPyTOuYlhF2lRtU0RZiRSvAv/WfvLJJ6levTrVq1fPNjRssVhUBImISNnlSQG/D1Z/Dtv+XTtR7wI46zqw2ozCxSx2F5x1LSx/E45uzT2u5TXGPjtSIDarjQtqX8DV8VczpPkQdiXtYva22SR4EqgSXoVRZ4/CZXPx9T9fUyuqVnGnWyhRzijua3sfP+3+ibSMXDbZBUa0GYHdUnpHvEQKosB3+j333MPUqVM544wzGD58OL1798aiOcgiIlLWuZNh0xyYfgecusZiw7cwdzRc9hqceam5BYk9AobOgSlXw75VWc9ZLNDqWuj9IrjU0vh0hFvDuKv1Xdw27zb+Pvp3lnNf/vMlHWt2ZFyXcWWiZXSl8Ep82OtD7ph/B4fTDmc557Q6ua/dffSq3wuX3VVMGYoUrQI3Rnj55ZfZuXMn/fv354UXXqBevXqMGTOG/fv3hyI/ERGR4uf3w+7f4athWQugEzLS4ZtbYNdyY6TILDYbRFSGwd/C8IXQ5kbj+Hl3w30boOezKoAKIc2fzpAfhmQrgE74Ze8v3LvwXpLLQLOAMHsYDeMaMuvKWUzoNoFLG1wKwMh2I1k0YBFXNr7S9A1aRUqy0+oO53K5GDRoEIsXL+aVV15h/PjxfPTRR2bnJiIiUjJ4kmHu45Bfh7AfHzOmzJnJaoWwWKjVFro+ahzrdC/E1ICICuZeqxzJyPCycOcCtiVuyzPut/2/sT1xRxFlFVpOm5MIRwQX1LqAUe2Nfaj6Ne5HtDNaBZCUO6dVBHk8HqZMmULnzp257777uP/++xk8eLDZuYmIiJQMqUdg/5r84w5ugOT8u42dthNrjjRlqdCSvEl8tvHzoGKnbJhCQvqxEGdUdCwWC2H/dhM0cwNYkdKkwGuC7r33Xj799FM6duzIww8/TK9evbBatd2QiIiUYYl7go9N2A2VG4cuFzGF1Wpjf0pwU/n3pewjI2DiNEcRKXYFrl5ee+01rFYrO3bs4LHHHqN9+/a0bds280NERKTMccUEHxtWelsplyf+gJ8oZ3BNLKKd0VhREyiRsqTAI0GjR49WNzgRESlfKjaAqGr5T3WLrAJV4osmJymUMJuLS+pdwhsr38g39vIGlxPr0vorkbLktPYJEhERycKdDPhh52/gSYJKjaBCPbCHh2Yj0aJmc0DHu2HuY3nHdbwTQrHPiifFaMqw4zfj632roFoTsLnA7jT/emBsCJuRBsd2wJFN4IyCOucarbnLQEe6cEcEA84cwPtr3yc1IzXXuGoR1Tiv1nma+i9SxhT4N/Xvv/+O3+/n3HPPzXL8119/xWaz0b59e9OSExGRUsCdBHOfgFVTwXvKRoyVGkKv5+CM80r/Zp52F7S/CQ79DSs/yTmm1QBoPwwcYeZe250Mi1+AP94HrxfOmggfXAoxVeHiJ6FxD/OLEncy7PoVZj8IRzafPO4IN/Ym6j4WwgowRbCEclocvNP9HW6de2uOhVDl8MpM7jkZhzYQFSlzCvy2xp133smuXbuyHd+zZw933nmnKUmJiEgp4U6GT6+FFe9lLYAAjmyBqdfA5rngyf2d9lLDnQId74CBXxiFR1icsf6n0cVw3Wdw/r3/joiZec1k+Ho4LHvVKDZPdXwnTBsKa74097reNNi6CKZclbUAOnHuj8nGz9Xs77UYRDgjiY9rzOyrZnNzy5upEVmDcHs4dWPqcl+7+5jZdybVwqviVDc+kTKnwG9trF+/PscGCG3atGH9+vWmJCUiIqWA3wd/z4LtS3KPCQRg5ggYuaHo8gqF1KMw6z745wejADr7Zuj9EliAQ//Aivdh0xyjIOr7NkRUNOe6u5bDxu/zjpn9ELS4ypzrgfFznXFH3nsi7fwF1s+As66FUt5iOcIZSQSR3NxiKEOaD8FmtZHhz8BldRLmCC/u9EQkRApcBLlcLg4cOECDBg2yHN+3bx92u4aLRUTKDU8y/PJ6/nHuRKNYatnf2PizNAoEjCIn4DcKoX9+yDlu01wwq5Vy2nFY8kr+cT4P/PUJnHOLsXapMAIB+GcOpCfkH/vL69C0T5nphhfpLP3rnEQkeAX+36hHjx488sgjJCSc/AV5/Phx/u///o/u3bubmpyIiJRgNldwG4gC7FgKPndo8wmlg+uNEZL8BPywf60517TaYe9fwcXuXJ59OuLp8LlhRx4je6c6uMG4B0RESqECD9289NJLdO7cmbp169KmTRsAVq5cSbVq1fj4449NT1BEREowiyXvaVOZcVYozfusWArwnmFBYvMUCP6xTLumxcTHEhEpuQr8m65WrVqsXr2aF154gWbNmtGuXTteffVV1qxZQ506dUKRo4iIlEQZ6VCnQ3Cx8T3N75pWlKq3MDrEncpizV4w2JxQ4yxzrhnwQ71OwcU27g7OyMJf0+6C+F7BxdY+G3zphb+miEgxOK1FPJGRkdxyyy1m5yIiIqVJWCycPxKm9s87LrIK1L8gNDl4Uo0BJr/fmD7mc4dmjUrAD82vhI2zofVAaHeT8X0BpB6BPz6Av6ZA44uBIEbGghEWCxfcb1wzL84oaHaFeQ0KzugI0dUhaX/eceffB66ysR5IRMofdTIQEZHTY7FA3fOg5TWw5oucY+wuGDAFrIVcsP9fGR5j8f7PL8HKqUbzBYvVGBHp8jBUjjd3b6LwCtDrBbjoMaNb2xc3wqGNxrnKjaH9ULh9qVGQhMeZd90qTeGcW+G3d3I+b7VB/8lGAWgWm8P4mX3QGzJyWcfVvB/U72LcAyIipZAm/oqIyOlzRUGfl6HX8xBb++RxiwUadoNbFkH1ltmnkhWGL8PYI2fC2fDr20YBBP92bpsDky6C1Z+bv4+N1Wq0jp794MkCCODwJvjhEfj6lhC0i7YYIy69X4KKWbuyUrcT3DAdqrcytwiyu6Bac7j1Z2jULWuhE1sbej4Ll79W+jfAFZFyTSNBIiJSOK4oYySkzfWQfAC8qRBdwxj9CQ/BdKmMdPj4Ckg7lnvM9/cbU/Bc8eZc05MKP70E237KPWbHUlj0rDFa5Iww57rJ+2FiF2g3BK7/ClKOwZ+7jQIl/TD8/i7sWAZ3ryh8e+xTOcKhShO4erJRdCbtBXu4MU3O5jC3qBURKQYqgkREpPDsTuOjKEYHdv0KCbvzjgkE4Ofx0PtFcJmw/0vAb6z7yc+fH8OF/1f46wG4k2DJeOPPZa8Z+/JUagp1Hoap10DCtpOx25dA457mT087sb4qspK5jysiUsw0HU5EREoPT3Lu64/+a+P35l338EZIP55/nDsRDqwz77qnfg+BABzdanyetC9r3OovjOdGRESCYmoRVL9+fYYNG8bevXvNfFgRERGD3w/eINsye9PAYtIanWCvCZBhwqalYDR6CPa6GenB7dckIiKAyUXQ4MGD8fl8dOoU5L4GIiIiBWEPg6pNg4utHA9+rznXrVi/ALENzbmmz2t0ngtGlaZapyMiUgCmFkFPPvkkH3zwAdu2bcs/WEREpKDsTjj75uyblOakwx1Gy2ozOCKN/XPyU+ccCIsx55quGON7AKjUGO76A+7+0/h6xF9wwwyw2I11QOfeEroiyJ0EqUeNRhR+X2iu8R8en4cEdwIJ7gTSzBpZExE5hRojiIhI6WJzQoc7jUYBuanazNwNRMNijCYLk7qCz5NLXg645EWjeDGD1Qpn9oERKyGyMvz9Paz+GmIGwtwn4Nxh8NA2OLDe6NxmNncSHNsOy16Ho1uMQrBlf2je1/gZhKDoSvWm4vF7+Ozvz/hl7y/4Aj5aVWnF4GaDiXREEmVWUSsi5d5pFUG7d+9m5syZ7Ny5E48n638G48ePNyUxERGRHIXFQJcHwWaH5W9m39CzwYVw9fvmvki3WIxpbjd9D18OhsQ9Wc/H1ISr3jem4JnZoc1iAX8GvN7OaD9uDYOzBsKGmbDuC2N0auDn5o0+neBOhq9uhn9+yHp822L48TG4cboxLdEeZtolU7wpLNi5gNFLR5MRyMg8vurQKj5e/zG3tLqFoS2GEumINO2aIlJ+FbgImj9/PpdffjkNGjTg77//pkWLFmzfvp1AIEDbtm1DkaOIiMhJ6Ynw7d3QpLcxSrJ+urF5qivaGP1xJ8PXw42iJDzOvOs6I6DGWXDnb7DnD9g81zjesBvUPjs0++f4vDC5F6Qczvn8zl/g8xvgmo/M+17TE+G7+7IXQJnnj8MHfeDuP4x9g0zgD/hZe3gtjy55lAA5N3iYuHoilcMq0y++Hy6b1j+JSOEUeE3QI488wqhRo1izZg1hYWF89dVX7Nq1iy5dutC/f/9Q5CgiInJSykFYNx2+vgXe6QyHNxtT0Lzp8M1t8H5P2DwffptkdE0z04m9kBp0gYvHGB8NLzKOmV0AuZPh90m5F0AnbFsMiSZ2ZfWmwrqv8o7xJMOSl8GTYsolk73JvPrnq7kWQCe8s/odMvwZecaIiASjwEXQhg0buPHGGwGw2+2kpaURFRXF2LFjef75501PUEREJJM3DX6dePLrlEOw4j1Y/Lyxoej+NSfP/fkhZOSyfscMVpt5a45y4vfCX1OCi/19EqQnmHBNn7EpbDDttldOBcyZ+ufOcLPm8Jp8446kH+HvI3+bck0RKd8KXARFRkZmrgOqUaMGW7ZsyTx3+HA+71aJiIgUhs8LyfuDi03eD9ZS3P/H5gj+e03ab07B5/MEP6rkTjRt/dMx97GgYw+kHjDlmiJSvhX4f4cOHTqwZMkSmjZtSu/evbn//vtZs2YNX3/9NR06dAhFjiIiIgabA8IrBhcbUcloKlBa+TKM79W7J//YiErmFHxWh9GJLhgO8zrSRTuig46tFF7JtOuKSPlV4JGg8ePHc+655wIwZswYunXrxueff069evV47733TE9QREQkkyMczh6W9eumlxt7B511HcTUOnmu1XVG0VRaWSzQakBwse1ugogKhb+mzW48VjBaXG3avkHRzmjiK8TnGxfjjKFF5RamXFNEyrcCv23UoEGDzM8jIyN5++23TU1IRERKofQEY6raxu+N7mJVm0Kdc401MyaOGAAQVxfqXQDxPaHl1bB9ycnucBf9H+xbBT+/BOfdZf61fRlGU4DE3bB1sXGsfmeIrQPOSHOLrrBY6Hinsd7HnZR7XM22RmtuM6/buDtsmpt7jM1ptCl3mbNvT7g9nDtb38k9C+/JM+7GZjdis4RwHZaIlBsFLoISEhKIjY3N8dy7777LzTffXOikRESkFElPgBl3wt+zIOA/eTyyMnQfa4zUuIKf7pSvsBi4dgr89TG82RHSTllP8sMjxmaeN0wHR4R51wRwp0DCLvhqGBxYm/Vc1WZw1btGgWZSYQAYxcYN0+HjK401OP9VtRlcP83cfYLCYuGq9+CTq2D379nP28Pgus8gooppl7RZbZxb41xGthvJ+D9y3m/wykZXcn2z6wkzcW8iESm/ClwEdenShblz51Klyslffrt372bYsGGsXr1aRZCISHniToIPLzNGX/4r5TBMv8NoXd3qWnCZtMmlOwlWTIZ5T2Q/58+ANdOMkaHrvzG3bXXyPni3mzES9F8H18N73WH4Iqhi5qhMDFRuAveuMbrdrZ1hHD+jI5w9GBp1N7foyrxuLNw4A3b+Cr+8AUe3GqNqza80piM6IkwfZYt0RHJN/DX0qNuD99e+z2/7f8Mf8NOsUjNubnkztaNra6NUETFNgYugVq1a0alTJ+bPn0+dOnWYNGkSo0aN4tJLL2Xt2rX5P4CIiJQNvn8LjpwKoFP9+Ci0MnEfOX8GLHgq75hdvxnTuZpdAdYCL3/NLvUIfP9AzgXQCZ4U+H4U9P8AIoJs3hCMsH9H0c6+GVoMgEW/wpVvQXQ1c7633DgjoVFXqNUWCEAAY8NYs/dDOkWkM5JIZyT3t78fr98LgM1iI8oZgkJPRMq1AhdBH330EXfffTedOnWiSZMmrFmzhsmTJ9OvX79Q5CciIiWVNxWWTwgiLg3WfAVtBxf+RbvPC398GFzXt19eMzYyDY8r3DXBuN7WhfnHbVsMGe7CXy8nzkiwOI3PIyqHtgA6lRnPXwFFmD2VUUTkP07rN+jrr7/OjTfeyIIFC/jwww9VAImIlEc2JxzeFFzsnj/AZ0JxkJEO+1YGF3tgnZGjGQ5tDG4DUTCmxomISIlW4JGgmTNnAnDOOefQtWtXBgwYwKuvvkqFCkZrzssvv9zcDEVEpOSyWLM2Q8iNzWHSxpqW4PfDsTqCyy3YxwqWWYWXiIiETIGLoL59+2Y7NmTIEAAsFgs+nzl7BoiISAnnc0ODC2HLgvxjm/U1uooVliPC6Da35stTjoVDeAXwpEL68ZPHG3Uzrwiq1tyYjuZJySe/cKhxljnXFBGRkClwEeT3m/QfioiIlG5hsXDB/fkXQbF1oFY7c65ptULDrkb77SpnwtnDoV4nSDlktOFOPgS/v2sUSReMMrF1tN/YuHTF+3mHtbzGvMJLRERCpsBrgj766CPc7hAt+hQRkdKlxlnQ4Y7cz7uiYdCXYDOxo5jNATcvgF7Pw/rpML6psV/Qyy3g+/uNEaA7lkPF+uZdMywOLn4y71Geai2gx1PF0khAREQKpsBF0JAhQ0hISAhFLiIiUtq4ouGi/4P+H0L1VieP213GyMkdy6FCfbAXYE1NfvwZxh5E73WHdd8YHeNO2PMnTBsKa74As2cuhMXC4O+gy0MQVfXk8cgq0PkBGPK9ESMiIiVegafDBYLtjiMiIuWDK9pYp9OwK/i9xuaoYbFGN7UTe9yYKRCAT68xWnTnZtFzEN8LwtuYe+2wGOh0D5w3wti0lYDx/WM1bzNYEREJuQIXQQBffPEFMTE5z7O+8cYbC5WQiIiUQlarietv8uD3wea5xkhQfpa8An1eNnfjUjAaJAC4tIGniEhpdVpF0AsvvIDNZst23GKxqAgSEZHQcSfC37OCi90y31g/JCIi8h+nVQStWLGCqlWr5h8oIiJipkDAWBMUDJ/H2MdIRETkP/S/g4iIlB6OCKjeMrjYas0hQ91MRUQkuwIXQXXr1s1xKpyIiJRzGW5IO/bvx/HQXMMRBu2GgDWIiQzn3lG2urVleE5uBpueYIyKiYjIaSlwEbRt2zYqVaoUilxERKQ08qZB6lFY9jp8cClMvBCmDYHN88CTbP71LBajLXde6pwDTXqBtQy8aZfhNoqe3ybC1GuNY1/dbKyNCsXzKyJSDhR4TdCIESNo1KgRI0aMyHL8jTfeYPPmzbzyyitm5SYiIiWdNw12/w5TrzE+P+HYdtiyAGq3h+u/NndEJrwCtL8ZbE74eZwx8nSC1QbNr4TeLwU3WlTSedPh0Ab48HKjKYQ1DKoDO3+B7QuhajO4aZb5HfBERMq4Ao8EffXVV3Tq1Cnb8fPOO49p06aZkpSIiJQSqUdhSv+sBdCpdq+AL4dAeqJ510xPgC+uN0aE7vgF+k2CbqOh94swYiU06wsf9wN3GRgl8aTAh5cZBVBODq6HKVf9u2eRiIgEq8Bvkx05coTY2Ozv6MXExHD4cBD7NoiISNngSYafX4KM9LzjtsyHtKPm7SN0bDts+8n4WPAMNO4OkVWMgmHJK5C4x4j75Q3oPOrfzUxLIW86/PpW/gXOnj/hyBao2bpI0hIRKQsKPBLUqFEjfvjhh2zHZ8+eTYMGDUxJSkRESgMrrP4iuNAVk8HnLfwl3UnGY53gTYX1M+D3d2HVpycLIIDVn0HAX/hrFhefB1ZODS7293fBkxrafEREypACjwSNHDmSu+66i0OHDtG1a1cA5s+fz7hx47QeSESkPLFYg1+Yn3LIKIIKu3mpz2OMKgUj9UjpXhdktRXse/WbUGSKiJQTBf7fYejQobjdbp555hmeeuopAOrVq8dbb73FjTfeaHqCIiJSQgV8RpOCUxsT5CamZuELIACbC6KC3Kw7qnrwG6uWRP4MiKpmTP/LT3R1o1GEiIgE5bQ2S7399tvZvXs3Bw4cIDExka1bt6oAEhHJi68UvxjPlQXOGhhcaPuh5hRBrig4e/jJryMrQ/th0OUhOO9uqNbi5Lk2g0r3SJA9DNoODi72nFvBER7afEREypDTKoIyMjKYN28eX3/9NYF/N2vbu3cvyclloBOPiIhZ3EnGpqHL34aFTxvHkg8Y3c3KAmcEnH8fuPJpeNDsCnBGmXfdqGpGB7gr34Fbf4bKjYzn2hEO/SbC0DnQsKtRGDgjzbtuUbO7jOIxIp+9+ep3hthaRZOTiEgZUeC3yHbs2EGvXr3YuXMnbreb7t27Ex0dzfPPP4/b7ebtt98ORZ4iIqWLOxnmPwV/vG+shbGGwVnnwBvtodFFxgt4s7qlFSdXtLFPzUeX5zwtrtHFcMUEczu0hcfB5a/Dkpfh2xHGZqInLH4BGlwEV79XugugE5yRMOxHmNzbKKD/64yOMGBK6e2AJyJSTAo8EnTPPffQvn17jh07Rnj4yaH3K6+8kvnz55uanIhIqZSeCLMfhN/eyd4RLRCAjd/DJ2VkHxtHGFRpAveugSvehAYXGhuktuxvjNL0/8D8F+ipx2Dx87BkfNYC6IStC+GDPkYThdLO5oC4enD3n3DV+1C/i3G86WUwbC4MmlY2imkRkSJW4JGgn3/+mWXLluF0Zl2AWa9ePfbs2ZPL3xIRKUfSjsLKKXnH7P4dti+B+J7Gpp+lmd1lfJx1LZzZ2zhmtYdudMKfAcvfzDvm4HpY+zW0HmjOWqTiZLODLQqaXwn1usCCpXDJCxBVsbgzExEptQo8EuT3+/H5fNmO7969m+hoDceLSDnnSYVlbwQX+8vrZWd9EBgtncMrGB+hKoA8afD7pOD2//ltYtkYbTvBaoWwfzcr1/Q3EZFCKXAR1KNHjyz7AVksFpKTk3niiSfo3bu3mbmJiJQ+Pjcc/ie42MP/lP5RoKKWkQqHNgYXe/gfsKtttIiIZFfg6XDjxo2jZ8+eNGvWjPT0dAYOHMimTZuoXLkyn376aShyFBEpRazGOplg2MONNUISPIst+OfXER7ciJGIiJQ7BS6CateuzapVq/jss89YvXo1ycnJDBs2jEGDBmVplCAiUi65oqF5P/hnTv6xZ16qDS4LKjwOml0Jqz7LPza+V+neLFVERELmtHaRs9vtXH/99WbnIiJS+lmtcGYfY11MTi2jM+Nsxuaezoiiyy2UMjzGVMDkg+BNheiaxoL+E2tYzFSvE8TUgsQ8mvFYLHD+SOPnICIi8h8FLoJmzpyZ5/nLL7/8tJMRESkTbA644Rv44FLwpGQ/b7HClRPBFYICoTi4k+CvKfDLG5CwyzhmsUCDrtDzGYira26xZ3XADdPh/R65F5q9X4LoGuZdU0REypQCF0F9+/bN9ZzFYsmxc1wwnnvuOR555BHuueeeLI0XRERKHX+G0SJ6+EL4ZQKs+RJ8/65NadIbOt4K9jCgDKxXcSfDdyNhzRdZjwcCsGU+TFwCg7+DGmcZbbTN4HNDwGc8v8snwKrPwZ1oFJeNu0OHO4wRIPWcEBGRXJzWdLj9+/dTtWpV05L4/fffeeedd2jVqpVpjykiUmz8GTCpK1RtBmcPg4ufAI8bFv9u7PWy6FnYugju/BWqnFnc2Z6+QAB2LM1eAJ0qww2fDYR7VgImFUEWK7zXA2JrQfthMOJP47jNATt/NQrPzfNg8LdQ73xzrikiImVKgVtkmy05OZlBgwYxadIkKlTQ3G0RKeV8XvjzY/B5YN9KmHk3vNAAJpxjnP96uFEAAfw83phKVlqlJ8CSl/OPSzkE234255q+DFg/wxj5ObgBvh8FLzaC8U3hubow9RrY9KPRFW7pq5ByxJzriohImXJaI0FmuvPOO7n00ku5+OKLefrpp/OMdbvduN3uzK8TExMB8Hq9eL3ezOMnPj/1mMjp0L0kBZaeAFt/BmvWNs7egM3489TjO343RoisQbZ8LmkCdtizMrj8N86DOheAo5CjQalHYctP2a8ZwGg2capdfwA2KEP/fvU7Scyie0nMUpLupYLkYAkECrZJhc1m459//qFKlSo5no+JiQn6sT777DOeeeYZfv/9d8LCwrjwwgtp3bp1rmuCnnzyScaMGZPt+NSpU4mIKCMdlkREREREpMBSU1MZOHAgCQkJ+dYkBS6CrFYrlhx2OA8EAgVqjLBr1y7at2/P3LlzM9cC5VcE5TQSVKdOHQ4fPpzlG/V6vcydO5fu3bvjcDgK8N2JZKV7SQosww3LXoelr2Q57LWGMbfla3RfMwKHP9042LgHXPYKuIJ/86hEcSfClP5wYF3+sZe9Bs36Gi3EC8Prhr8+hvlP5h9b51zoNwkiKhbumiWIfieJWXQviVlK0r2UmJhI5cqVgyqCCjwdbuHChaed2Kn++OMPDh48SNu2bTOP+Xw+fvrpJ9544w3cbjc2W9apDS6XC5cr+1QKh8OR45Oe23GRgtK9JEFzOKDDcFjygrEu5b+n/ekni6Dz74aoSqHJI+34yelhAX9o9uuxxUGHW+GbW/KOc8VAs0shh9/fBeZwQLuBsPBJyEjPO7bjrRBdpfCFV07Sj4Pl3+fX74fwom13rt9JYhbdS2KWknAvFeT6BS6CunTpUtC/kqNu3bqxZs2aLMeGDBnCmWeeyUMPPZStABIRKTXsLuj2BMx7IveYFv2halPzr+1Ohj0rYMkrsPdPo5Na3U5wwf1QuTG4os27ltUGZ15qdGDbviTnGIvFGAWymFiI+H3Q61n47r7cYxpdDPU7m18AuZOMka8l441OdAB1zobz74Pqrcx9fkVEJGROqzHCzz//zDvvvMPWrVv58ssvqVWrFh9//DH169fn/PODa0caHR1NixYtshyLjIykUqVK2Y6LiJQqrmijNXZEJVj0P0jce/JcWCy0HwGd7gFXlLnXdSfDN7fB399mPf73d8bHubdD10fNL4Su+RgWPAWrPgVv2slzlRoaxWD9zuZulhpREZr3M57LeWPg+I6T55xR0PZGuOgR8wsSdzLMfhhWfpL1+Ka5xkera+HSceb/XEVExHQFLoK++uorbrjhBgYNGsSff/6ZuUYnISGB//3vf3z//femJykiUuq4oqHVNca+QAfXw7HdsA248zdwOM0tCgA8KfDzuOwF0Kl+fQuqNYezrjX21DFD4l6jLfX590GXB2HHMiOXCvUgtjb8/i4sfxMGfglhJq59Co+D+F7G5qiHNsLRbUZRVPc8Y6TI7HVWGW7444PsBdCpVn8GVc80ik1HKe34JyJSThS4CHr66ad5++23ufHGG/nss88yj3fq1CnfFtf5WbRoUaH+vohIiWJ3GR91zoHqbWDb9+CMNNa1mC3gNwqO/CwZD837mlMEuZPgpxfhyGaYcSeEV4DaZ4MjHJL2w+7fjA1VAZL2mlsEgfFcgnHN2meb+9j/5fPCL6/nH/fLBDh7eGhzERGRQivwZOmNGzfSuXPnbMdjY2M5fvy4GTmJiEhB7fnT6NaWn6Nbjc1LzWC1w7pvTn6ddszYqHT9DNj168kCCOCPj4wNZEuro1uNwi4/KYfg8D+hz0dERAqlwEVQ9erV2bx5c7bjS5YsoUGDBqYkJSIiBZR2PPhYd5JJF7Xk36HthPTj4Msw6brFIJgC84T0hNDlISIipihwETR8+HDuuecefv31VywWC3v37mXKlCmMGjWK22+/PRQ5iohIfuLOCD42qro51/RnQGTOG2dnU7E+2JzmXLc4xNQKPja2dujyEBERUxR4TdDDDz+M3++nW7dupKam0rlzZ1wuF6NGjeLuu+8ORY4iIpKfyo2NQuj4TgiLg1b9oVIjY63QgXWw9mvwpsIZHc1btG+1Qbsh8NMLecdZrEac7bQakpYMEZWgekvYvybvuKpNIapa0eQkIiKnrcD/I1ksFh599FEeeOABNm/eTHJyMs2aNSMqSi1BRUSKjc0J3cdC0j6jffT6GVn3Cer6uNE4oXFP8zqnOcKh4x3wx/uQcjj3uDY3lO5RIDBab3d/Cj65Mutap//q/tTJhg0iIlJinfbbck6nk2bNmpmZi4iInC67ExpeBH/PhtfbGm2qT1g51ejcdvVkqBxvbGBqFmcUDJsHH14GCbuynz9rIPT8X+nfO8dqNTrQXfUeTL8j+1oou8vYFPaMjsYImYiIlGgFLoLatm2b5/k///zztJMREZHT5MuAHcth+m05n087BlP7w/CFEN7SvOvaHBBXB+5cDjt/hVVTjQKsYkPocLsx6lTaC6ATXFHG3kSjNhl7Am37yRgVqn+BUexZbRoFEhEpJQpcBK1cuZL7779f099EREqSjDSY80jeMT4vzPk/GPCJsbGoWax2Y0SoUTdjTyS/3xgZKYsbhp4octoNhVbXGp87ws3bfFZERIrEaU2He+CBB6hatarZuYiIyOk6us3YyyY/234K7X49rujQPXZJYrODzeTNX0VEpMgUuEW2xWLBYuZ8chERKbyj24KPTdwXujxERERKgQKPBAUCAeLj43E6nURGRlKzZk3atGnD4MGDad++fShyFBGR/IQVYATGERG6PEREREqBAhdBkydPJhAI4PV6SUxMZO/evfz+++906NCB6dOn06dPn1DkKSIieal9trFe5dSucDmJOwOiTdosVUREpJQqcBE0ePDgHI8/+uijjB07VkWQiMgJvgyjYUHCbji2xzjmSQFLGNhNbhpgsUCbG+HXt/KOO+/u0r9nj4iISCGZtn33yJEjqVZNu2SLiADgToItC2H+k3BkC1jD4KyJ8M4F0OEWaDfE3NbRzijo+igc+hu2Lsw5pvUgo5WzXUWQiIiUb6YVQZUqVWLEiBFmPZyISOnlTobVn8Os+7OfSz4IPz5mFEY9njK3m5or2mh/vWUBLHsV9v4FWKDe+XD+fVCrXdnZs0dERKQQTCuCRETkXz4PzH4w75g/JkO7m6Bma3Ov7YqCM/tA/S4nR3x8HnP3BRIRESnlCtwiW0RE8pDhhhXvg9+Xf+yS8ZCeaH4OViuExxqbeDrCVQCJiIj8h4ogEREzedNgx9LgYnf9BoFAaPMRERGRbFQEiYgUF4sFtPe0iIhIkTvtNUHr169n586deDyeLMcvv/zyQiclIlJqOcKN9ThbFuQfW6cDqoJERESKXoGLoK1bt3LllVeyZs0aLBYLgX+nclgsxn/kPl8Q8+BFRMoquwvaDYYFT4E/I+/YC0ZCWEzR5FVWedON59lqM772efWciohIvgo8He6ee+6hfv36HDx4kIiICNatW8dPP/1E+/btWbRoUQhSFBEpZawO6PNK3jHn3AYV6hVFNmWTzwtpx+DncfBaa3imOjx3Bnx3LxzaaLQpFxERyUWBR4J++eUXFixYQOXKlbFarVitVs4//3yeffZZRowYwV9//RWKPEVESg9XFDS/EqKqwbwn4OD6k+diakGnO6HVNebuEVSe+H2QuBfeu9jYd+kEnwfWfgXrvoEr34EmvbUvkoiI5KjARZDP5yM62viPu3Llyuzdu5cmTZpQt25dNm7caHqCIiKlkisKGnWDMzpAymFI2AtrjsDw+eCKPLmHjxScNw0+uiJrAXSqgB++uRXu/lNFkIiI5KjA0+FatGjBqlWrADj33HN54YUXWLp0KWPHjqVBgwamJygiUmpZbcb6lEoNoM65xjFnlAqgwtr7JxzblndMwG/sw6RpcSIikoMCF0GPPfYYfr8fgLFjx7Jt2zYuuOACvv/+e1577TXTExQREcnkToFVnwYXu+FbQPswiYhIdgWeDtezZ8/Mzxs1asTff//N0aNHqVChQmaHOBERkZAI+MCTElysJwUsttDmIyIipdJp7xN0qooVK5rxMCIiInmzu6BS4+BiK9YHvze0+YiISKlU4CKoX79+eZ7/+uuvTzsZEZEyKe04eNKKO4uywe6Cc4bDknEQyGeq27m3gSOyaPISEZFSpcBrgmJjYzM/Zs2ahdVqzXJMRET+lZ4Ie/+COY/AjBHGsa2LwZ0E2lj69DkioO2QvGMqNYSW14DNlAkPIiJSxhT4f4fJkydnfj5t2jReeOEFdYUTEfmv9AT4bCBsX2J8bQ2Ds66HzwdBhdow+DuIrAo2rVkpsLAY6PGUUeCseM/YN+hUtdrBwC/AqVEgERHJmd4iExExW3oifHod7Fia8/kjm2FyL7htCdi0YeppcUVB18fhwofhz4/gyBZwxUDbGyGmplEoiYiI5EJFkIiI2Y5syr0AOuHYdlj7FbQeBDZHkaRV5pwodM4bAT4PWO16LkVEJCgFLoJO3QsoIyODDz74gMqVK2ceGzFihDmZiYiURmnH4beJwcWumAxnXgaRlUKaUplntYE1vLizEBGRUqTARdDLL7+c+Xn16tX5+OOPM7+2WCwqgkSkfPN7IXFvcLGJe4wX8CIiIlKkClwEbdu2LRR5iIiUDRYrhMUFFxseBwF/KLMRERGRHBS4RbaIiOQhohK0GRRcbMtrwB4W2nxEREQkmwKPBI0cOTLP8+PHjz/tZEREyoS6naBiAzi6NfcYVwycfTM4I4ouLxEREQFOowh65ZVXiI6Opl27dgT+s1u3xWIxLTERkVLLHmHsA/R+T0jYlf28Kxpu+EajQCIiIsWkwEXQpEmTGD16NHa7nXHjxtGyZctQ5CUiUnrZbBBVDe74BVZ9Dn9+AMlHjHMX3A/n3mwUQBoFEhERKRYFXhM0bNgwNm3aRMeOHenUqRPDhw/nwIEDochNRKT0stmNEZ+2N8KNM+DWn43j59wGERVVAImIiBSj02qMEBERwZgxY9i4cSM+n4/4+HjGjh1LWlqa2fmJiJRudqfRLCEs1vjaqf1sREREiluBp8PNnDkzy9d9+/albt26vPjii0ycOJHdu3eblpyIiIiIiIjZClwE9e3bN9dzKSkphclFREREREQk5ApcBPn92thPRERERERKL22WKiISSmnHwJtm/HniaxERESlWp1UEzZ8/nz59+tCwYUMaNmxInz59mDdvntm5iYiUXu4kOLodZj8Iz9eFV/7dTuDbe2D3CkhPKNb0REREyrMCF0FvvvkmvXr1Ijo6mnvuuYd77rmHmJgYevfuzYQJE0KRo4hI6eJOgQNr4a0OsPoLyHCfPLdlAbx3MayfAWnHiy1FERGR8qzAa4L+97//8fLLL3PXXXdlHhsxYgSdOnXif//7H3feeaepCYqIlD5+mDrAmAaXk0DAGBFqcBGExxVpZiIiInIaI0HHjx+nV69e2Y736NGDhARN7xCRcs7nhbVf5z/dLeCHZa9BemLR5CUiIiKZClwEXX755XzzzTfZjs+YMYM+ffqYkpSISKmVngB/fxdc7D8/gD8jtPmIiIhINgWeDtesWTOeeeYZFi1aRMeOHQFYvnw5S5cu5f777+e1117LjB0xYoR5mYqIlAaBAPg8wcVmpINFTTpFRESKWoGLoPfee48KFSqwfv161q9fn3k8Li6O9957L/Nri8WiIkhEyh97GFRpAlsX5R9b5UyNBImIiBSDAhdB27ZtC0UeIiJlQ1g0dLgTfn0n/9gOd0Bk5dDnJCIiIlloHoaIiNnCYqDt4Lxj6naCeucXTT4iIiKSRYFHgkaOHJnn+fHjx592MiIiZUJ4Bej5DITFwm/vZN0nyGKF5v3gslfBFV18OYqIiJRjBS6CXnnlFaKjo2nXrh2BQCDLOYvFYlpiIiKlmisaLhgJnUfBum/g6E5IBe7+E5wuY7RIREREikWBi6BJkyYxevRo7HY748aNo2XLlqHIS0Sk9AuvYPzZ7ibweuH77401QA5HsaYlIiJS3hV4TdCwYcPYtGkTHTt2pFOnTgwfPpwDBw6EIjcRERERERHTnVZjhIiICMaMGcPGjRvx+XzEx8czduxY0tLSzM5PRERERETEVAWeDjdz5swsX/ft25e6devy4osvMnHiRHbv3m1aciIiIiIiImYrcBHUt2/fXM+lpKQUJhcREREREZGQK3AR5Pf7Q5GHiIiIiIhIkdBmqSIiIiIiUq4EPRL02muvBRU3YsSI005GREREREQk1IIugl5++eU8z3s8Hvbv368iSERERERESrSgi6Bt27bleX7lypW0a9eu0AmJiIiIiIiEkmlrgiwWi1kPJSIiIiIiEjJqjCAiIiIiIuVK0NPhEhMT8zyflJRU6GRERERERERCLegiKC4uLs8pb4FAQFPiRERKAk8qBPyQegQsFoioCBY7OMKKOzMREZESIegiaOHChXme37RpE7feemuhExIRkdPk94M7ARY9DyungPvfEfzIytB+GHS8C8JiijdHERGREiDoIqhLly55no+Liyvwxd966y3eeusttm/fDkDz5s0ZPXo0l1xySYEfS0Sk3Es/BpO6wbH/dPNMOQyLn4dNc+HGGSqERESk3CvWxgi1a9fmueee448//mDFihV07dqVK664gnXr1hVnWiIipU96Anx7b/YC6FR7/4SfXjSmy4mIiJRjxVoEXXbZZfTu3ZvGjRsTHx/PM888Q1RUFMuXLy/OtERESh+/DzbOyj/uz4+M9UIiIiLlWNDT4fr165fn+ePHjxcqEZ/Px5dffklKSgodO3bMMcbtduN2uzO/PtGxzuv14vV6M4+f+PzUYyKnQ/eSmCXk99L25YADrI684zzpcGQ7VGkSmjwkpPQ7Scyie0nMUpLupYLkYAkEAoFgAocMGRLUA06ePDnoiwOsWbOGjh07kp6eTlRUFFOnTqV37945xj755JOMGTMm2/GpU6cSERFRoOuKiIiIiEjZkZqaysCBA0lISCAmJu/1r0EXQaHi8XjYuXMnCQkJTJs2jXfffZfFixfTrFmzbLE5jQTVqVOHw4cPZ/lGvV4vc+fOpXv37jgc+bwrKpIH3UtilpDfS8d3wVs5j6JnYXPAPavApeYIpZF+J4lZdC+JWUrSvZSYmEjlypWDKoKCng4XKk6nk0aNGgHQrl07fv/9d1599VXeeeedbLEulwuXy5XtuMPhyPFJz+24SEHpXhKzhOxeiq4ENVvA7hV5xzW7FOwO0P1cqul3kphF95KYpSTcSwW5frE2RsiJ3+/PMtojIiJBcMXA5RPAEZ57TEQl6Pk/tcgWEZFyr1hHgh555BEuueQSzjjjDJKSkpg6dSqLFi1izpw5xZmWiEjpY7FAhbpw83z45lbYvybr+TM6wlXvQkTF4slPRESkBCnWIujgwYPceOON7Nu3j9jYWFq1asWcOXPo3r17caYlIlI6OcKhSlO46XtI2ge7fgWLDep3Blc0hMUaxZKIiEg5V6xF0HvvvVeclxcRKXusVmO6W1iM2mCLiIjkosStCRIREREREQklFUEiIiIiIlKuqAgSEREREZFyRUWQiIiIiIiUKyqCRERERESkXFERJCIiIiIi5YqKIBERERERKVdUBImIiIiISLmiIkhERERERMoVFUEiIiIiIlKuqAgSEREREZFyRUWQiIiIiIiUKyqCRERERESkXFERJCIiIiIi5YqKIBERERERKVdUBImIiIiISLmiIkhERERERMoVFUEiIiIiIlKuqAgSEREREZFyRUWQiIiIiIiUKyqCRERERESkXFERJCIiIiIi5YqKIBERERERKVdUBImIiIiISLmiIkhERERERMoVFUEiIiIiIlKuqAgSEREREZFyRUWQiIiIiIiUKyqCRERERESkXFERJCIiIiIi5YqKIBERERERKVdUBImIiIiISLmiIkhERERERMoVFUEiIiIiIlKuqAgSEREREZFyRUWQiIiIiIiUKyqCRERERESkXFERJCIiIiIi5YqKIBERERERKVdUBImIiIiISLmiIkhERERERMoVFUEiIiIiIlKuqAgSEREREZFyRUWQiIiIiIiUKyqCRERERESkXFERJCIiIiIi5YqKIBERERERKVdUBImIiIiISLmiIkhERERERMoVFUEiIiIiIlKuqAgSEREREZFy5f/bu+/4qKr8/+Pv6TNJJg0ISQgdBaSEIiCoFBURFMEuKgu7YkVdxP7160P8ubt8d1ddvnbBgq6iqIi6doqhSW+LgJSA9BZKeplyf3/wJUskZRIuJJN5PR+PPB7OvZ/JOTMe87hvz73nEIIAAAAARBRCEAAAAICIQggCAAAAEFEIQQAAAAAiCiEIAAAAQEQhBAEAAACIKIQgAAAAABGFEAQAAAAgohCCAAAAAEQUQhAA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", + "image/png": "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tgJNS0REpKTL85qgwYMHs23bNtq2bUu7du0YMmQIR44cCUVuIiIiIiIihjuvxggRERGMHDmSrVu34vV6qVevHqNGjSI1NdXo/ERERERERAyV59vhZs6cmeHrXr16Ub16dd544w3Gjx/P/v37DUtORERERETEaHkugnr16pXtueTk5AvJRUREREREJOTyXAT5fL5Q5CEiIiIiIpIvtFmqiIiIiIiUKEHPBL3zzjtBxQ0dOvS8kxEREREREQm1oIugt956K8fzLpeLw4cPqwgSEREREZFCLegiaNeuXTmeX7NmDa1atbrghERERERERELJsDVBJpPJqIcSEREREREJGTVGEBERERGREiXo2+ESEhJyPJ+YmHjByYiIiIiIiIRa0EVQXFxcjre8+f1+3RInIlIYuFLA74OUE2AyQURpMFnBFlbQmYmIiBQKQRdBixYtyvH8tm3buPfeey84IREROU8+HzjjYfFrsGYyOP83gx9ZFloPhrYPQVhMweYoIiJSCARdBHXo0CHH83FxcXke/IMPPuCDDz5g9+7dADRq1IgRI0Zw7bXX5vmxRERKvLRTMKETnPpXN8/k47DkNdg2D+78QYWQiIiUeAXaGKFq1ar897//5c8//2T16tV07NiRG264gY0bNxZkWiIiRU9aPPz4aOYC6FwH/4Jf3wjcLiciIlKCFWgRdP3119O9e3fq1q1LvXr1eOWVV4iKimLlypUFmZaISNHj88LWWbnH/fV5YL2QiIhICRb07XC9e/fO8fzp06cvKBGv18u3335LcnIybdu2zTLG6XTidDrTvz7Tsc7tduN2u9OPn/n83GMi50PXkhgl5NfS7pWADcy2nONcaXBiN5SrH5o8JKT0O0mMomtJjFKYrqW85GDy+/3+YAIHDhwY1ANOmjQp6MEB1q9fT9u2bUlLSyMqKoopU6bQvXv3LGNffPFFRo4cmen4lClTiIiIyNO4IiIiIiJSfKSkpNCvXz/i4+OJicl5/WvQRVCouFwu9u7dS3x8PNOmTePjjz9myZIlNGzYMFNsVjNB1apV4/jx4xm+Ubfbzbx58+jcuTM2Wy7viorkQNeSGCXk19LpffBB1rPoGVhs8MhacKg5QlGk30liFF1LYpTCdC0lJCRQtmzZoIqgoG+HCxW73U6dOnUAaNWqFatWreLtt9/mo48+yhTrcDhwOByZjttstiyf9OyOi+SVriUxSsiupegyULkx7F+dc1zD68BqA13PRZp+J4lRdC2JUQrDtZSX8Qu0MUJWfD5fhtkeEREJgiMGeo4DW3j2MRFloOt/1CJbRERKvAKdCXrmmWe49tprueiii0hMTGTKlCksXryYuXPnFmRaIiJFj8kEparD3Qvg+3vh8PqM5y9qCzd9DBGlCyY/ERGRQqRAi6CjR49y5513cujQIWJjY2natClz586lc+fOBZmWiEjRZAuHcg3grtmQeAj2/Q4mC9RsD45oCIsNFEsiIiIlXIEWQRMnTizI4UVEih+zOXC7W1iM2mCLiIhko9CtCRIREREREQklFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKP/f3n3HR1Xl/x9/T59JMmlASELoKCAlFAFBpaiIoAh2UVnYFSvqIvavXx/iz93lu7vq8rULFnQVRUXUtVMMTXpbBKQEpLdQ0suU+/uDL1kiKZNwIZnM6/l45PFw7v1MzpnxmMd9e+49hxAEAAAAIKIQggAAAABEFEIQAAAAgIhCCAIAAAAQUQhBAAAAACIKIQgAAABARCEEAQAAAIgohCAAAAAAEYUQ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", "text/plain": [ "
" ] @@ -794,14 +794,14 @@ }, { "cell_type": "code", - "execution_count": 96, + "execution_count": 19, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "accuracy: 0.957\n" + "accuracy: 1.000\n" ] } ], @@ -819,20 +819,20 @@ }, { "cell_type": "code", - "execution_count": 97, + "execution_count": 20, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "array(['versicolor', 'versicolor', 'virginica', 'versicolor',\n", - " 'versicolor', 'versicolor', 'setosa', 'versicolor', 'versicolor',\n", - " 'virginica', 'virginica', 'virginica', 'setosa', 'setosa',\n", + "array(['versicolor', 'setosa', 'virginica', 'setosa', 'versicolor',\n", " 'versicolor', 'setosa', 'versicolor', 'versicolor', 'virginica',\n", - " 'virginica', 'setosa', 'virginica', 'setosa'], dtype=object)" + " 'versicolor', 'setosa', 'virginica', 'setosa', 'virginica',\n", + " 'setosa', 'versicolor', 'versicolor', 'virginica', 'setosa',\n", + " 'versicolor', 'setosa', 'setosa'], dtype=object)" ] }, - "execution_count": 97, + "execution_count": 20, "metadata": {}, "output_type": "execute_result" } @@ -848,12 +848,12 @@ }, { "cell_type": "code", - "execution_count": 98, + "execution_count": 21, "metadata": {}, "outputs": [ { "data": { - "image/png": "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awZAdHQ0zz33HJs2bcJms3HGGWfw3XffYbVaOf3005k4cSLPPvssDz30EN26dePpp5/muuuuM/XnFhERESmL7BY7qw+vDir2+23fc/PpN4c4IwmGiqA8WK0WIl12+raqSdemVQgEwGKBaJfD9OLnhBYtWvD999/nen7IkCGZXd5ycuONN2buG3SC1Wrlscce47HHHsvxe0aOHJml2cJ/3XPPPVk6xAFce+21ucaLiIiIVBQZgeD3LUzNSCUQCGAxs6uWFIqKoCBYrRZiwwu24aqIiIiIlH8Oi4NYVywJ7oR8Y1tXaa0CqJQo8cYIIiIiIiJllcVi4fKml+cbF+OMoWudrvnGSfFQESQiIiIiUkhh9jBuaHMDNSJq5Bk3ptMYjQKVIiqCRERERESKINIRyYyLZtC6auts52KcMYw/ezy9G/Ym3J739itSfLQmSERERESkCOxWO9XCqzG512QOpx1mztY5pPnSaFO1DV3rdMWKlXCHCqDSREWQiIiIiEgRWSwWop3RRDujua39bfj9fqxWTboqrfSbERERERExmQqg0k2/HRERERERqVBUBAXD74e045B6zPjT7y/pjEy1fft2LBYLK1euLJWPJyIiIiJiJq0JyovfBxlpsGk+rHgXUg5CZHXodAM0uwDsEVAOhjrr1avHvn37qFq1akmnIiIiIiISciqCcuP3QfJBmNoXjm0/5cQG2LYYKjWE4d9DVI1SXwh5vV4cDkeu5202GzVr1izGjPLn8XhwOp0lnYaIiEi5EQgESPYmc9x9nMXbFxNNNH8d+ItWNVrhsDpw2srP/7senwev38uGIxtYfXg1TquT7vW6E+eKI8oRpf16RNPhcpWRlkMBdIpj243zGammXnby5MnUrl0b/3+m3F166aXccMMNAHz99dd06NCBsLAwGjduzLhx48jIyMiMtVgsvPHGG1xyySVERkby1FNPcezYMYYOHUq1atUIDw+nWbNmTJ06Fch5+tq6devo378/MTExREdHc+6557JlyxYA/H4/48ePp27durhcLtq1a8f333+f58+1ePFizjzzTFwuF7Vq1eLBBx/MkvN5553HHXfcwd13303VqlXp06dPkZ5HEREROSnDn8GhtEPcNv82+n3Rj5f+fAmA2xbcxoCvB7Bi/wpSvea+pikpqd5UVuxfwYCvBzB87nBe/ONFnv39Wfp9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2hghJ36/P8toj4iIBMEVA5dMAkd47jERVaDP/9QiW0REKrwSHQl66KGHuPDCC6lfvz5JSUnMmDGDRYsWMXfu3JJMS0Sk7LFYoFIDuHEBfHkz7F+T9Xz9LnD52xBRuWTyExERKUVKtAg6ePAg1113Hfv27SM2Npa2bdsyd+5cevXqVZJpiYiUTY5wqNYCrv8OkvbBrl/BYoNG3cAVDWGxRrEkIiJSwZVoEfTOO++U5OVFRMofq9WY7hYWozbYIiIiuSh1a4JERERERERCSUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIiIhUKCqCRERERESkQlERJCIiIiIiFYqKIBERERERqVBUBImIiIiISIWiIkhERERERCoUFUEiIiIiIlKhqAgSEREREZEKRUWQiIiIyP+3d9/hUVX5/8Dfd/pMMpNeSUIIKCAlFGlRKSpCUAS7oCyoiAV0Afu6PuJPd1l31eVrRbDEAoqKqCuKUgxNOoRFSiDFEEqAQMikTrvn9wfLSEibhBsmN/N+PU+ex7n3MzlnxmOe+/bcew4RBRSGICIiIiIiCigMQUREREREFFAYgoiIiIiIKKAwBBERERERUUBhCCIiIiIiooDCEERERERERAGFIYiIiIiIiAIKQxAREREREQUUhiAiIiIiIgooDEFERERERBRQGIKIiIiIiCigMAQREREREVFAYQgiIiIiIqKAwhBEREREREQBxa8haPbs2ejXrx+sViuio6MxduxYZGdn+7NLRERERETUxvk1BK1evRpTp07Fxo0bsXz5crhcLlx33XWoqKjwZ7eIiIiIiKgN0/mz8WXLltV4nZGRgejoaGzbtg2DBw/2U6+IiIiIiKgt82sIOl9paSkAIDw8vM7zDocDDofD+9putwMAXC4XXC6X9/jZfz73GFFzcCyRUjiWSAkcR6QUjiVSSmsaS03pgySEEC3YF5/Jsowbb7wRp0+fxrp16+qsmTVrFl544YVaxxcuXAiLxdLSXSQiIiIiolaqsrIS48ePR2lpKWw2W4O1rSYEPfTQQ/jxxx+xbt06JCQk1FlT10xQYmIiiouLa3xQl8uF5cuXY/jw4dDr9S3ed2q7OJZIKRxLpASOI1IKxxIppTWNJbvdjsjISJ9CUKu4HW7atGn4/vvvsWbNmnoDEAAYjUYYjcZax/V6fZ1fen3H24rSKhfOZliLQQeDrm2ueO6RZZRVuwEAkgRYjXpoNNJF7UNbH0t08XAskRI4jkgpHEuklNYwlprSvl9DkBACjzzyCJYsWYLMzEx06NDBn91RjQqHG78dLsW8tXnIP1EBs0GLUT3icNeAJBh1WpgNWn93URFujwyHW8bS/x7F51sKcbrSiWibERMGJWPopVEw67UXPQwRERERkfr5NQRNnToVCxcuxLfffgur1YqioiIAQEhICMxmsz+71mqVV7sw+eOt2Jh3qsbx3UfseH3lAXwwqR/6JIWpPgi5PTIOn67CrXM34ETZH7dA5hVXYGPeKSRHWPDlg2mIDDZAkhiEiIiIiMh3fr1/6p133kFpaSmGDh2KuLg478+iRYv82a1Wy17lwmNf7qwVgM5yuGXcm7EFxeWOOs+rSbVLxq3v1AxA5/r9ZCXunLcBlU7PRe4ZEREREamdX0OQEKLOn0mTJvmzW61WpdODn3Yfa7DG4ZbxxqoDKP/fMzRq5PbI+DbrME40EuZyT1RgW0HJReoVEREREbUVbfNJ+jZIlgUWbTnoU+23WUeg1ar3FrFyhxufbyn0qfaTjQWwV/l/XXoiIiIiUg+GIJVwyXK9t4adz+GWod4IBEiShFMVTp9qT5Y7IbeOVd6JiIiISCUYglRCr9EgNsTkU63FoIWac4EQAlHW2kuh1yXKaoSGCyMQERERURMwBKmERiPhjn5J8OV6/6be7VQ9O2I16XDXgCSfaiemtYfNzP0NiIiIiMh3DEEqYtJrMDo1vsEas16LaVd3QpCxVeyD2yxajQajesQhvpGZry6xVqQmhF6cThERERFRm8EQpCJWkx5/v6kHru4SXef5YKMOn04egDCL4SL3THkmvQZfPZSGdqF17xfVOcaKhfcPVHXYIyIiIiL/4BWkygQbdXh9XG/8XlyBeWvykF9cAbNBi9E94zC2dzvotRqY9OreKBU4MxsUazPh5xmDsebACSzcdBAllU7E2EyYOCgZfduHMQARERERUbPwKlKFgo06dG8Xgr/d1B0e+cyzP0FGHfTatjWxp9FICDLqMOKyWKSlREDgzMpxIXwGiIiIiIguAEOQillNgREGNBoJIW3gFj8iIiIiah3a1tQBERERERFRIxiCiIiIiIgooDAEERERERFRQOEzQSplr3ZBCOCYvRomvRbhQQYYtRrodS2Xa6tdHnhkgeP2aniEQKzNDElCi67SJssCFU43Khxu2KvdCLcYYNBpYDXpIPmyc2wzlf3v+z1yqhwAUOl0wyxpYWjB75eIiIiILg6GIJWpdnlQZK/GS9/vwS/ZJ7yrwyWEmTH5yg649fJEBLdAKCmrduHtzFx8tvkgTle6AJzZy+fG1Hg8ld4FIWY9dBplA0K5w40NuScxZ8V+7D5i9x7v2z4MT43sjG7xIYoHMIfbg5PlTry0dA9+3n0MWknGP/sDN7yxDuMHdsCEgckINvE/GyIiIiI14//WVhGXR0buiXKkz1mLFXuPewMQABwqqcKs/+zBM4v/i3KHW9F2y6tduOu9TXgnM9cbgACg2iXji62HMOr/1qKkwtXAb2hGmw43Fm4swP0fb60RgABgW0EJ7pi3ESv3HkOFgp/VI8s4croaI+eswQ+7iuA+5/s9XubAy8uyMW3hdkXbJCIiIqKLjyFIRZxuGfd/tBVVLk+9Nf/571GsO1AMIUS9NU1R7fLg7cxc/PdQab01x+wOPPZFFuxVygWhkgon/v7jvnrPCwE89uVOuDyyYm1WOj148JNtsFfXH3Iy95/Ad1lH4FawXSIiIiK6uBiCVGRn4WkcKa1utG7u6lyUNXAh3xQeWWDh5oON1q3NKUZ1A+GsKSocbsxdndtoncsj8Nnmg3C4lWm38FQVso+VNVo3f20eql0MQURERERqxRCkEm6PjJ/3HPOpNqvwtGIP8B8vq65xC1x9hAA2559SpE2XR8b6nGKfalfvP4EqpzIhaOU+377fvOIKyArNtBERERHRxccQpBKyQI1ngBqj1CV6U+76cjehf42262PIaMp3ouTvYggiIiIiUi+GIJUw6DQYkBLuU22HyCDFnlmJDTHBpPdtmKQmhirSplYjoXt8iE+1vRJDYVRo1mtAB9++32irEXot/9MhIiIiUiuu9asiwzpHw2bWITLIgPcmXo4Q85k9czyygFsW+HJLIV7+KRuTr+wAs16rSJsSgDGp8Vi09VCDdT0TQhARZFCkTatJj6nDOuHH34oQH2LCuAFJuLZrDIKNOpyudOGHXUfxxdZCnKxwYvJVKTAblBnGPRNCERdiwtFGnruaMKg9dNqW2aOo3OGCLAOSdGaPpBCLMt8pEREREf2BIUhFtBoJP08fjGCTHst3F+GjDQXIKy6HRa/D8G4xeHBwCu7snwS9TgOdQjMVQUYdnkrvitX7i1FkrzscmPQa/OvWVEX3J0qOCMKb43qhd/twLNpyEA9+ug0llU5EW024tU8Clj56FXYcPIUggzJhDwD0Wgmv3p6KCe9vrvfWuEuigzEpLRlGnXLtAmeWBD9ur8ZbmTlYk10MlyyjS6wVUwanYECHiBbdkJaIiIgo0PDKSkVMei1Mei3ueHdDjb1z7FVufLKhAAs3HcRrt6ViaJdoRdu1mXX4zyNX4okvd2L1gRM493GYngkheOW2VCSFW6DRKDc7YtBJSI4MRvqcNTWWrLZXleMfy/bhg/X5WPxQGswKhiCDToteCaH47P6BeHbJLhw4Xu49p9NIGN4tDn+7qQesJr1ibQJnAtCiLQfx4vd7axzfmHcKG/NOYVDHCMyfcDk3aSUiIiJSCK+qVKSk0olpC7fX2jz0LI8sMPPLnfjh0asQYlbuQl2n0SDKasTr43rD4ZaxOf8k3LJAakIowoMNCDboFA1AwJmNWMfP31jvnj3Hyxy4/d0NWDFzCIKMyj2fYzHq0Ld9KL5+OA1HTldh35HTQOEOZD4xFCaDQfEAJITAzsLTtQLQuTbknsTz//kNs0Z3U7x9IiIiokDEp7tVxF7lwvqckw3WeGSBN1cdwKkKh+Lt28x6RFmNuL5nPMb0aofkyCDYTHrFA5DLLWPR1sIGNy0FgKOl1Vh7oBiygivEAYBWo4HVpEfnWBtG9YgDAISalQ9AAGCvdmPOiv2N1n2XdUTxz0lEREQUqBiCVMLl9mDRlkKfapftLoJFocUC/KHC6cbX2xteiOGsRVsKUeZofB+j1kqSgC2/lzRa5/IIn/eJIiIiIqKGMQSphNMtYK/y7WLf5RFQ8zY2kiTBXtXwLNBZpVUuVX/WSofvG72eqnC2YE+IiIiIAgdDkEqY9Bq0CzP7VGsz6SAU2y714hNCIC7E5FNtfKgJWoVvx7uYrCYddD72v32EpYV7Q0RERBQY1HvPVCtT4XDD5ZFh1mthVGiPnnNptRrc0S8Jr/y8Hx5ZINZmwo294hFrM8Hh9mBT3invym239k2AS6HNUutS7fRAQMCo0yr+PBAA2Ex6TExLxtaCM7eJpSaE4JquMbCa/tgn6OzKbfdd2UHViwXIQmD4ZTH48beiBuusRh2uuiTqIvWKiIiIqG1jCLpApVUuHC6pwhdbC1FW7UK7MDPuHtAeeq0GYQptHnqWJAH3XpGM1MRQ9E4Kw5Lth7H7SCnMBh3uuSIZs27shtdX7cdDQzshxKxs2063By6PwMa8k1i+5xg8skC/DuEY1SMOGgmKPoOk0Ui4uks0RvWIxYNDOgIAvs06goKTFYi2mvD2XX1wssKJhZsO4tIYq2Lt+oPVpMeTI7tg1b7jcLjrD65Th3WEpN4JLyIiIqJWhSGomTweD05XuTH5o63YUXi6xrk3VuXglj4JmDW6m6J7u4RZDHj0mkvw1i85mP55FtznrBb26cYCdIwKRsY9/WAxKHuXY5XLg31H7Zjy8TacKP9j1bkvtx3CrO9246Wx3XFdt1hFN0u1GLT4+0098NCC7diQW3NFvHdW5yK9eyz+eWvPNrGJaKzNiE/vG4D7PtpSa0U8SQIeGtIRdw9KVvViF0REREStCa+qmqnKJXD7uxuRe6K81jkhgK+2HYLLLeOFMd0QalFmVqak0on31uZh7uq8Os/nnijHze/8iuUzBivS3lmHS6pw57yNdc5UVDo9mPnFTsy9W4trusRAr1MmgFU6PZjw/mbsOlxa5/kffytClcuD1+/sDZuCeyL5g9mgQ4+EEGx45hos212En34rgssj0C3ehklpyTDqNYoGTCIiIqJAx4URmsHh8uD7/x6pMwCd69udR1DWyF43TaGRJMxfk99gzYkyB+avyUNZtTLLRturXPjb0r0N3qoFAC8t3QuHQs8hybKM9TnF9QagszKzT+DgqUpF2vQ3k16LIKMOY3vF45XbUjHnzl545JpOiLQaVf3MExEREVFrxBDUDBVODz7ZWOBT7Qfr81Hm49LWDZFlGYu3FcLpQ9D4bEshNAo9QCIEsHr/8UbrDpVUIedYmSJtllS68OGvv/tU+8H6fJS0oaWjtRoNbGY9Qsx6GHXKL7BBRERERAxBzaLXSig46dsMRMHJSkVmSKqcMvJOVPhUe6rCqdiqbcfLqiH7uNp2XrFv/WuMRpJQ6OMMT8HJSnh87SARERERERiCmkUWZx7c90WQQQsNLjyQ6HUSLD4+F6KRoECLZ5h9/JwAFHtuRQgBs4/LjAc1oX9ERERERABDULMIITCye6xPtWN6tUN48IUvjGDQaXFzn3Y1jqVEBmFQxwj0SQqrERqu7hKNKqfngtsEgFCzAUnhf2zSGWbRo19yGAamhNfY0NSo02BgxwhF2jToNbi+Z5xPtaNT42Ezc9EAIiIiIvIdrx6bIdRiwANDOmLhpoM1lqk+X7tQMwamKBMMACAuxIxeiaFIjgjCpLT2MBm0yC+ugEWvRZc4G37YdRTz1uRh6rBOiu1RZNRr8NCQFHy0oQBTBqcgrWMkfjtSCo8s0DXWhrzicsxfm4eEMIsiM14AEGzU40+DkjF3dS6qXfXfShhm0SO9eywMfHaGiIiIiJqAIaiZgg1avD6uNx79bEedQSgiyIBPJw+AQitGAwBCzHp8OKkfso+V4YX/7KmxP5HNrMOd/ZLw/SNXwqhgo3qtBmN6xePqrjH457J9eObrXd6V4jQSMPjSKPy/G7sj2mZQdE8kvQaY/6fLMfmjrXWuTGcz6bBg8gDFnn0iIiIiosDB2+GaSavVoH+HMCyfOQS39U3w3o4WFWzEI8M6YeVjQ2DRa+BR8Jn9smoX9h614+73NtXaoNVe5ca8NXmYvigLyj0RdIZLFhg/fyMWbz9cI5DI4swy1Te/8ytKKpVbChwArGYDeiWEYtXjQ3HXgCTv80ZhFj2mXJWCVY8PRfsICzcQJSIiIqIm4xVkM+07asetczdg5nWX4rHrLsULY7pBI0lweWScKnfi2SW7sGLvcWz567WKtSlJEh79vO6Zp7PWHijGj78dxZjUeBh8XFygIaVVLry2fD9yG1iZrrTKhce+yMK8CZcrdhseAFjNeljNejwxojOeHdUVGo0Etywgy0L1G6QSERERkf8wBDWDvcqFtzNzAQCv/bwfr/28v97ar7cfwl0D2kOvvfBJt19zilFc3vieOB+sz8fwy2IUCUFajYTF2w43Wrfl9xKUO9yKhqCzQi3K/04iIiIiCly8Ha4ZNJKEbQUlPtX+mnNSkZXaqpwerM896VPt3qNlMCkQgACg6HQVyh2+3eq2Of+UIm0SEREREbUkhiAiIiIiIgooDEHNIAuBvu3DfKod1DGiSRuO1sds0OIKH/fh6RpnRbVLmX2CYkPNPm+C2r9DuCJtEhERERG1JIagZrCZ9Xh4aMdG64w6DW7pm6DI80AAkNYpEpE+bLx67xUdEORjcGmMxyPjlr7tGq3rlxzmc1hqqkqnG5VON6pdHlQ43IoFPCIiIiIKTAxBzdQlzoZb+yY0WDP75h7QScotVy2EwJw7e0HXwN44V3aKRHr3OMWCV4jFgJnXXoqUyKB6a2xmHV69LRU2k7KbllY53ThaWoW//7AP/f+2El2eW4YrX16FOSv241SFA043wxARERERNR1DUDMFG3WYdWM3PJPeBVHBxhrnOsdYkXFPP4zoFguLgrMjVpMe3eND8MUDg9A7MbTGOZtZhwcGp+Cdu/tAkhTcnAiAXivhsykDcUufdjU2YtVIwLDO0fj6oSsQFqSHVqtcCKp2epBVeBpD/5WJTzcWeBdnKKl0Ye7qPAz9Vybyiivg8tTeSJWIiIiIqCFcIvsCBBt1mHRFMu4e2B55Jypgr3YhPtSEyGAjLAYttBplM2ZplQuTPtyCW/q0w7w/9UWVS0Z+cTkseh26xFmRd6Icd7+3CS/c2B29kkIVadPh8uDrHUewYFMBpgzuiCdGdMGuw6WQhUCXWCvyiysw67vdaBdmxjPpXRRbzrrK7cE9GVtqbM56Lnu1G+Pnb8LaJ4cpNutFRERERIGBIegCGXVaGHVAj4SQFm+rqLQKWYWnkVV4Gs99uxtDO0ehU3QwKhweLF9Q5N1D6K3MHLx8S0+EK7Bnj9MjY/7aPBScrMSMRVkIs+jRKToYWo2EgycrcaS0GsCZ55+eHdX1gtsDAIfbg082FKDa1fAsz6kKJ37ecww3psYpHjiJiIiIqO1iCFIJp9uDxdtrblqamX0CmdknatWu2nccFgVWpAPO3H5WcLKyxustv9feI8nhlrEupxijesRdcJtVTg++/+8Rn2qXbD+EqztHI8TCEEREREREvuGVo0q43AKVPm5a6pEFhEKPBfnaJgCUV/te2xBJklDp4wazFU4PBJR9BoqIiIiI2jaGIJUwGzRIiap/hbZzhQcZICuUgmJDTGhgMboafO1f4wQSwy0+VSaFW6DjrXBERERE1AS8elQJjUaDW/omwuDDIgDj+iVClpUJQUIAQy6NbrQuIcyMLrE2Rdq0mfSYfGUHn2qnDE5BsIl3dRIRERGR7xiCVEQWApOvajgcRFmNuH9wCqxmvSJthgUZ8MyoLjWWxq7L0+ldGty/qCkkScLAlAj0aNfwYhNDL41CYphvM0ZERERERGcxBKlImMWAh4Z2xINDUuoMHB2jgrDk4TQYtMpt0AoA8SEmLLx/ACKDa682ZzFo8c9be2LwJVEwKbQYAwAEGXX4dPIADOoYUef5UT1i8eb4PpwFIiIiIqIm4xWkipyudOKzTQdx7xUd8MCQjvhs00HkniiHWa/FmN7t0CXWii35J9EjIQwWY+O/z1fBJj26xtqQ+fgwrM8txqp9xyHLAr2TwnBjajxkIWBTaObpXCFmPeZN6IvicicWbCzAqUon4kJMuHtgewQbdQxARERERNQsvIpUEVkAryzfj5d/ysbQS6PwzKguGJ0aByGAbQdLcOf8DfB4gHuvSMaM4ZfCalIumFiMZ4bK8K7RuKJjBAQAi14LbQtvVGo16WE16fFUehe43DL0Og03RyUiIiKiC8IQpBIej4xFWw7C878FDzL3n0Dm/tp7BAHAV9sO4fERnVukHxqNBsGmix9C9FqGHyIiIiJSBq8qVcLpkXG4pMqnWnu1GxKUfS6IiIiIiKitYAhSCb1W8vm5G71WgsQMRERERERUJ4YgldBptbj98kSfakd0i0W1y9PCPSIiIiIiUic+E3SBKhxuCABb8k+htMqFhHAzusbaoNdqYGhkb52mCrXokdYxAr/mnqy3RquR8MjVnRBqqb2cNRERERERMQRdkHKHG/+3Yj8WbDqISucfMy+xNhOeGNEZI7rHItio3FccajHg7bv6YPz8Tdhz1F7rvFYj4dXbUhEXYlasTSIiIiKitoYhqJnKHW5M/3wHVuw9Xutckb0aj325E6ernLizXxKCFA5CXzw4CMt3FyHj19+Rf7ICZr0W13WLxYODU2A16Vtkzx4iIiIioraCIaiZdhwsqTMAnWv2D/twS58ExdsONuowOjUeQzpHQ6+VIMsCGkmCleGHiIiIiKhRXBihGUqrXJi7OrfROrcs8Nnmg3C6lV+kQKfVIDzIAKtJjxCLgQGIiIiIiMhHDEHNoJUk7DpU6lPttoISVLvkFu4RERERERH5iiGoGQQENBrfNuLRarhtKRERERFRa8IQ1AwCwKCUCJ9qh3WOhsWobdkOERERERGRzxiCmsFm0mPqsE6N1lkMWtzQMx5ajfJfc5XTjSqnG2XVLlQ5PbBXuRRvg4iIiIioLeLqcM2UHBGEBwan4N01eXWe12kkvDW+D7Q+3jbnK7dHRlm1G+9k5mLR1kKU/i/8DOgQjmlXd0LvxDAEm/ivlYiIiIioPn6dCVqzZg1Gjx6N+Ph4SJKEb775xp/daZJgkw6PXH0J5tzRCx2jgmucG9QxAl8/nIYBKeEwG5S7Fc4jCxwrc+C6f6/BvLV53gAEAJvyT2HC+5vxzuoclDvcirVJRERERNTW+HXKoKKiAqmpqbj33ntx8803+7MrzRJs0uGGnnG4pms07FVulDtciLIaodNoWmTD0kqnG/d8uBknyh311rz1Sy4GXxKFAT4+s0REREREFGj8GoLS09ORnp7uzy5cMJ1WA6tWA6tJD8Dcom0VnKzE/mPljda9+UsOusbZWiSIERERERGpnaoeHnE4HHA4/pgFsdvtAACXywWX649bw87+87nH1M7tkfHt9oMwakWjtVvyT0AjPGhDH99v2uJYIv/gWCIlcByRUjiWSCmtaSw1pQ+SEKLxq+qLQJIkLFmyBGPHjq23ZtasWXjhhRdqHV+4cCEsFksL9o6IiIiIiFqzyspKjB8/HqWlpbDZbA3WqioE1TUTlJiYiOLi4hof1OVyYfny5Rg+fDj0+rZzS9jibYfw/H92N1oXYzXhP49cAYtBVRN9rVJbHUt08XEskRI4jkgpHEuklNY0lux2OyIjI30KQaq6SjYajTAajbWO6/X6Or/0+o6r1fW9EvDC0mxUuTwN1o0bmAyz0Qi9jttAKaWtjSXyH44lUgLHESmFY4mU0hrGUlPa51WyimgkCY+PuLTBmqRwC+4e2B4GBiAiIiIiojr5dSaovLwcOTk53tf5+fnIyspCeHg4kpKS/Niz1inIqMMd/ZKg1Wjwyk/ZtfYD6pcchrl390UQb4MjIiIiIqqXX6+Wt27dimHDhnlfz5w5EwAwceJEZGRk+KlXrVuwUYfbL0/ArX0TsGLPMew5akeQUYuxvdohzGLgsthERERERI3wawgaOnQoWsm6DKpydsGDsb3b4cbUeGg0kp97RERERESkHnxwROUYgIiIiIiImoYhiIiIiIiIAgpDEBERERERBRSGICIiIiIiCigMQUREREREFFAYgoiIiIiIKKAwBBERERERUUBhCCIiIiIiooDCEERERERERAGFIYiIiIiIiAIKQxAREREREQUUhiAiIiIiIgooDEFERERERBRQGIKIiIiIiCigMAQREREREVFAYQgiIiIiIqKAwhBEREREREQBRefvDlwIIQQAwG631zjucrlQWVkJu90OvV7vj65RG8GxRErhWCIlcByRUjiWSCmtaSydzQRnM0JDVB2CysrKAACJiYl+7gkREREREbUGZWVlCAkJabBGEr5EpVZKlmUcOXIEVqsVkiR5j9vtdiQmJqKwsBA2m82PPSS141gipXAskRI4jkgpHEuklNY0loQQKCsrQ3x8PDSahp/6UfVMkEajQUJCQr3nbTab3/9lUNvAsURK4VgiJXAckVI4lkgprWUsNTYDdBYXRiAiIiIiooDCEERERERERAGlTYYgo9GI559/Hkaj0d9dIZXjWCKlcCyREjiOSCkcS6QUtY4lVS+MQERERERE1FRtciaIiIiIiIioPgxBREREREQUUBiCiIiIiIgooDAEERERERFRQFFtCHrrrbeQnJwMk8mEAQMGYPPmzQ3Wf/nll+jSpQtMJhN69OiBH3744SL1lFq7poyljIwMSJJU48dkMl3E3lJrtGbNGowePRrx8fGQJAnffPNNo+/JzMxEnz59YDQa0alTJ2RkZLR4P6n1a+pYyszMrPU3SZIkFBUVXZwOU6s0e/Zs9OvXD1arFdHR0Rg7diyys7MbfR+vleh8zRlLarlWUmUIWrRoEWbOnInnn38e27dvR2pqKkaMGIHjx4/XWf/rr79i3LhxuO+++7Bjxw6MHTsWY8eOxW+//XaRe06tTVPHEnBmR+SjR496fwoKCi5ij6k1qqioQGpqKt566y2f6vPz83H99ddj2LBhyMrKwvTp0zF58mT89NNPLdxT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kpIAAOvXr8ekSZNw0003ATgTzM5fmKExPXv2xHvvvYdTp041GIC1Wi3uu+8+TJo0CdOnT4dWq232ZyIiast4OxwRkQpUVVXh/fffx48//ogRI0agqKjI+1NaWgohBIqKiuDxeLBv3z6MGzcOoaGhSE9Pb/D3vvLKK5g5c2a9MzKNCQsLQ0REBObNm4ecnBysWrUKM2fObPA9xcXFePbZZ7F+/XpMnDixzhqr1YrHH38cM2bMwEcffYTc3Fxs374db7zxBj766COf+3fXXXchMjISY8aMwdq1a5Gfn4/MzEw8+uijOHToEIAzK6u9+uqreP3113HgwAFvO01xNpjccsstGDVqFCZPnuw9d8kll+Drr79GVlYWdu7cifHjxze6aMT5xo0bh9jYWIwdOxbr169HXl4eFi9ejA0bNtSqfeCBB/CXv/wFDz74YJPaICIKJAxBREQqsGjRIkyePBlCCDz88MOIi4vz/kyfPh12ux1xcXEoLCzErFmz4Ha7sWLFikZXe7NarXjyySeb3S+NRoPPP/8c27ZtQ/fu3TFjxgz861//avA9CxYswE8//YQlS5agf//+9da9+OKLeO655zB79mx07doVI0eOxNKlS9GhQwef+2exWLBmzRokJSXh5ptvRteuXXHfffehurraOzM0ceJEzJkzB2+//Ta6deuGG264AQcOHPC5jfO9+eab2Llzp/fZnNdeew1hYWFIS0vD6NGjMWLECPTp06fGe2bNmlXrWaJzGQwG/Pzzz4iOjsaoUaPQo0cP/OMf/6hzpic2NhZPP/10s4MtEVEgkIQQwt+dICKihmVkZCAjIwOZmZn11kiShPz8/AYvpql1mjhxYo29h4iIqGXxmSAiIhUwm82NLoYQExPDZ0BUSAiBzMxMn5+lIiKiC8eZICIiIiIiCih8JoiIiIiIiAIKQxAREREREQUUhiAiIiIiIgooDEFERERERBRQGIKIiIiIiCigMAQREREREVFAYQgiIiIiIqKAwhBEREREREQBhSGIiIiIiIgCCkMQEREREREFlP8P9aItKunt/VoAAAAASUVORK5CYII=", + "image/png": "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tgJNS0REpKTL85qgwYMHs23bNtq2bUu7du0YMmQIR44cCUVuIiIiIiIihjuvxggRERGMHDmSrVu34vV6qVevHqNGjSI1NdXo/ERERERERAyV59vhZs6cmeHrXr16Ub16dd544w3Gjx/P/v37DUtORERERETEaHkugnr16pXtueTk5AvJRUREREREJOTyXAT5fL5Q5CEiIiIiIpIvtFmqiIiIiIiUKEHPBL3zzjtBxQ0dOvS8kxEREREREQm1oIugt956K8fzLpeLw4cPqwgSEREREZFCLegiaNeuXTmeX7NmDa1atbrghERERERERELJsDVBJpPJqIcSEREREREJGTVGEBERERGREiXo2+ESEhJyPJ+YmHjByYiIiIiIiIRa0EVQXFxcjre8+f1+3RInIlIYuFLA74OUE2AyQURpMFnBFlbQmYmIiBQKQRdBixYtyvH8tm3buPfeey84IREROU8+HzjjYfFrsGYyOP83gx9ZFloPhrYPQVhMweYoIiJSCARdBHXo0CHH83FxcXke/IMPPuCDDz5g9+7dADRq1IgRI0Zw7bXX5vmxRERKvLRTMKETnPpXN8/k47DkNdg2D+78QYWQiIiUeAXaGKFq1ar897//5c8//2T16tV07NiRG264gY0bNxZkWiIiRU9aPPz4aOYC6FwH/4Jf3wjcLiciIlKCFWgRdP3119O9e3fq1q1LvXr1eOWVV4iKimLlypUFmZaISNHj88LWWbnH/fV5YL2QiIhICRb07XC9e/fO8fzp06cvKBGv18u3335LcnIybdu2zTLG6XTidDrTvz7Tsc7tduN2u9OPn/n83GMi50PXkhgl5NfS7pWADcy2nONcaXBiN5SrH5o8JKT0O0mMomtJjFKYrqW85GDy+/3+YAIHDhwY1ANOmjQp6MEB1q9fT9u2bUlLSyMqKoopU6bQvXv3LGNffPFFRo4cmen4lClTiIiIyNO4IiIiIiJSfKSkpNCvXz/i4+OJicl5/WvQRVCouFwu9u7dS3x8PNOmTePjjz9myZIlNGzYMFNsVjNB1apV4/jx4xm+Ubfbzbx58+jcuTM2Wy7viorkQNeSGCXk19LpffBB1rPoGVhs8MhacKg5QlGk30liFF1LYpTCdC0lJCRQtmzZoIqgoG+HCxW73U6dOnUAaNWqFatWreLtt9/mo48+yhTrcDhwOByZjttstiyf9OyOi+SVriUxSsiupegyULkx7F+dc1zD68BqA13PRZp+J4lRdC2JUQrDtZSX8Qu0MUJWfD5fhtkeEREJgiMGeo4DW3j2MRFloOt/1CJbRERKvAKdCXrmmWe49tprueiii0hMTGTKlCksXryYuXPnFmRaIiJFj8kEparD3Qvg+3vh8PqM5y9qCzd9DBGlCyY/ERGRQqRAi6CjR49y5513cujQIWJjY2natClz586lc+fOBZmWiEjRZAuHcg3grtmQeAj2/Q4mC9RsD45oCIsNFEsiIiIlXIEWQRMnTizI4UVEih+zOXC7W1iM2mCLiIhko9CtCRIREREREQklFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKCqCRERERESkRFERJCIiIiIiJYqKIBERERERKVFUBImIiIiISImiIkhEREREREoUFUEiIiIiIlKiqAgSEREREZESRUWQiIiIiIiUKP/f3n3HR1Xl/x9/T59JMmlASELoKCAlFAFBpaiIoAh2UVnYFSvqIvavXx/iz93lu7vq8rULFnQVRUXUtVMMTXpbBKQEpLdQ0suU+/uDL1kiKZNwIZnM6/l45PFw7v1MzpnxmMd9e+49hxAEAAAAIKIQggAAAABEFEIQAAAAgIhCCAIAAAAQUQhBAAAAACIKIQgAAABARCEEAQAAAIgohCAAAAAAEYUQ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", "text/plain": [ "
" ] @@ -882,14 +882,14 @@ }, { "cell_type": "code", - "execution_count": 99, + "execution_count": 22, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "accuracy: 0.913\n" + "accuracy: 1.000\n" ] } ], @@ -910,7 +910,7 @@ }, { "cell_type": "code", - "execution_count": 103, + "execution_count": 23, "metadata": {}, "outputs": [ { @@ -922,7 +922,7 @@ " [3., 4., 2., 0.]])" ] }, - "execution_count": 103, + "execution_count": 23, "metadata": {}, "output_type": "execute_result" } @@ -956,7 +956,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.0" + "version": "3.12.5" } }, "nbformat": 4, diff --git a/Third term/Artificial intelligence systems and big data/4.ipynb b/Third term/Artificial intelligence systems and big data/4.ipynb old mode 100644 new mode 100755 index 5e1982d..183caa0 --- a/Third term/Artificial intelligence systems and big data/4.ipynb +++ b/Third term/Artificial intelligence systems and big data/4.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": 478, + "execution_count": 403, "metadata": {}, "outputs": [], "source": [ @@ -17,7 +17,6 @@ "import pandas as pd\n", "from sklearn import metrics\n", "import matplotlib.pyplot as plt\n", - "from scipy.optimize import curve_fit\n", "from sklearn.linear_model import LinearRegression\n", "from sklearn.model_selection import train_test_split" ] @@ -34,24 +33,27 @@ }, { "cell_type": "code", - "execution_count": 479, + "execution_count": 404, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "[-5.1585996 -4.46639064 -2.55830037 -2.0590825 -0.53638287 0.3553611\n", - " 0.60294719 2.45189108 3.28141706 4.08769096 4.92161744]\n", - "[24.70826208 16.36113899 9.04877285 4.01427977 1.02983411 0.38854345\n", - " 0.74865966 4.11727242 9.13843478 15.83010792 24.60875347]\n" + "[-0.07808256 1.34935162 1.7342857 2.54080198 3.89339092 4.61161853\n", + " 6.12398157 6.8045353 8.26939507 9.02620843 9.50583159]\n", + "[8.71060552e-01 2.77270588e+00 6.94877588e+00 2.01183390e+01\n", + " 5.48419138e+01 1.48152200e+02 4.03507781e+02 1.09625683e+03\n", + " 2.98133624e+03 8.10312483e+03 2.20261474e+04]\n" ] } ], "source": [ + "import math\n", + "\n", "delta = 1.0\n", - "x = np.linspace(-5, 5, 11)\n", - "y = x ** 2 + delta * (np.random.rand(11) - 0.5)\n", + "x = np.linspace(0, 10, 11)\n", + "y = math.e ** x + delta * (np.random.rand(11) - 0.5)\n", "x += delta * (np.random.rand(11) - 0.5)\n", "\n", "print(x)\n", @@ -67,12 +69,12 @@ }, { "cell_type": "code", - "execution_count": 480, + "execution_count": 405, "metadata": {}, "outputs": [ { "data": { - "image/png": "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", + "image/png": "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YWEaOnRojTFVVVXKy8vzjAEAAIGtUXty0tLSlJubq3fffVdt27b1HEPTrl07tW7dWu3atdPMmTOVlZWljh07KioqSr/4xS+UmJioESNGSJKSk5PVr18/Pfjgg1q0aJGKior05JNPKi0tzbOX5ec//7mWL1+uRx99VA899JC2bNmit99+W++//76nlqysLE2fPl3Dhg3T8OHD9eKLL6qsrEwzZsxoqt4AAIAWrFEhZ8WKFZKk0aNH15j+2muv6Sc/+YkkacmSJQoODtbkyZNVXl6ulJQUvfzyy56xISEhWr9+vWbNmqXExES1adNG06dP1zPPPOMZEx8fr/fff1+ZmZlaunSpunbtqldeeUUpKSmeMffdd5+++eYbzZ8/X0VFRbrlllu0cePGKw5GBgAAgalRIceyrAbHREREKCcnRzk5OXWO6d69uzZs2FDvckaPHq39+/fXOyY9PV3p6ekN1gQAAAIP964CAABGIuQAAAAjEXIAAICRCDkAAMBIhBwAAGAkQg4AADASIQcAABiJkAMAAIxEyAEAAEYi5AAAACMRcgAAgJEIOQAAwEiEHAAAYCRCDgAAMBIhBwAAGImQAwAAjETIAQAARiLkAAAAIxFyAACAkQg5AADASIQcAABgJEIOAAAwEiEHAAAYiZADAACMRMgBAABGIuQAAAAjEXIAAICRCDkAAMBIhBwAAGAkQg4AADASIQcAABiJkAMAAIxEyAEAAEYi5AAAACMRcgAAgJEIOQAAwEiEHAAAYCRCDgAAMBIhBwAAGImQAwAAjETIAQAARiLkAAAAIxFyAACAkQg5AADASIQcAABgJEIOAAAwEiEHAAAYiZADAACMRMgBAABGIuQAAAAjEXIAAICRCDkAAMBIhBwAAGAkQg4AADASIQcAABiJkAMAAIxEyAEAAEYi5AAAACMRcgAAgJEIOQAAwEiEHAAAYCRCDgAAMBIhBwAAGImQAwAAjETIAQAARmp0yNm2bZvuuecexcbGKigoSOvWrasx/yc/+YmCgoJq/IwbN67GmG+//VbTpk1TVFSU2rdvr5kzZ+r8+fM1xnzyySe64447FBERobi4OC1atOiKWtauXas+ffooIiJCAwcO1IYNGxq7OQAAwFCNDjllZWUaPHiwcnJy6hwzbtw4ff31156fN998s8b8adOm6dChQ3I4HFq/fr22bdumRx55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", "text/plain": [ "
" ] @@ -85,7 +87,7 @@ "m = np.vstack((x, np.ones(11))).T\n", "s = np.linalg.lstsq(m,y,rcond = None)[0]\n", "\n", - "x_prec = np.linspace(-5, 5, 101)\n", + "x_prec = np.linspace(8, 10, 101)\n", "\n", "plt.plot(x, y,'D')\n", "plt.plot(x_prec, s[0] * x_prec + s[1], '-', lw=1)\n", @@ -101,12 +103,12 @@ }, { "cell_type": "code", - "execution_count": 481, + "execution_count": 406, "metadata": {}, "outputs": [ { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAh8AAAGdCAYAAACyzRGfAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy80BEi2AAAACXBIWXMAAA9hAAAPYQGoP6dpAABIYElEQVR4nO3deXhU1f3H8fdkshFIQNYQCcgqyi6buLDIJlgVwb1WtFarBVGxrm1Vqi3W9oeKUpfWihZRxIqKIhKCgCigIruyCoJCAqgkIYFkMjO/P06SSUiAJMzMmeXzep48fu/NMPPlJM58uPfccx1er9eLiIiISJDE2G5AREREoovCh4iIiASVwoeIiIgElcKHiIiIBJXCh4iIiASVwoeIiIgElcKHiIiIBJXCh4iIiARVrO0GjubxeNizZw/Jyck4HA7b7YiIiEg1eL1e8vLySEtLIybm+Mc2Qi587Nmzh/T0dNttiIiISC3s3r2bFi1aHPcxIRc+kpOTAdN8SkqK5W5Cl8vlYsGCBQwbNoy4uDjb7UQkjXHgaYwDT2McWBpfn9zcXNLT08s+x48n5MJH6amWlJQUhY/jcLlcJCUlkZKSEvW/8IGiMQ48jXHgaYwDS+NbWXWmTGjCqYiIiASVwoeIiIgElcKHiIiIBJXCh4iIiASVwoeIiIgEVY3Cx+TJk+nduzfJyck0bdqUUaNGsXnz5gqPGThwIA6Ho8LXrbfe6temRUREJHzVKHwsWbKEcePGsWLFCjIyMnC5XAwbNoz8/PwKj7v55pvZu3dv2dcTTzzh16ZFREQkfNVonY/58+dX2J4+fTpNmzZl1apV9O/fv2x/UlISqamp/unQj6ZmbuXJjC3cNbQDEwa3t92OiIhIVDqpRcZycnIAaNiwYYX9r732GjNmzCA1NZWLL76YP/3pTyQlJVX5HIWFhRQWFpZt5+bmAmbhFpfLdTLtVfDsx9t5etF2AKZkbMHtdjN+UFu/PX+wlY6NP8dIKtIYB57GOPA0xoGl8fWpyRg4vF6vtzYv4vF4uOSSSzh48CDLli0r2//iiy/SqlUr0tLSWLduHffddx99+vTh7bffrvJ5HnnkESZNmlRp/8yZM48ZWGrqo+8dzNvtrLR/ZLqb4S1q9dcXEREJC+YzMIaR6Z6AfuYVFBRw7bXXkpOTc8IVymsdPm677TY+/PBDli1bdtwbyCxatIjBgwezbds22ratfKShqiMf6enpHDhwwC/Lq5c/4lGVOy5oG5ZHQFwuFxkZGQwdOlRL+gaIxjjwNMaBpzEOrFAf36M/AwP5mZebm0vjxo2rFT5qddpl/PjxvP/++yxduvSEd67r27cvwDHDR0JCAgkJCZX2x8XFnfQPcmrm1uMGD4CnF23H6XSG7RwQf4yTHJ/GOPA0xoGnMQ6sUBzfqj4DA/mZV5O/f43Ch9fr5fbbb2fOnDksXryY1q1bn/DPrFmzBoDmzZvX5KVO2tTMrUzJ2FKtx5Y+LlwDiIiISHnH+wwMhc+8Gl1qO27cOGbMmMHMmTNJTk4mKyuLrKwsDh8+DMD27dt59NFHWbVqFTt37uS9997j+uuvp3///nTt2jUgf4FjebKawaO2jxcREQlF1fnH95SMLUzN3BqkjiqrUfh47rnnyMnJYeDAgTRv3rzsa9asWQDEx8ezcOFChg0bRseOHbn77rsZM2YMc+fODUjzx3PX0A4BfbyIiEioqelRf1sBpManXY4nPT2dJUuWnFRD/lJ6OKk6P4SJWvdDREQiQG2O+tv4/Ivoe7tMGNyeiSc4oqHgISIikSJcjvpHdPiA4wcQBQ8REYkk1flHdymbn4ERHz6g6h+GgoeIiESicDjqf1LLq4eT0kHWvV1ERCTSHW/eo+3gAVEUPsD8MGwPuIiISDBUFUBCIXhAlIUPERGRaBKqR/0VPkRERCJYKB71j4oJpyIiIhI6FD5EREQkqBQ+REREJKgUPkRERCSoFD5ERESiRfZGmHUdfP0uuI5Ya0PhQ0REJFqsexO+mQtvXg+r/2utDYUPERGRaODxwIb/mdrhhE6XWWtF4UNERCQa7F4JObtN3fYCqNvYWisKHyIiItFg/Wxf3eUKe32g8CEiIhL53C7YOMfUsXWg40ir7Sh8iIiIRLrtH8Phn0x9+ghISLbajsKHiIhIpAuhUy6g8GHkZcHyaTBjDHjctrsRERHxn6J82PSBqRMbQLshVtsB3dXW+OBu2PS+qXcsMbOARUREIsHmD8GVb+ozL4XYeLv9oCMfRvlDUOtmH/txIiIi4Wb9W746BE65gMKH0eFCSEgx9TdzoajAbj8iIiL+UPATbMswdXIatDrXbj8lFD4A4hLhjEtMXZQHWz6024+IiIg/fP0ueIpN3WUMxITGx35odBEKul7pq3XqRUREIkGIXeVSSuGj1GnnQXJzU2/LMIeqREREwtXB3fDdp6Zu1B5Su9rtpxyFj1IxTug8xtSeYt9KcCIiIuFoQ7mJpl2vAofDXi9HUfgor8Kplzft9SEiInIyvF5YO8u33eVye71UQeGjvNSu0KSjqXevgJ+/s9uPiIhIbWRvgP3fmDr9bGjY2m4/R1H4KM/hqDghZ70mnoqISBhaV+6oR/mj+iFC4eNoFRYce9McuhIREQkXHrdvYbGYWOh0md1+qqDwcbRTWplDVAAHNkPWOrv9iIiI1MTOTyBvr6nbD4Okhnb7qYLCR1W6HnX0Q0REJFyU/9wKwVMuoPBRtU6jISbO1Ovf0p1uRUQkPBQVwNfvmTohxdw+JAQpfFQlqSG0H2rqQ1nw7WKr7YiIiFTLlg/NbUIAzrwE4urY7ecYFD6OpetVvrr8rGEREZFQVeGUy1XHfpxlCh/H0uFCSKxv6m/mQuEhu/2IiIgcT/4B2LbQ1CmnQqvz7PZzHAofxxKX6Ls8yVUAm96324+IiMjxbJxT7g62l4fMHWyrErqdhYKuV/vqtW/Y60NERORE1r7uq0P4lAsofBxfy7OhQStT71gCuXvt9iMiIlKVA1vhh1WmTu0CzTrZ7ecEFD6Ox+HwpUevR8uti4hIaCp/dL7bNfb6qCaFjxPpVu7Ui656ERGRUOPx+D6fHDHQObTuYFsVhY8TadQWWvQ2dfYGyNpgtx8REZHyvvsUcnabuu1gSG5mt59qUPiojgprfmjiqYiIhJAKp1yuPvbjQojCR3V0HqPl1kVEJPQUFcDX75g6IQU6XmS1nepS+KiOpIbmzoBg7hSo5dZFRCQUbPoAikoWwTzz0pBdTv1oCh/VVf5QVvlrqUVERGxZF15XuZRS+KiuDsOhzimm/uZ9OJJrtx8REYlueVmwfZGp67eElv3s9lMDCh/VFZvgu3yp+LDvHJuIiIgN62ebNagAul0V0supHy18Og0F3a/11Wt06kVERCzxeite5dI1PK5yKaXwURNpPaBJR1Pv+gx+2mG3HxERiU5Z68zaU2DWomrczm4/NaTwURMOR8UJPbrZnIiI2LBmpq8uf1Q+TCh81FTXq8zytQBrZ5plbUVERIKluMh3rzFnAnQabbefWlD4qKmU5tBmkKkP7jKnX0RERIJl6wIo+NHUHS+COg2stlMbCh+1oYmnIiJiS4VTLr+018dJUPiojY4XmWVswVxyW5RvtR0REYkSh/bD1o9Mndwc2g6y208tKXzURlwd6DTK1EWHzKJjIiIigbZ+NniKTd31Kohx2u2nlhQ+aqtb+VMvr9nrQ0REokeYX+VSqkbhY/LkyfTu3Zvk5GSaNm3KqFGj2Lx5c4XHHDlyhHHjxtGoUSPq1avHmDFjyM7O9mvTIaHl2dCwjal3LDWTT0VERAJl7zrIXm/qU3tBk9Pt9nMSahQ+lixZwrhx41ixYgUZGRm4XC6GDRtGfr5vzsNdd93F3LlzmT17NkuWLGHPnj2MHh1+lwGdkMNRLnV6NfFUREQCq8JRj/C5iVxVYmvy4Pnz51fYnj59Ok2bNmXVqlX079+fnJwcXnrpJWbOnMkFF1wAwMsvv8wZZ5zBihUrOPvss/3XeSjodg0s+gsmfLwG/e8Jq7X1RUQkTBQXwfo3Te2Mh85j7PZzkmoUPo6Wk5MDQMOGDQFYtWoVLpeLIUOGlD2mY8eOtGzZkuXLl1cZPgoLCyksLCzbzs01d4t1uVy4XK6TaS/wkprhbDOImG8XwcHvKN6+GO9p5wflpUvHJuTHKIxpjANPYxx4GuPACtb4OjZ/SGzJ2h6eDiNwx9aDEPuZ1mQMah0+PB4Pd955J+eeey6dO3cGICsri/j4eBo0aFDhsc2aNSMrK6vK55k8eTKTJk2qtH/BggUkJSXVtr2gSfN0pDfmlsZ75/2Dr07LC+rrZ2RkBPX1opHGOPA0xoGnMQ6sQI9vn+1P0rykXlnYjn3z5gX09WqjoKCg2o+tdfgYN24cGzZsYNmyZbV9CgAeeOABJk6cWLadm5tLeno6w4YNIyUl5aSeOyiKL8D79Gs4juTQIu8rUgefDwnJAX9Zl8tFRkYGQ4cOJS4uLuCvF400xoGnMQ48jXFgBWV8D2UTu2YdAN7k5vS66t6QvMS29MxFddQqfIwfP57333+fpUuX0qJFi7L9qampFBUVcfDgwQpHP7Kzs0lNTa3yuRISEkhISKi0Py4uLjz+R4mLgy5XwBf/xlF8mLjNc6Hn2CC+fJiMUxjTGAeexjjwNMaBFdDx/fp/4HUD4Oh+LXEJiYF5nZNUk79/jWZHer1exo8fz5w5c1i0aBGtW7eu8P2ePXsSFxdHZmZm2b7Nmzeza9cu+vXrV5OXCi/ll7fVmh8iIuIvXi+snuHbDtPl1I9WoyMf48aNY+bMmbz77rskJyeXzeOoX78+derUoX79+tx0001MnDiRhg0bkpKSwu23306/fv0i70qX8tJ6QNMzYd/XsHsl7N8CTTrY7kpERMLd91/AgS2mbnUuNGprtx8/qdGRj+eee46cnBwGDhxI8+bNy75mzZpV9pgnn3ySX/ziF4wZM4b+/fuTmprK22+/7ffGQ4rDoaMfIiLif6v/66t7XGevDz+r0ZEPr9d7wsckJiYybdo0pk2bVuumwlLXq2Dhw2bN/bVvwAV/AudJXcksIiLRrCgfNpT84z2+Hpx5qd1+/EgrYvlLvSbQ4UJTH8qCbQvt9iMiIuHt63fNzUsBOo+G+Lp2+/EjhQ9/Kn9IrPyhMhERkZpaXe4Ufo9f2esjABQ+/KndUKhXcknxlvmQF4E31BMRkcD7cTt8V7KOVuMO0KK33X78TOHDn5yxvpvNeYphrW42JyIitVD+JnI9rjMXNkQQhQ9/O/rUSzUm6YqIiJRxF/vCh8MJXa+2208AKHz4W6O2UHpzuR+3wa4VdvsREZHwsj0T8vaYusOFkNzMbj8BoPARCOUnBmniqYiI1MRXr/rqs66310cAKXwEwpmXQEJ9U2+cA0eqf7MdERGJYnlZsPlDUyc3h3ZD7PYTIAofgRBXB7pcbmpXAWz4n91+REQkPKyZWXYTObr/MmIXq1T4CJTyh8p06kVERE7E6z3qlEtkre1RnsJHoKR1h9Qupv5hFWRvtNqOiIiEuJ3L4Ocdpm4zEE45zWY3AaXwEUg9yh39KJ9mRUREjhYFE01LKXwEUtcrIDbR1GvfANdhu/2IiEhoOvyzuZcLQJ1ToOMv7PYTYAofgVTnFDhzlKmPHISv37PZjYiIhKp1s8FdaOpu10Bsgt1+AkzhI9B63uCrv3rFWhsiIhKivN6Knw8RdhO5qih8BFrLs6Hx6ab+7lPYv8VuPyIiElr2fAXZG0zdojc0O9NuP0Gg8BFoDgf0HOvb1tEPEREpb9V0Xx3hE01LKXwEQ9erwRlv6jUzobjQbj8iIhIajuTC+pKFKOOTofMYu/0EicJHMNRtBGdcYurDP8Gm9+32IyIioWH9bHDlm7rrlRBf124/QaLwESzlJ56WP8QmIiLRyeuFVS/7tnvdaK+XIFP4CJbTzoOGbU29Yyn8uN1uPyIiYteeryBrvalP7elbFTsKKHwES6WJp1rxVEQkqpU/Cl7+6HgUUPgIpm7XQkycqde8BsVFdvsRERE7onSiaSmFj2Cq1wTOKFkyN3+/Jp6KiESrKJ1oWkrhI9h6lptQ9OV/7PUhIiJ2HD3RNMpOuYDCR/C17g+N2pl65yda8VREJNocPdG0eVe7/Vig8BFsDkfFox+67FZEJLp8Gd1HPUDhw47u14Kz5I6Fa2eC67DdfkREJDgOH4T1b5k6Phk6jbbaji0KHzYkNYROl5n68M/w9bt2+xERkeBYNwuKS/7B2e1qSKhntx9LFD5s6fVrX62JpyIikc/rhS9e8m33vsleL5YpfNiS3geadjL17pWQtcFuPyIiEljffQoHNpu65TnQ9Ay7/Vik8GGLw1FxHf/yl12JiEjk0VGPMgofNnW9EuKSTL12FhQestuPiIgExqF98M1cUyc1hjMuttuPZQofNiXWhy6Xm7ooz6x4JyIikeerV8HjMnWP6yA2wW4/lil82Nar3KG3L/5tJiSJiEjk8LjLrel01Cn3KKXwYVtadzi1l6mzN8Duz622IyIifrY1A3J2m7rdEDjlNKvthAKFj1DQ+ze++ot/2etDRET8r/xyClE+0bSUwkeQTM3cSuv7P2Bq5tbK3+x0GdRpaOqN78Ch/UHtTUREAuTnnbB1ganrp0P7YVbbCRUKH0EwNXMrUzK24AWmZGypHEDiEuGsX5na44LVrwa9RxERCYAv/wOUzOXrORZinFbbCRUKHwFWGjzKqzKA9LwRcJj6y5fNBCUREQlfrsPw1X9N7YyHs26w2k4oUfgIoKqCR6lKAaRha2g/1NQ5u2HLR0HoUEREAmbD23D4J1OfOQrqNbHaTihR+AiQ4wWPUpUCSO+bffUX/w5QZyIiEhTlLyDoc/OxHxeFFD4CoDrBo1SFANJuMDRoZertmfDj9gB1KCIiAfX9Ktiz2tSpXaFFb7v9hBiFjwB4sprBo9LjY5wV73Zb/j4AIiISPioc9bjF3M9Lyih8BMBdQzvU/vE9fgXOkmV318yAonw/diYiIgGXfwA2/M/UiQ2g8xir7YQihY8AmDC4PROrGUAmDu3AhMHtfTvqNvL9oh7JgXVvBqBDEREJhKmZW/nbX/8A7iKzo8d1EJ9kt6kQpPARINUJIJWCR6m+t/jqz1/U/V5ERMLA1MytPJWxiV/GLgTAi0Mrmh6DwkcAHS+AHDN4AKT1gBZ9TL3va9i5LEAdioiIPzz78XamZGzhgpjVtHAcAOBjdzemrtaaTVVR+AiwqgLIcYNHqb6/9dWfvxCAzkRExB8++t7B04vM1Yljnb41ml51D616UUlR+AiG0gDioJrBA+CMS6BeM1Nv+gAO7g5ojyIiUnPPfrydebvNkuntHN9zvnMDADs9zVji6QYcY1XrKKfwESQTBrdnx+MXVS94AMTG+y679XrgS112KyISSqZmbi074gFwQ7mjHq+4h+Et9xGrAFKRwkco63kjxMSZetUr5j4BIiISEsqv6ZTCIUY7zfy8Q95E3nIPOO7jo53CRyhLbgadRpn68E/mPgEiIhISyq/RdKVzCUmOQgDecvcnj8qX19Z0DahIpvAR6vocNfFUl92KiISECYPbc8cFbYnBw1jngrL9r7qHVXpstef7RQmFj1DXope59BZg71rYvdJuPyIiUmb8oLbc2/RL0mP2A7DY3Y1vvWkVHqPgUZnCR6hzOCoe/VjxnL1eRESkkjEe31GP6e7hFb6n4FE1hY9w0Hk01G1q6m/m6rJbEZFQse8bmhz6GoCf67Rkiadr2bcUPI5N4SMcxCZA79+Y2uuueLdEERGxJuZL3/vxKQPHc9fQjjVb0ylK1Th8LF26lIsvvpi0tDQcDgfvvPNOhe/fcMMNOByOCl8XXnihv/qNXr1uBGe8qVdN191uRURsK/iJmPWzAfDG14Nu19R8TacoVePwkZ+fT7du3Zg2bdoxH3PhhReyd+/esq/XX3/9pJoUoF5T6HKFqY/kELN+lt1+RESi3aqXcRSb9Zc83a6FxBTLDYWP2Jr+gREjRjBixIjjPiYhIYHU1NRaNyXH0PdWWPMaADFf/AvS/2C5IRGRKOV2wefmlIsXB57eN+O03FI4qXH4qI7FixfTtGlTTjnlFC644AIee+wxGjVqVOVjCwsLKSwsLNvOzc0FwOVy4XK5AtFe+Gp8Bs6W5xCz6zMcP26laYMNuFzDT/znpFZKf//0exg4GuPA0xgHhmPDW8Tm7QUgq/5Z1K/XAqJ8jGvyO+b38HHhhRcyevRoWrduzfbt23nwwQcZMWIEy5cvx+msnAsnT57MpEmTKu1fsGABSUmVV4iLdqnO3vTlMwDa7PuIjIyuJ/gTcrIyMjJstxDxNMaBpzH2I6+X/lv+xiklm9ubDOdHjS8FBQXVfqzD6639kpkOh4M5c+YwatSoYz7m22+/pW3btixcuJDBgwdX+n5VRz7S09M5cOAAKSk6f1aJx03sc31wHPwOgMM3LSE2tZPlpiKTy+UiIyODoUOHEhcXZ7udiKQxDjyNsf85dq8g9tVfAOBp2pm5afcwdNiwqB/f3NxcGjduTE5Ozgk/vwNy2qW8Nm3a0LhxY7Zt21Zl+EhISCAhIaHS/ri4uKj/QVYtzsz9+OgBAOK/+g/OS6da7imy6Xcx8DTGgacx9qMvXiwrPX1vg+8dGl+o0d8/4Ot8fP/99/z44480b9480C8VPXpchze+LoC56iX/R8sNiYhEiZ93wqb3TV2vGd5Ol1ltJ1zVOHwcOnSINWvWsGbNGgB27NjBmjVr2LVrF4cOHeKee+5hxYoV7Ny5k8zMTC699FLatWvH8OGaGOk3iSl4ul8HgKP4CHz5H8sNiYhEiZUvgtdj6t43+9Zfkhqpcfj48ssv6dGjBz16mJudTZw4kR49evDQQw/hdDpZt24dl1xyCR06dOCmm26iZ8+efPLJJ1WeWpHa8/T+LV4cZuPzF8F1xG5DIiKR7kgufPWqqZ0JZvFHqZUaz/kYOHAgx5uj+tFHH51UQ1JNDVqyp0FvTj34OeTvgw1vQY/rbHclIhK5Vs+AojxTd7sK6jaO+stra0v3dglj25uWW+xt+TSo/YVLIiJyPO7iincVP/t39nqJAAofYeznum3xtOhjNvZ9DdsX2W1IRCRSffMu5Owydbuh0PQMu/2EOYWPMOfpe5tvY/mz9hoREYlUXi989oxv+5zx9nqJEAofYc7bYSQ0aGU2ti+C7K/tNiQiEmm++wz2rDZ1ahdoPcBuPxFA4SPcxTgrnntcfuy7DYuISC1UOOoxARwOe71ECIWPSNDjOkiob+r1b0Jelt1+REQixYGtsOVDU6ecClpUzC8UPiJBQj3odYOp3UWw8gWr7YiIRIzyc+n63grO6F5C3V8UPiJF39sgpuR/ii9fgsI8u/2IiIS7Q/th7Rumjk+GnmPt9hNBFD4iRUpz6HqVqY/k+FbhExGR2vni31Bcsnp0z7GQWN9uPxFE4SOSnHO7r17+T3Br5T0RkVopKoAv/mVqh9OcchG/UfiIJE07QocLTZ37PWx4224/IiLhavUMKCi5Y3jn0dAg3W4/EUbhI9KcM8FXf/q0llwXEakpdzEsL3d57bl32OslQil8RJpW58CpvUy9byNsz7Tbj4hIuPn6HThYspR628FmYTHxK4WPSONwwLlHHf0QEZHq8Xph2VO+7fPutNVJRFP4iEQdfwEN25h6x1LfssAiInJ82zMhe72p086C086320+EUviIRDFO6FfuxkflU7yIiBxb+aPF596hpdQDROEjUnW/Fuo2MfU378GP2+32IyIS6n74yhwtBmjYFs642G4/EUzhI1LF1YGzbzO116O5HyIiJ/LpU776nNvNUWQJCIWPSNb7N5CQYuq1r0PuXrv9iIiEqh+3w9fvmbpuU+h2jd1+IpzCRyRLrA+9bzK1uwhWTLPbj4hIqPr0KaBkXaSzb4W4RJvdRDyFj0jX9zZwJpj6y5fh8M92+xERCTU5P8Ca102dkAK9brLbTxRQ+Ih0yc2gx3WmLjoEn//bbj8iIqFm+TTwlNwLq/dvoE4Dq+1EA4WPaHDuBHNjJICVz5kbJomICOT/CKteNnVsIpz9O7v9RAmFj2hwymnQeYypC36Er1612o6ISMhY+Ty4Sv5BdtZYqNfEbj9RQuEjWpRfIvizZ6C4yForIiIh4UgufP6CqWNizeW1EhQKH9GiWSfocKGpc7+HdbPs9iMiYtuql+FIjqm7Xg0N0u32E0UUPqLJ+b/31cummNtGi4hEI9cR+OzZkg2HbiAXZAof0SS9N7QZaOqfvoWNc6y2IyJizZoZkL/P1GdeCo3b2+0nyih8RJv+9/jqT/4BHo+9XkREbHC7YFm5W06cP9FeL1FK4SPatDoXWvYz9f5NsOl9u/2IiATb2jcgZ5ep2w2F5t3s9hOFFD6ijcMB/cvN/Vj6d/B67fUjIhJM7mJz1LfUgHvt9RLFFD6iUdvB0Ly7qbPWwdYMq+2IiATNhrfg552mbjMQ0vvY7CZqKXxEI4ej4tyPpU/o6IeIRD6PG5aWO+rRX0c9bFH4iFanj4SmZ5r6+y9gxxK7/YiIBNrGOfDjVlO3OhdOO9duP1FM4SNaxcTA+Xf7thf/TUc/RCRyeTwVj3porodVCh/RrNNl0LiDqXd9Bjs/sduPiEigbHof9n9j6hZ9oPUAu/1EOYWPaBbjrHjOc/Hj9noREQkUr9fMbSs14F4z902sUfiIdp1HQ6OSlf2++xR26OiHiESYzfMga72p03pAuyF2+xGFj6gX46x47lNHP0Qkkni9sHiyb3vAfTrqEQIUPgQ6j4FG7Uz93TId/RCRyLHp/YpHPUrv7i1WKXxI5bkfS/5mrxcREX/xeMyVfKUGPqCjHiFC4UOMzmOgYVtT7/wEdi6z24+IyMna9D5klx71OAvaD7Pbj5RR+BDDGau5HyISOTyeiu9jOuoRUhQ+xKfz5RWPfnyrVU9FJEx98x7s22jqU3tB+6F2+5EKFD7ExxlrZoKX+vgvWvVURMKPx1Nx7pqOeoQchQ+pqMvl0Ph0U+9eCdsy7fYjIlJTX78D+742dYve0G6w1XakMoUPqSjGCYMe8G1//JiOfohI+PC4K67roaMeIUnhQyo741Jo1tnUe1bD5g/t9iMiUl3r3oQDW0ydfja0vcBuP1IlhQ+pLCYGBj3o2/74r+YcqohIKCsuqnjUY/CfdNQjRCl8SNVOH2lWAwRznfw379rtR0TkRFb/Fw5+Z+o2g+C08+z2I8ek8CFVczhg0B992x9PNudSRURCkeswLP27b/uCP9nrRU5I4UOOrd1gSO9r6gObYf1su/2IiBzLl/+BvL2mPn0ktOhptx85LoUPOTaHAy4of/Tjr+acqohIKCk8BJ9M8W0P+oO9XqRaFD7k+Fr3N+dOwZxL/eoVu/2IiBxt5XNQcMDUnUZDame7/cgJKXzIiQ1+yFcveQKK8u31IiJS3uGf4bNnTO046ko9CVkKH3Jip54FZ1xi6vx9sPJ5u/2IiJRa9iQcyTF1t2uhcXu7/Ui1KHxI9VzwJ/OvCoBPnzb/2hARsSl3D6x8wdTOBBh4v91+pNoUPqR6mnSA7tea+kgOLHvKajsiIix+HIqPmLrPzdAg3W4/Um01Dh9Lly7l4osvJi0tDYfDwTvvvFPh+16vl4ceeojmzZtTp04dhgwZwtatW/3Vr9g04H5wxpt65QuQl2W3HxGJXge2wuoZpk5IgfPvttuP1EiNw0d+fj7dunVj2rRpVX7/iSeeYOrUqTz//POsXLmSunXrMnz4cI4cOXLSzYplDdKh982mLj5c8ZbVIiLBlPln8JYsfHjOBEhqaLcfqZEah48RI0bw2GOPcdlll1X6ntfr5amnnuKPf/wjl156KV27duXVV19lz549lY6QSJg6fyLEJ5t61StwYJvdfkQk+vywCr55z9R1m0K/39ntR2os1p9PtmPHDrKyshgyZEjZvvr169O3b1+WL1/O1VdfXenPFBYWUlhYWLadm5sLgMvlwuVy+bO9iFI6NkEfo/j6xJw9DufSx8HrxrPwEdxjXg5uD0FibYyjiMY48CJujL1enBkPl/3L2X3e7/E44sHS3y/ixvck1GQM/Bo+srLMHIBmzZpV2N+sWbOy7x1t8uTJTJo0qdL+BQsWkJSU5M/2IlJGRkbQX9PpbsuQ2PokFucQs2kuy2Y/zc91I/fyNhtjHG00xoEXKWPcJHc95+z8BIBD8U1ZlN0Y77x5lruKnPE9GQUFBdV+rF/DR2088MADTJw4sWw7NzeX9PR0hg0bRkpKisXOQpvL5SIjI4OhQ4cSFxcX9Nd3nJoLH5oJXucdzsB9+YSIu3W17TGOBhrjwIuoMfa4iX3pibLNxJGPMqLTJRYbirDxPUmlZy6qw6/hIzU1FYDs7GyaN29etj87O5vu3btX+WcSEhJISEiotD8uLi7qf5DVYW2cet0AX7wAB7YQs3sFMd9mQMeLgt9HEOh3MfA0xoEXEWO8Zjbs22Dq5t2J7XolxITGihERMb4nqSZ/f7/+1Fq3bk1qaiqZmZll+3Jzc1m5ciX9+vXz50uJbc5YGPywb3vhI+AuttaOiES4ogJY9Jhve9ijIRM8pOZq/JM7dOgQa9asYc2aNYCZZLpmzRp27dqFw+Hgzjvv5LHHHuO9995j/fr1XH/99aSlpTFq1Cg/ty7WdbwI0vua+sAWWDPDbj8iErlW/BNyfzB1++HmppcStmp82uXLL79k0KBBZdul8zXGjh3L9OnTuffee8nPz+eWW27h4MGDnHfeecyfP5/ExET/dS2hweGAoY/Cf4aZ7Y//Cl2ugPi6dvsSkchyaL9vVWVHDAz9s9V25OTV+MjHwIED8Xq9lb6mT58OgMPh4M9//jNZWVkcOXKEhQsX0qFDB3/3LaGiZV/o+AtTH8r23V1SRMRflvwNivJM3eNX0LRjhW9PzdxK6/s/YGqmVtMOFzphJidvyCSIKTmI9unT5mZPAaY3G5EocWAbrCpZSyiuLgx6sMK3p2ZuZUrGFrzAlIwtek8IEwofcvIat/Mtu+46alJYAOjNRiSKLHwYPCWT2c+5HZJTy75V+l5Qnt4TwoPCh/jHgHshsYGp18yEPWsC8jJ6sxGJIjs+gU3vm7puUxM+SlT1XlBK7wmhT+FD/COpIQy4r2TDCwv+CF6vX19CbzYiUcTjho/KnWIZ/CdIqAcc/72glN4TQpvCh/hP799Awzam3vkJbPbfksd6sxGJMmtmQtY6U6d2ge6/BKr3XlBK7wmhS+FD/Cc23lx6W2rBn6C46KSfVm82IlGmMA8WlXsvGf5XiHEC8GQ13wtK1fTxEhwKH+JfHS+CVuea+qft8OVLJ/2UerMRiTLLnjSX7oO5lL/cgmJ3Da3Z0g01fbwEh8KH+JfDAcP/ApTcZG7xZMg/cFJPqTcbkShycBd89qypY+IqLSg2YXB7Jlbz//GJQzswYXDk3nE7nCl8iP+l9Sg7P8uRnJO+9FZvNiJRJONhcBea+uxboVHbSg+pznuC3gtCm8KHBMbghyA+2dSrpsPedSf1dHqzEYkCu1bAxrdNndQY+t9zzIce7z1B7wWhT+FDAiO5GQwofePwwvz7T/rSW73ZiEQwjxvm/d63PehBSKx/3D9S1XuC3gvCg8KHBE7fW32X3n73KWycc9JPqTcbkQj11SuQtd7UzbpAzxuq9cdK3xMc6L0gnCh8SODEJsDwyb7tBX+CooKTflq92YhEmIKfILPcpbUjnyi7tLY6Jgxuz47HL9J7QRhR+JDA6jAc2g0xde738NlUvzyt3mxEIsjHf4XDP5m68+XQ6hy7/UjAKXxIYDkc5uhH6V1vlz0JP39ntycRCR1ZG3zrAcXVhWGPHv/xEhEUPiTwmnSAPr81dfGRivdrEJHo5fXCh/eC12O2+98NKWl2e5KgUPiQ4Bh4P9RrZupN78OWBXb7ERH7Nr5tJqODmZzeb7zdfiRoFD4kOBJTYFi5xcY+vBdcR+z1IyJ2FebBR3/0bV/4uJmkLlFB4UOCp8sVvvu+/LzDb5NPRSQMLX4c8vaYuv1wMzldoobChwSPwwEj/wGOkkvoPvk/TT4ViUbZG2HFc6aOTYQRf7PbjwSdwocEV7MzzeJjYCafzn/Abj8iElxeL3xwN3jdZvv8u6Fha7s9SdApfEjwlZ98uvkD2PKR3X5EJHjWvg67lpu6YVs4Z4LdfsQKhQ8JvqMnn877vV9WPhWREFfwk1npuNTIv0Ncor1+xBqFD7GjyxXQur+pD+6CJTrnKxLxFj0KBQdMfeYoaDfYajtij8KH2OFwwEVTwBlvtpc/C9lf2+1JRALn+y/hy5dNHV8PLpx8/MdLRFP4EHsat4fzJpraUwzv3wkej9WWRCQA3C54bwLgNdsD79dKplFO4UPsOu8uM+kMYPdKc1ttEYksy5+FfRtNndoF+t5mtx+xTuFD7IpLhF886dte+DAc2mevHxHxr592wOKSOV2OGLh4Kjhj7fYk1il8iH1tBkDXq0x9JEc3nhOJFF4vfDARig+b7T6/hVPPstuThASFDwkNw/4CiQ1MvX42bF1otR0R8YP1b8H2RaZOaQEX/MFuPxIyFD4kNNRrUnHtj/fvNDeeEpHwVPATzL/ft33RPyAh2V4/ElIUPiR09LgOWg8wdc5uyHzUbj8iUnsL/uhb0+OMS+D0EXb7kZCi8CGhw+GAi5+G2Dpm+/MXYffndnsSkZrbthDWvGbqhBQY8YTdfiTkKHxIaGnYutx5YS+8Ox6KC622JCI1UJgHc+/0bQ97FFKaW2tHQpPCh4SevrdBWg9TH9gMn/yf3X5EpPoWTjKnTcGcRj1rrN1+JCQpfEjoccbCJc9CTMlaAJ9MgeyNdnsSkRPb+Sl88S9TxyXBJVPN6VSRoyh8SGhK7WxWPwXwuOCd28wSzSISmooK4L3xvu3BD8Epp1lrR0KbwoeErv73QJOOpt67FpY9ZbUdETmOxX+Fn741dYs+0OcWu/1ISFP4kNAVmwCj/gkOp9le8jfI2mC3JxGpbPfnsHyaqZ0JcOk0iHHa7UlCmsKHhLZTe8J5d5pap19EQk9RAcy5Fbwld6QeeB806WC3Jwl5Ch8S+gbcB03PNHXWOjMBVURCQ+af4aftpj61F5xzh91+JCwofEjoO/r0y9InYO86uz2JCOxYCiufM3VsIlz2vO5YK9Wi8CHhIa1Huatfis3pFy0+JmJPYR68M863PfhhaNzeXj8SVhQ+JHwMuBeadjJ19gb4+C92+xGJZh/9AXJ2mbrVedD3Vrv9SFhR+JDwEZsAo18AZ7zZ/nSqWdRIRIJrawZ89Yqp4+rCqGkQo48TqT79tkh4Se0CF/yxZMNrZtkfybXakkhUyT8A7/zOtz38L1pMTGpM4UPCT7/x0OpcU+fsgvn32+1HJFp4vfDe7ZC/z2y3Gwo9b7DakoQnhQ8JPzFOGPUcxCeb7TWvwdfv2e1JJBqsmg6b55k6qXHJVWi6d4vUnMKHhKdTWsHIJ3zbc++AvCx7/YhEugPb4KMHfduXPgv1mtrrR8KawoeEr27XwBkXm/rwTzDnt+Dx2O1JJBK5XfD2b8BVYLZ73ginj7Dbk4Q1hQ8JXw4H/OJpSG5utr9dDJ9NtdqSSERa/DjsWW3qRu3MJFORk6DwIeGtbiMY/SJQct550aPw/SqrLYlElB1L4ZP/M3VMLIz+F8TXtduThD2FDwl/rfvD+RNN7SmG/92ky29F/CH/APzvZsBrtgc9CKeeZbUliQwKHxIZBj4ALXqb+ucdMO/3dvsRCXcej1lH51DJRO42A+Hcu6y2JJFD4UMigzMOxvwbElLM9rpZsOZ1uz2JhLMV02BbhqnrNoHLXtQqpuI3+k2SyHHKafCLJ33bH0yE/ZuttSMStr5fBQsf8W1f9gIkN7PWjkQehQ+JLF0uhx6/MrWrAN4cC0X5dnsSCSdHcuCtG838KTB3k2432G5PEnEUPiTyjHjCd/fb/d/AB5r/IVItXq+5b8vB78x2i94w6A92e5KI5Pfw8cgjj+BwOCp8dezY0d8vI3Js8Ulw5SsQX89sr50Jq2fY7UkkHCx/Fja9b+rE+jDmJTOfSsTPAnLko1OnTuzdu7fsa9myZYF4GZFja9weLn7at/3B3ZC90V4/IqHuu+WQ8bBve/S/zG0MRAIgIOEjNjaW1NTUsq/GjRsH4mVEjq/L5dDr16YuPgJvXq/1P0SqcmgfzL4BvG6zff7d0GG41ZYkssUG4km3bt1KWloaiYmJ9OvXj8mTJ9OyZcsqH1tYWEhhYWHZdm6u+XBwuVy4XK5AtBcRSsdGY3QCg/9M7O4vcGSvhx+34ZlzK+4xL4PjxLlbYxx4GuPAO+EYe4pxzr6RmJL1PDynnY/7vHtBP5Nq0e+wT03GwOH1er3+fPEPP/yQQ4cOcfrpp7N3714mTZrEDz/8wIYNG0hOTq70+EceeYRJkyZV2j9z5kySkpL82ZpEqaTCbAZsfph4t7kp1tfNr2Br6sWWuxIJDWfsmU2H7LkAHIltwOKOj1IYV99yVxKOCgoKuPbaa8nJySElJeW4j/V7+DjawYMHadWqFVOmTOGmm26q9P2qjnykp6dz4MCBEzYfzVwuFxkZGQwdOpS4OE0IOxHHtoU4Z12DAy9eHLivnoW37QXH/TMa48DTGAfe8cbY8c17xL5tTk16HU7cv3oXb/rZNtoMW/od9snNzaVx48bVCh8BOe1SXoMGDejQoQPbtm2r8vsJCQkkJCRU2h8XFxf1P8jq0DhV0xkjzCWDHz+GAy+x79wCv11iFiY7AY1x4GmMA6/SGGd/DXNvL9t0DHuM2DbnW+gsMuh3mBr9/QO+zsehQ4fYvn07zZs3D/RLiRzf+XfD6SNNfeQgzLoOigqstiRiRcFP8MY14CpZgK/rVXD2bXZ7kqji9/Dx+9//niVLlrBz504+++wzLrvsMpxOJ9dcc42/X0qkZmJi4LLnoWFbs521Ht4bbxZWEokWHre58/PPO812827msnSHw2pbEl38Hj6+//57rrnmGk4//XSuvPJKGjVqxIoVK2jSpIm/X0qk5hLrw9UzIa6u2d7wP/jk/+z2JBJMmZNg+yJTJzWGq16DuDp2e5Ko4/c5H2+88Ya/n1LEv5p2hDH/gjd+CXhh0aPQ5HQ4Q1fASIRb9yZ8WrL4nsNpVgJukF6jp5iauZUnM7Zw19AOTBjcPgBNSjTQvV0kOnW8CAb/ybf99m8haz1TM7fS+v4PmJq51V5vIgHg2L0S3h3n23HhZDjtvBo9x9TMrUzJ2IIXmJKxRf+fSK0F/GoXkZB13kTY9w2snw2ufHJfvpxXch7GS32mZGzB7XbTxnaPIn5Qp3A/zrcmgrvI7Oh5I/S5pUbPURo8yivd1hEQqSkd+ZDo5XDAJc9A2lkApBRm8UL8kyRg3qCfXrSdj77XJDwJc4V5nP3tFBwFB8x26wEw8u81mmBaVfAopSMgUhsKHxLd4urwUou/kOU9BYBeMVv4R9zzOPAAMG+3k2c/3m6zQ5HacxfjnHMzKUd+MNuN2pl5HjW4U+3xgkcpBRCpKYUPiWpTM7fy6NKf+U3R3RR4zWJ3FztXcE/sm2WPeXrRdr2xSvjxeuGjB4jZvtBsJjaAa9+EOqdU+ymqEzxKKYBITSh8SNQq/8a6wduG213jcXvNoejfxb7HNc7MssfqjVXCzmdT4fMXAfDgxH35dGjUtkZP8WQ1g0dtHy/RS+FDotbRb5SZnp48Ujy2bPvR2JcZELP2mI8XCVnrZkPGQ2Wba1r+Gm+rml3ZAnDX0A4BfbxEL4UPiVpVvVH+1z2MfxWbJdhjHR6mxT1NJ8fOYz5eJOTsWArv+JZKdw94gN2NanfPlgmD2zOxmr/3E7Xuh9SAwodErWO9sf61+FrmufsAUM9xhOnxjzPpvDp6Y5XQl73RLJ7ncZnts8biOXfiST1ldQKIgofUlMKHRLWq3li9xHCX63d86TH7mzhyGbv9LsjLstGiSPUc3AUzLofCXLPdfjhcNMUv92w5XgBR8JDaUPiQqFfVG2sh8fy66Pf84Gxhdvy807yxHz4Y9P5ETujQPnh1FOTtMdtpZ8EVL4PTf+tIVvX/iYKH1JbChwhVv7HeeEE3NnT8Pd76Jfe+yF4Pb1wLrsMWOhQ5hsMHYcZo+KlkPZpG7cwltfF1/f5Spf+fOFDwkJOj8CFS4ug31vGD2nIkviHF18yGpEbmQd99CrNvBLfLaq8iABQVwOtXQ9Z6s53SAn71DtQL3F3EJwxuz47HL1LwkJOi8CFSTpVvrI3awS/fgvh6ZnvLh/D2zeAuttOkCEBxEbx5PexabraTGsH179T4LrUiNih8iFTHqWfB1TPBaVZBZeMcc4dQj8duXxKd3C54+zewLcNsJ6TAdW9DYx2NkPCg8CFSXW0GwNWvQUzJfTHWvQEf3GWWsRYJFncxvH0LfP2u2Y5NhGvegLTuVtsSqQmFD5GaaD/UXEXgcJrtVdNh/v0KIBIcHje8cytsfNtsO+NNID7tXLt9idSQwodITZ1xMYx+ERwl//usfB7mP6AAIoHlccM7v4P1s812TBxc9Rq0G2K3L5FaUPgQqY0ul8Mlz/q2Vz4H8+7RHBAJDI8b3ptgTvVBSfD4L3QYZrcvkVpS+BCprR6/hEunASUrSH7xLzMHRAFE/Mntgjm/hTUzzHZMrDn1d/oIu32JnASFD5GT0eM6uOwF3ymYVdNh7u3mX6oiJ6u4EGbfUO5USyyMecmc+hMJY/5be1ckWnW7CmKc5goErxtWzzAfGqOeA2ec7e4kXLkOw6xf+S6ndcbDla/qiIdEBB35EPGHLpfD5f8x/zIF8y/VN641K1CK1FThIXjtCl/wiK0D185S8JCIofAh4i+dRsFVM3wLkW1dYO65oZvRSU0c2g+v/AJ2fmK24+vBdf+DthfY7UvEjxQ+RPzp9BHwq7chPtls71oO0y+CvGy7fUl4+GkH/GcY7FltthPrw/Xvah0PiTgKHyL+dtp5cOMHkNTYbGdvMB8oB7bZ7UtC29618NIw+Olbs51yKvz6I2jRy25fIgGg8CESCM27mQ+O+iU3+fp5J7w0BL5bbrUtCVHfLoGXL4L8fWa78elw0wJoeobdvkQCROFDJFAatzMBpGkns334Z3j1Elj/lt2+JLSsesXMDSrKM9vpfeHX86F+C7t9iQSQwodIINU/1XyQlE4WdBfB/26CT/5Py7FHO48bFvwR5k4AT7HZd/pIM8cjqaHd3kQCTOFDJNASU+DaN+Gs6337Mv9s7tPhOmKvL7Gn8BDMug4+e8a37+xx5mqpuDr2+hIJEoUPkWBwxsHFU2HwQ759a2fC9JGQu8deXxJ8B3fByxfC5nlm2+GEi6bAhX81i9WJRAGFD5FgcTjg/LvhiukQl2T2/bAKXhwIuz+32ZkEy/ZF8MIAyFpvthPqw3VvQe+b7PYlEmQKHyLB1umykithWprtQ9lmLZBVr2geSKTyemHZkzBjDBz+yew7pTX8JkOLh0lUUvgQsaF5V7jlYzjtfLPtLjITD9+5DYry7fYm/lWYB29eDwsfAW/JHY/bD4dbFkOT0212JmKNwoeILXUbw6/mQJ/f+vatfR1eHAT7vrHXl/jPntXwQn/45r2SHQ4Y+CBc8wbUaWCzMxGrFD5EbHLGwcgnzG3S4+uZfQc2w78ugDUz7fYmtef1wvJp8O+hvhVLE+ubm8MNvA9i9NYr0U3/B4iEgi6Xwy1LoFlns+0qMKdg3rrJLE4m4SP/AMy8Ej56EDwusy/tLHOapcNwq62JhAqFD5FQ0bgd/GYh9LzBt2/DW/DPc2D7x9bakhrYPB+eO8fc0bjUORPMBOOGbez1JRJiFD5EQklcHbj4abj8P+YwPUDeHvjvKPjwPnAdttqeHMORHLNo3OtXmauXAOo2gev+B8Mehdh4u/2JhBiFD5FQ1HkM3LYc2gz07Vv5PDx/HuxcZq0tqcK2TPhnP1jzmm9fu6Fw66fQboi9vkRCmMKHSKiqfypcNwdGPAGxiWbfj9vMmiDvTYDDB622F/XyD5ijHTNGQ+4PZl98MlzyLPxyNiQ3s9ufSAhT+BAJZTEx0Pe38Nul0KK3b/9Xr8C0PrDxHS1MFmweD3z1Kjzbq+LRjjYD4XfL4axfmdVsReSYFD5EwkGT082kxRF/912SeygbZo+F/14G+zYF5GWnZm6l9f0fMDVza0CeP+xkb4SXR8B7t/uuQkqoD794En71DjRIt9qeSLhQ+BAJFzFO6HsLjFsJHUb49n/7sbnC4sP7/HpZ7tTMrUzJ2IIXmJKxJboDyKF9MPcOM+dm9wrf/i5XwPgvoNevdbRDpAYUPkTCTf0WcM3rcOV/ffeH8brNhNRnesLKF6G46KReojR4lBeVAcR1GJb+A6b2gFXTfcujN2xrjnSM+bfmdojUgsKHSDhyOODMS2D85zDoj7675Bb8CB/eA8/2NCuketw1fuqqgkepcA4gNTqFVFxkwsYzvWDRo1B0yOyPT4bBD8Ftn0HbQQHtVySSKXyIhLO4OjDgHnPov/Plvv0Hd5kVUv/ZDzbOqXYIOV7wKBWOAaTap5DcLnN34Wd7mtMsud+b/Y4Yc2plwmo4/26ISwxa7yKRKNZ2AyLiB/VbwOUvwTnjYdFjsG2h2X9gM8y+ARq1MyttdrsaYhOqfIrqBI9SpY+bMLi9P7oPqGOdQoJy/bsOw9o3zG3vD35X8QnaD4Ohf4amZwSjXZGooPAhEknSephVNXd+Cpl/9k2O/HEbzJ0AH/8V+v0Ozhpb6a6qT1YzeJR/fKiHjxOdQqpT9CM3Jy6CL/5tTlmV124IDLgf0ntX+edFpPYUPkQi0Wnnwq/nw/ZF5l/zOz8x+w9lQcZD8PFk6DIGet0Ep54FwF1DO1T7yEfp40PZsYOHlx6ObVzjXMSlKz4FR3HFb7e9AAY+AOl9gtKnSDRS+BCJVA4HtBtsvr5fBZ8+Cd+8D3ih+DCsnmG+0nrAWWOZ0O9SoHoBZOLQDiFx1GNq5laezNjCXUf1U1XwOIVcRjuXcZXzYzrE/FDhe26HE2fn0dBvnBkPEQkohQ+RaNCiJ1w1Aw5shc//BWtfh8Jc8709q83XvHuY0H4Y7bufx51rmlNI1TdDC6XgURowjp7DUXoKKYV8Bsd8xUjnSgbErCXeUXHiba43iZnuwbxaPIzPxlwfxO5FopvCh0g0adweRj4BQx6G9W/Bly/B3rXmex4XbP6AEXzA4LpJZBZ1YpGnB4vd3dlPAyA0g0epsgDSuy7/6vINjk3vc37MukqBA+Bzz+nMKh7EPE8fDpPIxBA/hSQSaRQ+RKJRfF3oORbOuh72rjFBZP1bZk4IEO8uYITzC0Y4v4A4WOtpQ1GrAfRuGQ9HmkJifWutHx08kingrJitnB+zjvOXrIdPvmcIgLPin8v2NmCO+zxmuwew3Xtq2f5QCVQi0UThQySaORxmjkNaD3M56c5lsH42bJ5X4eqPbjHfwu5v4bWXzZoXzTpB+tmQ2gWadTaXocYnBbzd5xasJePjpVzt3EkPxzZ6xGylnWMPMY6qb653KL4JswvO4gN3X1Z5O+A9amkjBQ8ROxQ+RMSIcUKbAebL44YfvoIt82HLR5C93vc4rwey1puvMg5o1BYatoEGLX1fyc0hsQHUOcVc2nuMNUbwes1aG0X5cPgg5O01X7l7zH8PbCXv+w3cVpjNbcd4CgC318E6b1uWerrSvOdFXHnpaPI+3s6XVUyiVfAQsUfhQ0Qqi3Ga9S3Se8PgP0FeFnz3GexaDt8th+wNQPmjDV6zlsiP247/vLGJEBMLDic4HMTGOBl5pIDYNYW++6YcQ3IV+1xeJ994W7LG047lnjP5zNOJHMxdfx0r4crLYsoCRvlTNQoeInYpfIjIiSWnQufR5gvM0Yms9SaEZG+ArA2wfxMUHzn+8xz1fQcQV80WjsQms7EolW2eU9nqPZXVnnZs8LY+5lU55dchKX8VzNGX5YpI8AUsfEybNo2///3vZGVl0a1bN5555hn69NGiPSIRoU4DaH2++Srl8UD+fnNfmYPfma/8AyaoHP4ZjhyEwjzwFJujHB43Xo+bQ0eKqHtKM2IS6kF8PUioZ8JOcpr5b0oanNKaxHpN+XTRtlqvQzJhcHuFDpEQEZDwMWvWLCZOnMjzzz9P3759eeqppxg+fDibN2+madOmgXhJEbEtJsbcXj65WbWXJC92uVg0bx4jR44kJu7Ex0CqOoVyNJ1SEQl9Abmr7ZQpU7j55pu58cYbOfPMM3n++edJSkriP//5TyBeTkSiyITB7Y+5LoeCh0h48PuRj6KiIlatWsUDDzxQti8mJoYhQ4awfPnySo8vLCyksLCwbDs316y66HK5cLlc/m4vYpSOjcYocDTGgVfbMb6t/2m43W6eXrS9bN8dF7Tltv6n6ed1FP0eB5bG16cmY+D38HHgwAHcbjfNmjWrsL9Zs2Zs2rSp0uMnT57MpEmTKu1fsGABSUmBXzcg3GVkZNhuIeJpjAOvNmPcBhiZ7mDe7hhGpntoc3gz8+Zt9n9zEUK/x4Gl8YWCgoJqP9b61S4PPPAAEydOLNvOzc0lPT2dYcOGkZKSYrGz0OZyucjIyGDo0KHEVeNcudScxjjwTnaMRwJP+7+tiKLf48DS+PqUnrmoDr+Hj8aNG+N0OsnOzq6wPzs7m9TU1EqPT0hIICGh8qpBcXFxUf+DrA6NU+BpjANPYxx4GuPA0vhSo7+/3yecxsfH07NnTzIzM8v2eTweMjMz6devn79fTkRERMJMQE67TJw4kbFjx9KrVy/69OnDU089RX5+PjfeeGMgXk5ERETCSEDCx1VXXcX+/ft56KGHyMrKonv37syfP7/SJFQRERGJPgGbcDp+/HjGjx8fqKcXERGRMBWQRcZEREREjkXhQ0RERIJK4UNERESCSuFDREREgsr6CqdH83q9QM1WSotGLpeLgoICcnNzo35hm0DRGAeexjjwNMaBpfH1Kf3cLv0cP56QCx95eXkApKenW+5EREREaiovL4/69esf9zEOb3UiShB5PB727NlDcnIyDofDdjshq/QeOLt379Y9cAJEYxx4GuPA0xgHlsbXx+v1kpeXR1paGjExx5/VEXJHPmJiYmjRooXtNsJGSkpK1P/CB5rGOPA0xoGnMQ4sja9xoiMepTThVERERIJK4UNERESCSuEjTCUkJPDwww+TkJBgu5WIpTEOPI1x4GmMA0vjWzshN+FUREREIpuOfIiIiEhQKXyIiIhIUCl8iIiISFApfIiIiEhQKXxEmMLCQrp3747D4WDNmjW224kIO3fu5KabbqJ169bUqVOHtm3b8vDDD1NUVGS7tbA2bdo0TjvtNBITE+nbty+ff/657ZYixuTJk+nduzfJyck0bdqUUaNGsXnzZtttRbTHH38ch8PBnXfeabuVsKDwEWHuvfde0tLSbLcRUTZt2oTH4+GFF15g48aNPPnkkzz//PM8+OCDtlsLW7NmzWLixIk8/PDDfPXVV3Tr1o3hw4ezb98+261FhCVLljBu3DhWrFhBRkYGLpeLYcOGkZ+fb7u1iPTFF1/wwgsv0LVrV9uthA+vRIx58+Z5O3bs6N24caMX8K5evdp2SxHriSee8LZu3dp2G2GrT58+3nHjxpVtu91ub1pamnfy5MkWu4pc+/bt8wLeJUuW2G4l4uTl5Xnbt2/vzcjI8A4YMMB7xx132G4pLOjIR4TIzs7m5ptv5r///S9JSUm224l4OTk5NGzY0HYbYamoqIhVq1YxZMiQsn0xMTEMGTKE5cuXW+wscuXk5ADodzYAxo0bx0UXXVTh91lOLORuLCc15/V6ueGGG7j11lvp1asXO3futN1SRNu2bRvPPPMM//jHP2y3EpYOHDiA2+2mWbNmFfY3a9aMTZs2Weoqcnk8Hu68807OPfdcOnfubLudiPLGG2/w1Vdf8cUXX9huJezoyEcIu//++3E4HMf92rRpE8888wx5eXk88MADtlsOK9Ud3/J++OEHLrzwQq644gpuvvlmS52LVN+4cePYsGEDb7zxhu1WIsru3bu54447eO2110hMTLTdTtjR8uohbP/+/fz444/HfUybNm248sormTt3Lg6Ho2y/2+3G6XTyy1/+kldeeSXQrYal6o5vfHw8AHv27GHgwIGcffbZTJ8+nZgYZffaKCoqIikpibfeeotRo0aV7R87diwHDx7k3XfftddchBk/fjzvvvsuS5cupXXr1rbbiSjvvPMOl112GU6ns2yf2+3G4XAQExNDYWFhhe9JRQofEWDXrl3k5uaWbe/Zs4fhw4fz1ltv0bdvX1q0aGGxu8jwww8/MGjQIHr27MmMGTP0pnKS+vbtS58+fXjmmWcAc2qgZcuWjB8/nvvvv99yd+HP6/Vy++23M2fOHBYvXkz79u1ttxRx8vLy+O677yrsu/HGG+nYsSP33XefTnGdgOZ8RICWLVtW2K5Xrx4Abdu2VfDwgx9++IGBAwfSqlUr/vGPf7B///6y76WmplrsLHxNnDiRsWPH0qtXL/r06cNTTz1Ffn4+N954o+3WIsK4ceOYOXMm7777LsnJyWRlZQFQv3596tSpY7m7yJCcnFwpYNStW5dGjRopeFSDwofICWRkZLBt2za2bdtWKczpwGHtXHXVVezfv5+HHnqIrKwsunfvzvz58ytNQpXaee655wAYOHBghf0vv/wyN9xwQ/AbEjmKTruIiIhIUGnGnIiIiASVwoeIiIgElcKHiIiIBJXCh4iIiASVwoeIiIgElcKHiIiIBJXCh4iIiASVwoeIiIgElcKHiIiIBJXCh4iIiASVwoeIiIgElcKHiIiIBNX/AwxiwtevUwUsAAAAAElFTkSuQmCC", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjkAAAGdCAYAAADwjmIIAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAABGe0lEQVR4nO3dd3wUdf7H8demAxKqJEQCRIp0RBAMoCIloYgiHDZURCzHjxwlHioWRD1FUVFQFDkL5x0o4J2oiEAMStFQJVJEQEQBIQlKCQRINtn5/TFkQwRCAtmd3dn38/HYh/Od/e7OZ7/E7DtTvuMwDMNARERExGaCrC5ARERExBMUckRERMSWFHJERETElhRyRERExJYUckRERMSWFHJERETElhRyRERExJYUckRERMSWQqwuwEoul4u9e/dSuXJlHA6H1eWIiIhIKRiGwZEjR4iJiSEo6Oz7awI65Ozdu5fY2FiryxAREZHzsHv3burUqXPW5wM65FSuXBkwBykyMtJj23E6nSxevJiEhARCQ0M9tp1ApjH2Do2z52mMvUPj7HmeHOPs7GxiY2Pd3+NnE9Ahp/AQVWRkpMdDTsWKFYmMjNT/TB6iMfYOjbPnaYy9Q+Psed4Y43OdaqITj0VERMSWFHJERETElhRyRERExJYUckRERMSWFHJERETElhRyRERExJYUckRERMSWFHJEREQC2JTU7cQ98jlTUrdbXUq5C+jJAEVERALZlNTtTErZBuD+74hujawsqVxpT46IiEgAOjXgFJqUss1We3QUckRERALMmQJOITsFHYUcERGRAFJSwClkl6CjkCMiIhIgShNwCtkh6CjkiIiIBIhXShlwzre/r1HIERERCRCjezT2aH9fo5AjIiISIEZ0a0RyKYNLco/Gfn85uUKOiIhIAClN0LFDwAGFHBERkYBTUtCxS8ABhRwREZGAdKagY6eAA7qtg4iISMAqDDSvpGxjtM0CDijkiIiIBLQR3RrZLtwU0uEqERERsSWFHBEREbElhRwRERGxJYUcERERsSWFHBEREbElhRwRERGxJYUcERERsSWFHBEREbElhRwRERGxJYUcERERsSWFHBEREbElhRwRERGxJYUcERERsSWFHBEREbElhRwRERGxJYUcERERsSWFHBEREbGlMoWcCRMmcOWVV1K5cmVq1apFv3792Lp1a7E+J06cYPjw4dSoUYOLLrqIAQMGkJmZWazPrl276NOnDxUrVqRWrVqMGTOG/Pz8Yn2+/vprrrjiCsLDw2nYsCEzZsw4rZ6pU6dSv359IiIi6NChA6tXry7LxxEREREbK1PIWbp0KcOHD2flypWkpKTgdDpJSEggJyfH3Wf06NF89tlnzJ07l6VLl7J371769+/vfr6goIA+ffqQl5fHt99+y7/+9S9mzJjBuHHj3H127txJnz59uO6660hPT2fUqFHce++9LFq0yN1n9uzZJCcn8+STT/Ldd9/RunVrEhMTycrKupDxEBEREbswLkBWVpYBGEuXLjUMwzAOHTpkhIaGGnPnznX32bJliwEYaWlphmEYxoIFC4ygoCAjIyPD3efNN980IiMjjdzcXMMwDOOhhx4ymjdvXmxbt9xyi5GYmOhut2/f3hg+fLi7XVBQYMTExBgTJkwodf2HDx82AOPw4cNl+NRll5eXZ8ybN8/Iy8vz6HYCmcbYOzTOnqcx9g6Ns+d5coxL+/0dciEB6fDhwwBUr14dgHXr1uF0Ounevbu7T5MmTahbty5paWlcddVVpKWl0bJlS6Kiotx9EhMTGTZsGJs3b6ZNmzakpaUVe4/CPqNGjQIgLy+PdevWMXbsWPfzQUFBdO/enbS0tLPWm5ubS25urrudnZ0NgNPpxOl0nuconFvhe3tyG4FOY+wdGmfP0xh7h8bZ8zw5xqV9z/MOOS6Xi1GjRtGpUydatGgBQEZGBmFhYVStWrVY36ioKDIyMtx9Tg04hc8XPldSn+zsbI4fP87BgwcpKCg4Y58ff/zxrDVPmDCBp5566rT1ixcvpmLFiqX41BcmJSXF49sIdBpj79A4e57G2Ds0zp7niTE+duxYqfqdd8gZPnw4mzZtYsWKFef7Fl43duxYkpOT3e3s7GxiY2NJSEggMjLSY9t1Op2kpKTQo0cPQkNDPbadQKYx9g6Ns+dpjL1D4+x5nhzjwiMx53JeIScpKYn58+ezbNky6tSp414fHR1NXl4ehw4dKrY3JzMzk+joaHefP18FVXj11al9/nxFVmZmJpGRkVSoUIHg4GCCg4PP2KfwPc4kPDyc8PDw09aHhoZ65YfcW9sJZBpj79A4e57G2Ds0zp7niTEu7fuV6eoqwzBISkri448/ZsmSJcTFxRV7vm3btoSGhpKamupet3XrVnbt2kV8fDwA8fHxbNy4sdhVUCkpKURGRtKsWTN3n1Pfo7BP4XuEhYXRtm3bYn1cLhepqanuPiIiIhLYyrQnZ/jw4cyaNYtPPvmEypUru8+hqVKlChUqVKBKlSoMHTqU5ORkqlevTmRkJH/729+Ij4/nqquuAiAhIYFmzZpx5513MnHiRDIyMnj88ccZPny4ey/LX//6V15//XUeeugh7rnnHpYsWcKcOXP4/PPP3bUkJyczePBg2rVrR/v27Xn11VfJyclhyJAh5TU2IiIi4sfKFHLefPNNALp06VJs/Xvvvcfdd98NwCuvvEJQUBADBgwgNzeXxMRE3njjDXff4OBg5s+fz7Bhw4iPj6dSpUoMHjyYp59+2t0nLi6Ozz//nNGjRzN58mTq1KnD22+/TWJiorvPLbfcwv79+xk3bhwZGRlcfvnlLFy48LSTkUVERCQwlSnkGIZxzj4RERFMnTqVqVOnnrVPvXr1WLBgQYnv06VLF9avX19in6SkJJKSks5Zk4iIiAQe3btKREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREbEkhR0RERGxJIUdERERsSSFHREREyl3Q4seofWgNGIZlNYRYtmURERGxp5+XErzmLdoDrnl74OYZlpShPTkiIiJSfgryYeFYd9N16XWWlaKQIyIiIuXnu39B1mYADlWoj9HqVstKUcgRERGR8nH8ICz5h7u5oc6d4LAuauicHBERESkfX78Axw8A4Go+gINhjSwtR3tyRERE5MJl/Qirp5vLoRUp6PqktfWgkCMiIiIXyjBg0aNgFJjtzqMhMsbamlDIERERkQu1fTHsSDWXq8RCx79ZW89JCjkiIiJy/vJzi10yTo+nIbSCdfWcQiFHREREzt/KN+HADnO5bkdofpO19ZxCIUdERETOT/Y+WPai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Otp48cUX3esOHTpkhIeHGx988IHH69GeHA/Jy8tj3bp1dO/e3b0uKCiI7t27k5aWZmFl9nb48GEAqlevbnEl9jN8+HD69OlT7Gdays+nn35Ku3btGDhwILVq1aJNmzb885//tLosW+nYsSOpqals27YNgO+//54VK1bQq1cviyuzr507d5KRkVHs90aVKlXo0KGDV74LA/oGnZ70+++/U1BQQFRUVLH1UVFR/PjjjxZVZW8ul4tRo0bRqVMnWrRoYXU5tvLhhx/y3XffsWbNGqtLsa2ff/6ZN998k+TkZB599FHWrFnDiBEjCAsLY/DgwVaXZwuPPPII2dnZNGnShODgYAoKCnj22WcZNGiQ1aXZVkZGBsAZvwsLn/MkhRyxjeHDh7Np0yZWrFhhdSm2snv3bkaOHElKSgoRERFWl2NbLpeLdu3a8dxzzwHQpk0bNm3axLRp0xRyysmcOXOYOXMms2bNonnz5qSnpzNq1ChiYmI0xjalw1UeUrNmTYKDg8nMzCy2PjMzk+joaIuqsq+kpCTmz5/PV199RZ06dawux1bWrVtHVlYWV1xxBSEhIYSEhLB06VKmTJlCSEgIBQUFVpdoC7Vr16ZZs2bF1jVt2pRdu3ZZVJH9jBkzhkceeYRbb72Vli1bcueddzJ69GgmTJhgdWm2Vfh9Z9V3oUKOh4SFhdG2bVtSU1Pd61wuF6mpqcTHx1tYmb0YhkFSUhIff/wxS5YsIS4uzuqSbKdbt25s3LiR9PR096Ndu3YMGjSI9PR0goODrS7RFjp16nTa9Afbtm2jXr16FlVkP8eOHSMoqPjXXnBwMC6Xy6KK7C8uLo7o6Ohi34XZ2dmsWrXKK9+FOlzlQcnJyQwePJh27drRvn17Xn31VXJychgyZIjVpdnG8OHDmTVrFp988gmVK1d2H+OtUqUKFSpUsLg6e6hcufJp5zhVqlSJGjVq6NyncjR69Gg6duzIc889x80338zq1auZPn0606dPt7o02+jbty/PPvssdevWpXnz5qxfv55JkyZxzz33WF2aXzt69Cg//fSTu71z507S09OpXr06devWZdSoUfzjH/+gUaNGxMXF8cQTTxATE0O/fv08X5zHr98KcK+99ppRt25dIywszGjfvr2xcuVKq0uyFeCMj/fee8/q0mxNl5B7xmeffWa0aNHCCA8PN5o0aWJMnz7d6pJsJTs72xg5cqRRt25dIyIiwrj00kuNxx57zMjNzbW6NL/21VdfnfH38ODBgw3DMC8jf+KJJ4yoqCgjPDzc6Natm7F161av1OYwDE31KCIiIvajc3JERETElhRyRERExJYUckRERMSWFHJERETElhRyRERExJYUckRERMSWFHJERETElhRyRERExJYUckRERMSWFHJERETElhRyRERExJYUckRERMSW/h9Tedge0xB8CgAAAABJRU5ErkJggg==", "text/plain": [ "
" ] @@ -119,7 +121,7 @@ "m = np.vstack((x**2, x, np.ones(11))).T\n", "s = np.linalg.lstsq(m, y, rcond = None)[0]\n", "\n", - "x_prec = np.linspace(-5, 5, 101)\n", + "x_prec = np.linspace(0, 10, 101)\n", "\n", "plt.plot(x, y,'D')\n", "plt.plot(x_prec, s[0] * x_prec**2 + s[1] * x_prec + s[2], '-', lw=2)\n", @@ -135,12 +137,12 @@ }, { "cell_type": "code", - "execution_count": 482, + "execution_count": 407, "metadata": {}, "outputs": [ { "data": { - "image/png": "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uSdNmmSwq8i1d+9eN+BetGiR6VYizuHDh93t2rVzZ2RkuM8991z3PffcY7qlsKAjHxFiz5493Hrrrbz99tskJiaabifi5eTk0KBBA9NthKWCggJWrVrF0KFDS2p2u52hQ4eyfPlyg51FrpycHAD9zAbAuHHjOO+88yw/z3JiIXdjOak+t9vNjTfeyO23306PHj3YunWr6ZYi2qZNm3jhhRf4+9//brqVsLR//36KiopISUmx1FNSUli3bp2hriKXy+Xi3nvvpV+/fnTu3Nl0OxHlvffe47vvvuPbb7813UrY0ZGPEPbQQw9hs9kq/Vi3bh0vvPAChw8f5uGHHzbdclip6viWtXPnTkaOHMlll13GrbfeaqhzkaobN24ca9as4b333jPdSkTZvn0799xzD++++y61atUy3U7Y0fLqIWzfvn0cOHCg0n3atGnD5ZdfzmeffYbNZiupFxUVERMTwzXXXMNbb70V6FbDUlXHNy4uDoBdu3YxcOBA+vTpw7Rp07Dbld1roqCggMTERD744APGjh1bUr/hhhs4dOgQn3zyibnmIsz48eP55JNPWLx4Ma1btzbdTkSZOXMmF110ETExMSW1oqIibDYbdrud/Px8y2NipfARAbZt20Zubm7J9q5duxgxYgQffPABvXv3pnnz5ga7iww7d+5k0KBBdO/enXfeeUcvKiepd+/e9OrVixdeeAHwnBpo0aIF48eP56GHHjLcXfhzu93cddddfPzxxyxcuJB27dqZbiniHD58mF9//dVSu+mmm+jYsSMPPvigTnGdgOZ8RIAWLVpYtuvUqQNA27ZtFTz8YOfOnQwcOJCWLVvy97//nX379pU8lpqaarCz8JWens4NN9xAjx496NWrF8899xxHjx7lpptuMt1aRBg3bhzTp0/nk08+ISkpiezsbADq1q1LQkKC4e4iQ1JSklfAqF27Ng0bNlTwqAKFD5ETyMjIYNOmTWzatMkrzOnAYc1cccUV7Nu3j8cff5zs7Gy6du3K7NmzvSahSs289NJLAAwcONBSf/PNN7nxxhuD35BIOTrtIiIiIkGlGXMiIiISVAofIiIiElQKHyIiIhJUCh8iIiISVAofIiIiElQKHyIiIhJUCh8iIiISVAofIiIiElQKHyIiIhJUCh8iIiISVAofIiIiElQKHyIiIhJU/w+U32si+flKVQAAAABJRU5ErkJggg==", + "image/png": "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2UPWthCfjwMKOSIiIoGv9KmqJm3NmwCGOIUcERGRQGYYsG2hta3ruJA/VQUKOSIiIoHt6CY48421TaeqAIUcERGRwLb1H9b1Ju2gRS97avEzCjkiIiKBqqgIti2wtnUfr1NV31PIERERCVSH18K5Y9a27jfbU4sfUsgREREJVKVPVcV2hdgu9tTihxRyREREAlFhQdlnVekojoVCjoiISCA6+DnknrC2dVPIuZJCjoiISCAqfaqqRW9o2s6WUvyVQo6IiEigKciHHaWeVdV9vD21+DGFHBERkUCz/zO4dNba1u3H9tTixxRyREREAk3pU1WJA6BRoj21+DGFHBERkUDiugg7F1vbdKqqXAo5IiIigWT3J5B//vK6w2k+kFPKUMgREREJJFvmW9dbXwsN4uypxc8p5IiIiASKC6dgzzJrW89b7aklACjkiIiIBIrt/4LC/MvrYVHQ5Yf21ePnFHJEREQCRelTVR1ToE4jW0oJBAo5IiIigeDMYfjmC2ubTlVVSiFHREQkEGz92Loe3RA6jLSnlgChkCMiIhIIvv7Iut71RxAeZU8tAUIhR0RExN9lbYXj261tPW+zp5YAopAjIiLi77aUOooT0xJaDbKnlgCikCMiIuLPiopgS6n5OD3Gg1Mf4VXRCImIiPizb76AnKPWth66qsodCjkiIiL+rPSpqtiuEN/dnloCjEKOiIiIv3JdhG0LrW26N47bFHJERET81c7FkJdzRYMDetxiWzmBRiFHRETEX2XOs663vQEatrSnlgCkkCMiIuKPcr6F/Z9Z23rdYU8tAUohR0RExB99/SEYRZfXI+tDlx/YV08AUsgRERHxN4YBX71vbes6DiLr2VJOoFLIERER8TfHNsOJnda23rfbU0sAU8gRERHxN6WP4jRqpcc41IBCjoiIiD8pyIMt861tvW7XYxxqQCMmIiLiT3Z/AhdPW9t6TbCnlgCnkCMiIuJPSp+qapUMTdraU0uAU8gRERHxF7nfwZ5l1rbeujdOTSnkiIiI+IuvPoCigsvr4XXMS8elRhRyRERE/IFhwOa/W9u63ATRMfbUEwQUckRERPzBkQ1l741z9V321BIkFHJERET8waZ3reuNk6D1dfbUEiQUckREROyWdx62LbC29fmJ7o1TSxo9ERERu21bAPnnL687nLqqygMUckREROxWesJx+xEQk2BP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", "text/plain": [ "
" ] @@ -153,9 +155,9 @@ "m = np.vstack((x**3, x**2, x, np.ones(11))).T\n", "s = np.linalg.lstsq(m, y, rcond = None)[0]\n", "\n", - "x_prec = np.linspace(-5, 5, 101)\n", + "x_prec = np.linspace(0, 10, 101)\n", "\n", - "plt.plot(x, y,'D')\n", + "plt.plot(x, y, 'D')\n", "plt.plot(x_prec, s[0] * x_prec**3 + s[1] * x_prec**2 + s[2] * x_prec + s[3], '-', lw=3)\n", "plt.grid()" ] @@ -183,16 +185,16 @@ }, { "cell_type": "code", - "execution_count": 483, + "execution_count": 439, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "[1.2474115 1.73859228]\n", - "0.0001438268762724966\n", - "0.12646845774981774\n" + "[1.45930946 1.67619359]\n", + "0.04053187863635288\n", + "35.64010010802867\n" ] } ], @@ -203,7 +205,7 @@ "\n", "xdata = np.linspace(0,5,50)\n", "y = f(xdata, *beta)\n", - "ydata = y + 0.05 * np.random.randn(len(xdata))\n", + "ydata = y + 1 * np.random.randn(len(xdata))\n", "\n", "from scipy.optimize import curve_fit\n", "beta_opt, beta_cov = curve_fit(f, xdata, ydata)\n", @@ -219,12 +221,12 @@ }, { "cell_type": "code", - "execution_count": 484, + "execution_count": 440, "metadata": {}, "outputs": [ { "data": { - "image/png": "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uLAYhmG4ehIiIoWpf//+zJkzh/r167Njxw5sNpt5be/evXTo0IHz588zfPhwJkyYgMViceFsRcRVtFIkIqXe2LFjsdls7Nmzh++++84cP3nyJD169OD8+fP07duX//73vwpEIm5MK0Ui4haefPJJvvnmG8LDw9m7dy9JSUl06tSJ7du307FjRxYtWoSvr6+rpykiLqRQJCJu4cSJE9SpU4fk5GQ++ugjZs6cycqVK7njjjtYuXIl5cqVc/UURcTFFIpExG288sorvPvuu+b3NWrUYO3atYSGhrpwViJSXCgUiYjbOHnyJGFhYTidTgIDA1m3bh116tRx9bREpJjQRmsRcQvp6en86U9/wul0AnDp0iXtIRKRHBSKRKTUMwyDJ598knnz5hEUFER4eDgpKSmMHj3a1VMTkWJEj89EpNR78cUX+eCDDyhbtixLly7lwIEDPPTQQ9hsNrZt20ZERISrpygixYBWikSkVPvggw/44IMP8PT05Oeff6ZVq1Y8+OCDNG7cGIfDwahRo1w9RREpJhSKRKTUmjx5Mi+99BIWi4WJEyfSrVs3ACwWC2+++SYAc+bMYc2aNa6cpogUE3p8JiKl0q+//kr//v1JT0/no48+4oUXXrjqnrZt27J+/Xo6dOjA6tWri36SIlKsaKVIREqdyMhIBg0aRHp6Oi+//HKegQjg7bffBjIOjZ09e3YRzlBEiiOtFImIiIiglSIRERERQKFIREREBFAoEhEREQEUikREREQAhSIRERERQKFIREREBFAoEhEREQEUikREREQAhSIRERERQKFIREREBFAoEhEREQEUikREREQAhSIRERERAP4fh9QTDeSJ/f0AAAAASUVORK5CYII=", + "image/png": "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vyow8rCDBw8ycOBAVqxYQXBwsLenU+C1adPG/t9r1KhBw4YNufHGG/niiy9yvLWsoCid0qVLExgYyNGjRzOMHz16lPDwcC/NSsR3DBgwgO+++47Vq1dTsWJFb0+nwCpSpAi33HILAHXr1mXTpk28+eabzJ4928szK1i2bNnCsWPHqFOnjn3MbDazevVq3nnnHdLS0ggMDPTiDAu266+/nttuu42//vorx+9RTlE6RYoUoW7duvz888/2MYvFws8//6z9einQrFYrAwYMYNGiRaxcuZLIyEhvT0nSsVgspKWleXsaBc69997Ljh07iI2NtX/Vq1ePTp06ERsbq4DIy86cOcPevXspX758jt+jlaIrDBkyhK5du1KvXj0aNGjA9OnTOXv2LE899ZS3p1bgnDlzJkOEv3//fmJjYwkLC6NSpUpenFnB079/fxYuXMjixYsJCQnhyJEjAISGhlK0aFEvz65gGTVqFG3atKFSpUqcPn2ahQsXsmrVKpYvX+7tqRU4ISEhV+XVXXfddZQqVUr5dl4wdOhQ2rVrx4033sjhw4cZO3YsgYGBPP744zm+h4KiKzz22GMcP36cF198kSNHjlCrVi2WLVt2VfK1uN/mzZtp1qyZ/fshQ4YA0LVrV+bNm+elWRVMM2fOBOCee+7JMP7hhx/SrVs3z0+oADt27BhdunQhISGB0NBQatSowfLly2nRooW3pybiVf/++y+PP/44iYmJlClThqZNm7J+/XrKlCmT43uoTpGIiIgIyikSERERARQUiYiIiAAKikREREQABUUiIiIigIIiEREREUBBkYiIiAigoEhEREQEUFAkIiIiAigoEhEREQEUFImIiIgACopEREREAAVFIiIiIoCCIhERERFAQZGI+Lm1a9diMpkwmUx88cUXmV6zYcMGihcvjslkYtiwYR6eoYj4CpPVarV6exIiIu7Uvn17vv32W6pWrUpcXByBgYH21/744w+aNGlCYmIiXbt25cMPP8RkMnlxtiLiLVopEhG/N2nSJAIDA9m9ezcLFiywjx8+fJhWrVqRmJjIAw88wHvvvaeASKQA00qRiBQIPXr04P333ycyMpI//viDs2fPctddd7Fjxw6aNm3Kjz/+SNGiRb09TRHxIgVFIlIgHDp0iFtvvZXz588zbdo0Fi1axOrVq7n99ttZvXo1119/vbenKCJepqBIRAqMkSNHMmXKFPv3N910E7///jvly5f34qxExFcoKBKRAuPw4cNERERgsVgICwtj/fr13Hrrrd6eloj4CCVai0iBcOnSJXr37o3FYgHg3LlzyiESkQwUFImI37NarfTo0YPvvvuOMmXKEBkZSWpqKmPHjvX21ETEh2j7TET83rBhw3jttdcoXrw4K1eu5K+//uKJJ54gMDCQ7du3ExUV5e0piogP0EqRiPi11157jddee43ChQvzv//9j/r169OxY0dq1KiB2Wxm1KhR3p6iiPgIBUUi4rc++ugjhg8fjslkYt68ebRo0QIAk8nE+PHjAfj2229Zu3atN6cpIj5C22ci4pd++OEH2rdvz6VLl5g2bRqDBg266po77riDDRs20KRJE9asWeP5SYqIT9FKkYj4nXXr1vHII49w6dIlRowYkWlABPDKK68ARtPYxYsXe3CGIuKLtFIkIiIiglaKRERERAAFRSIiIiKAgiIRERERQEGRiIiICKCgSERERARQUCQiIiICKCgSERERARQUiYiIiAAKikREREQABUUiIiIigIIiEREREUBBkYiIiAigoEhEREQEgP8DmWU8lb96DbQAAAAASUVORK5CYII=", "text/plain": [ "
" ] @@ -253,16 +255,16 @@ }, { "cell_type": "code", - "execution_count": 485, + "execution_count": 410, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "[0.53903101 2.70563694 1.17692555]\n", - "0.00014584672644415915\n", - "0.12162090612880988\n" + "[0.52433999 2.73790669 1.17001858]\n", + "0.0001973378757534478\n", + "0.1645591178934446\n" ] } ], @@ -289,12 +291,12 @@ }, { "cell_type": "code", - "execution_count": 486, + "execution_count": 411, "metadata": {}, "outputs": [ { "data": { - "image/png": "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", + "image/png": "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HMxmM3v27OGjjz6yHc/IyGDs2LEcP36c6667jv/85z8KRCIuTE+KRMQl/OY3v+Hdd9+lQ4cOpKWlUVRUxPDhw9m+fTtDhw5l2bJl+Pj4OHqaIuJACkUi4hKOHDlC586dKS4u5h//+AcLFy4kISGBK664goSEBFq1auXoKYqIgykUiYjLeOqpp/jrX/9q+7l9+/asX7+e6OhoB85KRJoLhSIRcRkZGRnExMRgtVoJCQlhw4YNdO7c2dHTEpFmQgutRcQlVFRU8MADD2C1WgE4deqU1hCJiB2FIhFp8QzD4De/+Q3ffPMN4eHhdOjQgZKSEp599llHT01EmhG9PhORFu/xxx/nlVdewd/fn5UrV/LTTz9x++23Yzab2bZtGz169HD0FEWkGdCTIhFp0V555RVeeeUVPDw8+N///sfAgQO59dZb6dWrFxaLhVmzZjl6iiLSTCgUiUiL9eGHH/LEE09gMpmYN28eo0ePBsBkMvH8888D8PXXX7Nu3TpHTlNEmgm9PhORFum7775j0qRJVFRU8I9//IMZM2acMWbw4MFs3LiRIUOGsHbt2qafpIg0K3pSJCItTmJiIjfddBMVFRU8+eSTdQYigD//+c9A5aaxX331VRPOUESaIz0pEhEREUFPikREREQAhSIRERERQKFIREREBFAoEhEREQEUikREREQAhSIRERERQKFIREREBFAoEhEREQEUikREREQAhSIRERERQKFIREREBFAoEhEREQEUikREREQA+P/LdIpLwfDOCAAAAABJRU5ErkJggg==", "text/plain": [ "
" ] @@ -323,16 +325,16 @@ }, { "cell_type": "code", - "execution_count": 487, + "execution_count": 412, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "[1.36588575 0.48465322]\n", - "3.7836263532723186e-05\n", - "0.11229032607799314\n" + "[1.37468848 0.47099867]\n", + "5.1105391253661135e-05\n", + "0.15167039301730045\n" ] } ], @@ -360,12 +362,12 @@ }, { "cell_type": "code", - "execution_count": 488, + "execution_count": 413, "metadata": {}, "outputs": [ { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAlUAAAG6CAYAAAAh/LN4AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy80BEi2AAAACXBIWXMAAA9hAAAPYQGoP6dpAABWtElEQVR4nO3deXhU5d3G8e9MQjaSTEgmZIEAYd9kl13cQFDgldpaXFGrtK6VolXxteJa3Nr6Vq27olKq1oqIC4qgUjSyR0D2JBDIvk/2ZWbePyIDgeyZLcn9ua65OjlzzpzfJNq5fc5zfo/BbrfbEREREZE2MXq6ABEREZGOQKFKRERExAkUqkREREScQKFKRERExAkUqkREREScQKFKRERExAkUqkREREScwNfTBXRUNpuN9PR0QkJCMBgMni5HREREmsFut1NcXExsbCxGY8vGnhSqXCQ9PZ24uDhPlyEiIiKtcOzYMXr27NmiYxSqXCQkJASo/aOEhoZ6uBoRERFpDovFQlxcnON7vCUUqlzkxCW/0NBQhSoREZF2pjVTdzRRXURERMQJFKpEREREnEChSkRERMQJFKpEREREnEChSkRERMQJFKpEREREnEChSkRERMQJFKpEREREnEChSkRERMQJ1FFdRETEA6w2O1tS8skurqB7SADj48PxMba8i7d4D4UqERERN1u7J4OH1+wlo6jCsS3GFMDSuUOZNTzGg5W1L94WTBWqRERE3GjtngxuWbED+2nbM4squGXFDl68ZoyCVTN4YzDVnCoRERE3sdrsPLxm7xmBCnBse3jNXqy2+vboPKw2OwlJeaxOTCMhKe+M38eJYHpqoIKTwXTtngx3luugkSoRERE32ZKSf0YQOJUdyCiqYEtKPpP6RbivsHp46tJaUyNQTQVTA7XBdMbQ6BbXa7XZ2ZKc3+raFapERETcJLu44UDVmv1cxVOX1ppzadQU6Oe0YFpSAmlptY/Pv8vjk6+OU5ZW3Or6FapERETcpHtIgFP3cwVXzflqauSruSNQ98wa3OS57HZITqskuAyOH4fjyZUc31dS+7/HIS27C8cLulJUFXTKURE/Pywt/mwnKFSJiIi4yfj4cGJMAWQWVdQbHgxAtKk2cHhCay6tNecyYXNGvpp7aTSvuBJrhS9WSyA1xYH45hvxzwNjkS81xQGUl4VgqezGNU8FnnK0/88P11KoEhERcRMfo4Glc4dyy4odGKBOeDkRQ5bOHeqxtgAtnfPVnLDU3JGvE5c8bZU+1BQHYrUE4pNvJCAfjAU+1BQHUV4Wwp3PhFNm7dumzxlAOT1IoyfH6UEa4V1yCQqw4B9cSlVQMU8mte59DXa7vXPfYuAiFosFk8lEUVERoaGhni5HRES8iDe2AwBYnZjGne8mNrnf/10xCn9fY71h6UQcfPGaMcwYGs3UJzc4PqfdaqCmOACrJRBDgS+BuXaCSvzo1SWClAxfUvNDKLMFt+kzdKWEOI7Rk+P0NKbTM9RCT3MlPWNtxMX70mNgV8IHRGDo2QN69uTjTCu//89PjuNtlWUce/bXrfr+1kiViIiIm80aHsOModFe1bgSmj+Xy9zVn7s/+LFOoLLbwVbRBaslEFuhP3/8QwZjA8vJ2W7GVhKMpTwMS3U37PV0c/rpjC31C6KUOI4RxzF6GDMw+ecTGFiEb0g5dlM1/j18uWTWEMZNHQE9R4L5QjA23j0qsiqvmWdvmkKViIiIB/gYDU5tm+CMFgiNzfmy2wzYSvwJrQlj3b/t5HwYjH9+GNWWQMrKTBRWhFNpPzmPKQvY04Jzd6HKEZhiDWmE+efRNdCCb0gZhNVQFWHnysvOqg1McWMgPByrnWZ95sZ+N03Nc2sJhSoREZF2zhmXEysr4dgxA/9jHsnLXx3GPwco8KOyOJiSchMFVRHYfo4NDwMQ2aIao8mgF6n05DjhfjmEBBbiF1wKpioum9WTcVPiMPaOY32pmQc21ZBhCTvjs4w77bP4GGgymDb1uzl9nltbaE6Vi2hOlYiIuENDE8FPnds0a3gMFRWQmgpHkqwc2WXhyJ4SjiRZOZrmw5HcYDLKTPVemmuOQMroRSq9OUqUTwamgAICuhYzfkQge6oKyQ6xkxUWTnpoJNnB3bAZfRw1RpsC2HTvBWe0V3DGpdHm/m5O7Pvwmr2kZee3ek6VQpWLKFSJiDifty2g62lWm90xEdxuNVBjCcRWEEBgth2/XAMU+FNdGkJFtZn0sm6tPk84efTmKL0NqfQOzicuspx8ey7VwZVUmO0URASSbupOemgk5X4BdcLSur2Z3LJiB1D/3Y6uWuvw1N9NfeoLdFabna93HWXG6HhNVBcREe/izBDkrXfMuYvNBunpkJJsJyWxiJRdxfy4q4ysgz0oKQsnv9rc6pGmKDLpwxF6+xynT1ghvaMq6NMbeg/0p/cIE8GDekDv3hAzEnxqR5lOjAJB460hZg2P4cVrxpzxt4t28d+uNUsC+RgNjO/b+h5hClUiIuISzgxBruryDd41+mWxQHIyJO8uJWVnIcn7KkhOMZKcGcQRSzhV9i7Uxpawnx/NE00GfThCD+Nxuvnn0DW4CB9TBTURNZR19yGrWzh33jidC8/5JRia99lbEpY8cbejJ5YEUqgSERGnc2YIcuUCuu4e/bJaa9eZSzpQQ/K2fJJ+LCH5sI3kNH+S803kVZ243NT150fzRJBLPCn0NKYS7p9LUHARvqYyaiJslEYZ+f1vzuWP2y1sqwoCep9xvAF44Lsszps6DJ8W/ApbEpacfbdjUzyxJJBClYiIOJWzQ1BrLuM0h6tGv8rLISUFkn4sIWlbAUl7K0hKMZKc2ZUUSzhVdj9qv367//xoWhClxJNCL8NRugdk0zemgpGDjPQe7M/bx9M5GNSV1LBodvp3BUNPoCdwct5Q6bCzOJSwucH3b+3vENwflprLE0sCdfhQtWzZMj788EP2799PYGAgkydP5sknn2TQoEGNHvfvf/+bP/3pTxw5coQBAwbw5JNPcskll7ipahGR9svZIcgVl3HaGvyKiyHpsJ3D2wprH/uqSUr15XC2iePlJz5T8M+Pphmw0ZPj9CWZvl2z6RtZjMlczsHqPMqjIC+yK8fDotnbNYx9hu58S+0E71HDY8jck8Gqn+c21X3PWkvnDiW3pLJZdTjzUpineWJJoA4fqr799ltuu+02zj77bGpqarj//vu56KKL2Lt3L1271j+0+v3333PllVeybNky5syZw8qVK5k3bx47duxg+PDhbv4EIiLti7NDkCsu4zQn+KVl1/D26kICj9dweIeFQ/trOJzqz+G8MLIrw6j9au7286NpgZTRjyT6+h6jX3g+/WIr6NvfSN/hQfQZZ8Z/cDz0mgJdujR659rpoa85c5sSkprXNdyZl8K8gbsnyXe6lgo5OTl0796db7/9lmnTptW7z/z58yktLeWTTz5xbJs4cSKjRo3ipZdeatZ51FJBRDqrhKQ8rnz1hyb3+9fCic0aqToRMJq6jHN6r6PGnFjjzlbpgzU/kOA0KwFZRux5AZRZTORWRFFkbflloQhy6c9h+gVl0L+7hb69rPQb3IV+o0OJHtsDQ7++EN70+7bmd9jYhHtX/A7bk5bcjNCW7+8OP1J1uqKiIgDCG/mHOiEhgcWLF9fZNnPmTD766KMGj6msrKSy8uTwqsViaVuhIiLtlLPnsrT1Mk5lZe2luoMJeRzaWsjBvdXsOexLcc548q0t6woOEEsa/QzJ9A/Jpn90Cf3ibfQfHkC/s8MJG9kb4keD/8QWv++pWjPa19jcJk9cCvMm7pr31alClc1mY9GiRUyZMqXRy3iZmZlERUXV2RYVFUVmZmaDxyxbtoyHH37YabWKiLRXrfkCb2okoanLOBcNjeHYMTiw1cKB7/M4uKucA0m+HMwycbTUjA0fwPzzo2mxpNGXJAaG5TAwtoT+/Q30Gx5ATR9/8ntEE9J/EOP7T3VZCHHFJU9P9YvqTDpVqLrtttvYs2cPmzZtcvp7L1mypM7olsViIS4uzunnERHxBm0NQad+gTe3rcGs4TFM6hXNqi9yOLgpm6JDVnKOd2HJM1X8srCcMlsgEPrzo2ndyaI/h4j2Tyc0JI8u3UqoMVsp7uHL8chI/vfm6cwaMc1R4y1r9pKRVAFJubAx16WtF1x155on+kV1Jp0mVN1+++188sknbNy4kZ49eza6b3R0NFlZWXW2ZWVlER0d3eAx/v7++Pv7O6VWERFv1pIQ1NQXeH1tDex2OH7Mzp0P/MT/BGdRkebL/uQu7M8O53hFJC1pRRBKEQM5xMCQDAbGWBjQz87AEQEMmGTGNLovawvjefjTSrYXnbxx6fTP0tLWC85oJurKy3Xe2gKhI+jwE9Xtdjt33HEHq1at4ptvvmHAgAFNHjN//nzKyspYs2aNY9vkyZMZMWKEJqqLSKfWkgVqm1JRaWfyPd9RvbeUgHQj1tyuFFkiyKzsSZm9+Y0vfaihL8kMCjjKoMgCBsVXMWiEP4MmdqP7+D4Y4vuAb8NjCM2Z4N3c9eOc3Uy0sy/N4wlt+f7u8KHq1ltvZeXKlaxevbpObyqTyURgYCAACxYsoEePHixbtgyobalw7rnn8sQTTzB79mzeffdd/vznP7eopYJClYi0hTctnXJqTS1doBZqm2Hu31nOvq8z2be1hH0HDOxNM3G4OIpq/Jp9/nDyGGw8xODwLAb1LGPwUCODxoUQP7UHfkP6QfDJnlDO+v215C68ovIqpwXOU3njPwsdme7+a8SLL74IwHnnnVdn+5tvvsn1118PQGpqKkbjyUUoJ0+ezMqVK3nggQe4//77GTBgAB999JF6VImIW7RkdMKdX7hN9XayVhvJ2W3jyTt3Y0mCvQd8+CkjnJTyKOwEAvFNnsOIlXhS6OObQkRQJkHdCjn3nDDmXNYH84R+EDOhybXpnDm609y78DKLynnqiwMuWUpHl+vajw4fqpozEPfNN9+cse3yyy/n8ssvd0FFIiINa8n8HXdfGjoRMGzVRvwzfDAdqcE3owvlBWHklMaQWROLHSP/24z38qOSQYaD9PA7SrfgbLpElFAVU0N+XABHu0dxuEsAhwkHwvntwomYmxkqnL30THPvrssvrXLJUjrSvnT4UCUi0l60ZOmUdXszXbJu3akjX938Awgr8mffVxns2VzKtl1Qk34W6TU9sWNs+s2ArpQw1HiAIeGZDO1dxpDhPgyZFEb8ub0w9BvC1Gey2V8UhZ2oM45t6R1urlh4ubl34YUHN+9GpY60DIycSaFKRMRLNHfNvB+S8pwaHux2OHqwkveW7+OLT7KwpAeTVxzN8eru1NAFaPoGn2CKGWTYT8+g40wZXsOwkX4MOyecuHP7Yuw5psFLds68w80VCy839y48U2Dz5oZ1tGVgpC6FKhERL9HcUYyE5NxWh4fCfBu712Wya0Muu3dWszs5mN0FPSi2BQOjmjx3IGUMNuwnNvAooWF50L2ckjgj6b1M5HUN47FrJ7ZohMyZDSldsfByc2u02uwu6Ssl7YtClYiIl2j+KEYzRp9ssOuHQo79M4cfvyvhx/1+7MrszrGqaCD250fDulDFQMMBegYcxRSaS3DPCu69fTj9Z/Tjy/xoHv6kgD1FJ0dnYkwBvNjKuVzOakjpii7kza2xsy8DI7UUqkREvERz5+9M6hfB818fPvlCuYFuKdUEHwFrVjD5RdGkVsZzM0HNOm8vjtLX7zDhIZl06V5MeU8bWfFBZIaZ2W8wALXr4910zhAG9ohgVg+YMSzGqXcdOuMON1d1IW9ujVoGRhSqRETcqLEWCE2Ndtjt8PuR/cj7KJdBq6Egw0RGSRzHrb052oxzh1LEML8DDI7MZtxZVkZOCmb4RbF86xPI7/9TQQphQFiDxzd38V5P8YbRIi0D07kpVImIuElzWiCcGO14aPVeiveVEp5UgzHNn9KC7qSWx3PVUycWBB7c6Ln6GZIY2e0YI/sW0y2+iu+7WNgVGUx6QBDpGNhnCqbv3KGYhscQmZTXrPrbwyRrbxgt8sbAKe7R4Tuqe4o6qovIqRpb3sVuhQcH9cF3TyU7fqhix6EQdhb0psQeXN9b1RFIGYN89hEbnEpgRAEB/e1c/duzuPgX48BobNayMjOGRjP1yQ1NXjY7vVO6N1MXcmktdVQXEfFip/ZPstdA+NEqwg5bsWUEk1cYQ3LlAG5sxvwnMzmMDjnMqN6FjB5rYNSFZvpd3J/tRX3ILo6ud9265rZe8PRlM2fTaJF4gkKViIiLWGvsHPw2nY/fSsZ/XSXB+XEkVQ0glcAmj+1tOMqYiKOMHlDK6Il+jL44hthp/TH4Tzpj30nmet6AlvVt8obLZiLtnUKViEgbWW12NiflcWBTOvmbikj/CbYdNLGjsC8l9h5Aj0aPjzck0zvwMGOHlDHz4m6M/p9emMf2BmPvNtXV0r5NmmQt0jYKVSIirZCbVMSWd5P5/OM8tvzUlUOlgyhgRJPHxRuS6NP1MCERudT0qiR7QAA55lBSDAb+vPAcp16yak3fJl02E2k9hSoR6XRaOom5oqiSnR8ksfmzPLbs8GVzWg+Sq3sBoxs9Ty/jMcZFHmXc0DJ2GrNI7u1LrjmEZIOBU1sXuKrbtqv7NolIXQpVItKpNNXWwG6zc/T7NBLeSyXhvzUkHDbzY2l/qhna6PuayWFA4D66RWRg71lO7kB/fAZF8v59F+JjNDjuwnPnRHBv6Nsk0pmopYKLqKWCiPepr72Af1kVPfeW4pfsh7GkBzvy+pNpi2r0fQIoZ2TQAUzBR/DpUUzBQB8yeoWA0XjGvv9aONFxOa05fapcwVPnFWmP1FJBRNold/YSstrsPPzxT5jTizHvrcaaaiK9oA8HaoZwkC6NHjuwy2HGxBznnEl2Js7uzlm/6M9nhyO58900oPFLZ6dOFvfURHBNQBdxD4UqEfEId4ye2Cqr2bvqAJs+zGbDd0bSMgZwzD690WNMFDIh4jCD4vM4FlbIwb6+lHYLIAE4Ygqg7+hwugT7t3rxXk9NBNcEdBHXU6gSEbdrqMt3ZlEFt6zYwYvXjGlVsKrItrD17X3891ML3+0K4fv8QRQyvNFj+vkcJM6UjF9sAYUDjdy3ZDKBAT24ZUUWdup2ND+1vhlDozUJXETqUKgSEbdqSZfvpi5PlaTkkLD8ABvXlrFxbwSbS4ZRyYQG9w+kjEH+ezFHHscaX0bGsCDKTV1IAaB27kR3UyB3f/Bjp+xCLiJto1AlIm7Vki7fp1+uKth9jE1vHmbj+mo2Hoxie8UwrExt8L26G3OYEpvC1LOrmHipmbtTjpFRUUUBXQBTnX1PjCxhQF3IRaRVFKpExK1a0uW7cFcqG984zIYvq/n6cE92Vw/BTlyDx/TzS2Va3zSmnWdk6lW96Dc1BoMh0vH6g3tMTY4s5ZZUtuhzaBK4iJygUCUibtXYBO/uuQXE7irHlmLikb/mkVg9DBu9Gtx/WGAS0wZlMW1GAOdc15cew3pBI/s3Z2QpISmvxZ9Dk8BFBBSqRMQFGmuVcGqX7/BCC70SLdiTTaTm92eHdSZbG/i/JQM2BnQ5QLQ5BXvfUjLPCuCZ28Yxa/jkFtXW1MiSupCLSGspVImIUzXWKuGiuGASlydy7r8L+XZPFDurL2QHDY9cDfA7QHREMtYBZWSd5U9lsIGjAAS1aEL76RobWVIXchFpLXVUdxF1VJfO6PRWCb7WGgYcyiR0j5G89DgSy8eRh7nB4+O7JDF5YCa/uNxE1+kR3LxmR5PnPLVjuTOpC7lI56SO6iLicSc6lvfMzCZ2ZwVlR6LYaxnJWi5t8JhefhlM7nuUQVPsjL+2NzPP6YuPsR8AqxPTmnXeUye+O7NDuyagi0hLKVSJSLPVF1qMxcXsemMb/347D8PuWH6wXkNNA8u+hBiKmNozibmXGJm+sC/9x8RgMNQ/6tPSjuWuGFnSBHQRaQmFKhFplhOhJbOwjP6paXRPtFJ8vCdbS8aTyQX1HtOFKgYG7SWsZxqFw+0U9zPyu6tGcumoHk2eryUTxl3VoV1EpCUUqkS8hDsXF26pLxMO8sb9n9NnbyjVucPYYLsEGz717tvT9yg9ow5RNaScnOG+lPjbKAHAgAF7s0egmjthHHBah3YRkbZQqBLxAt44Kbp81yG+fm4Paz438mnaaI5xZ737BVLGkLCfWHC5P/8KyCUrqJwMAIwYsTn2a00rgub2lWpth3YREWdSqBLxMK+5dFVVRfqqzXz6ajqf/BDBV6WTKGNAvbv29ksmOiaZ0mFVWIYYyPO1MX7hRAaVRzq9FUFTE8Zb0qFdRMSVFKpEPMiZiwu3hr2wiJ9e+Y5V75Swem9/ttvOqXc/PyoZGPoTQf0yyRnrgy2ihsyfXzP8XH12cQWXjurhkrXwGpsw3tIJ7SIirqJQJeJBbVlcuDnqm6dlSEvnh//bzKoPrKw6OpokLqn32Kgu+cwZdZxhF/vxN0sKxf42igGoqXf/E6HF3a0I1AFdRLyFQpWIB7ny0tWp87Tis9Lou83C31Li2Fh6LllcVu8x8QGHiOh1FOM5viz9/SAuGTECq83O+0+mtSi0uLMVgTqgi4i3UKgS8SBXXbpauzudvz31EcO3lBF5pD/fVs3nG0xn7OdDDQNC9hI4MJO8cWALqyYHMFDJbSt38KKxdj6Xt4eW5kxoFxFxNS1T4yJapkaaw2qzM/XJDU2OAm269wJHaGmw9YLdTsXmH/ns6d28/UkI66supISQM97TnwqGmPdy+63hvGg9Sm5NSb21nX5ub7xD8XTe3JZCRNoHLVMj0k619NLVGcHGbmdqcTrTDsN/f+jO6uILKGbUGecJMVjo2/0nKkeUUjq8hgI/K0wPI/fT+gMVnDmfqz0s26IO6CLiSQpVIh7W3EtXjtYLdjuDMo/Sd7OF7OR+rKmezz/rubQXYiyib8xPlI4pp2pQJYU+tZHN+PPrR/PLmlXfqfO5FFpERBqmUCXiBZoaBbLa7Lz01tdcvC6ZwgO9+aLiCr7kzHAT5lvMhcOP8GNcDlWDKhxBqr6xpN7hQc2qTa0IRESaR6FKxEvUOwqUn8/+59bxxstl7Mo4l9VcdcZxwQYL8TF7KR9TxutPjWTKoOE/z9OyNzpP69pJfXhtU4paEYiIOIlClYi3KS8n650vefe5bFb8NJpt9vln7OJvKKd/1B4qxpZQPbgCi2/tcjAFlRXNnqfl52v0+rv6RETaE4UqEW9gt1PxdQKrHtnN25v6ss46G+tp/3oasdK/20/YRxVQMbKcEn8rUPfS3qkNOJszT0utCEREnEctFVxELRWkWdLT2fnEF7z+dhf+WTSbQrqdscvYqGNcdTX80y+FfHtxs1svQPNbDKgVgYhILbVUEGlPqqoo+Nda/vlUGq/vnUgiN5yxS+/gXK65tISr74tjyPA4AIbu8W3xpbrm3q2nu/pERNrO2PQu7d/GjRuZO3cusbGxGAwGPvroo0b3/+abbzAYDGc8MjMzGz1OpDG2xF18ddk/uDLkE2Kuv4g79t5CIqMdrwcaK1gwNYlv1laQXGTmsRV9GDLcx/H6iUt10aa6d+NFmwJ48ZoxulQnIuJhnWKkqrS0lJEjR/Kb3/yGyy6rf82z+hw4cKDO0F/37t1dUZ50ZGVlZL7yMa89U8jraTM5wq1n7DI+9jg33hbA/NvMmEz9Gn279tCAU0Sks+oUoeriiy/m4osvbvFx3bt3JywsrFn7VlZWUllZ6fjZYrG0+HzScdgPHGTTn77ghY968J/qX1JDlzqvR/gVc+2cAm5c2pPhI3q26L11qU5ExDt1ist/rTVq1ChiYmKYMWMG3333XaP7Llu2DJPJ5HjExcW5qUpxNqvNTkJSHqsT00hIysNqa+a9HDU1FK9cw0tD/o+RgyuY9u87eK/6MkegMmCjb8RPjPjlFt78oYS//acXw0foX0ERkY6i0939ZzAYWLVqFfPmzWtwnwMHDvDNN98wbtw4Kisree2113jnnXfYvHkzY8aMqfeY+kaq4uLidPdfO9OSRYNP3DFnSTqC7zvfsmpVN94u/SXF1P17h/oUEDXkIGVTSvANq3BMLNc8KBER79OWu/8Uqprp3HPPpVevXrzzzjvN2l8tFbxPU20DHGvrnXZcfSFo7Z4M3n/uP0R/mklC2oV8w/lnnK9PWBK28VlwVhGGn5tznvqe9bVAEBERz1JLBTcYP348mzZt8nQZ0kpNjUBZbXYeXrO33h5QdmpD0MNr9jJjUCSb/7KCDU8c59uiK0mm7sRyf0MFs6YcZ97dETyUsL/eNfdOvGdGUQVbUvI1P0pEpINQqGqmxMREYmJ0qaY9amgEKrOogltW7ODFa8ZgCvSrE7hOF1hVzpTPvuF/l+3lleKrKaDueniRARkEjTmG7ewCsqJ8MfUKhISma8subvicIiLSvnSKUFVSUsLhw4cdP6ekpJCYmEh4eDi9evViyZIlpKWl8fbbbwPw7LPPEh8fz7Bhw6ioqOC1115jw4YNfPnll576CNJKzR2BumfW4HqPj7bkMnPTTpJ/Gs1ztseowr/O670iDlBzbh6+/QvAUHvnR0ZRDfkllfW+3+lOLCsjIiLtX6cIVdu2beP880/OeVm8eDEA1113HcuXLycjI4PU1FTH61VVVdx1112kpaURFBTEiBEj+Oqrr+q8h7QPW1LyGx2BOnEZ7vQQNDQziYnfpPDD0Rk8wrN1XvOhhl6991JxfgGGqJLTmiXUCu/qR4wpgMyiikaXlRkfH17PqyIi0h51uonq7qKJ6u7T2AT01Ylp3PluYpPv8bdfj+SpLw4QtfdHxnyVwceZ89nOuDr7BBlLufwX+XzV/SC+oY1ftvvXwokUlVdxy4odQP3LyujuPxER76OJ6tJpNTUBvbmX1/od+JHfvfUDzx74JasZVee1bn45dD37KM8+05N543sy9cmDZBbR5AiUj9HAi9eMOaO+6AZaNIiISPumkSoX0UiV6zWnBcKModFMfXJD/Zfh7HYmpO5m9IZ8VmZfy25G1Hk5OiQVwzkZ9JpUykPzhtRpp9CSEaimWjmIiIj3UJ8qL6RQ5VpWm52pT25ocL7UqX2g1u3NrBuC7HYmJ//IsA0FrMy/gb0Mq3PsuN45zL/Xh/4Ty4kKrT8EtaRJqIiItB+6/CedTnMnoG9JyWfW8Jjay3Af/8SAHd8xeH0xKwp/w78YWueYCX1zWPpsN2bNicTQxECSFjYWEZHTKVRJu9Tc/k4n9ptpOULpO1/zv/uv5R3qtk+YNCCHpc+Gc9HFTYepU2lhYxEROZVClbRLzZ2A3ivnGN+d+wJ/3DiHBB6v89rUwbVh6sKLWhamRERE6qNQJe3S+PjwRvtAdS/JZ8G33/HIk7P4iD/Xee2cITk8/FwE512gMCUiIs6jUCXtko/RwNK5Q7llxQ4MnLwLL7iyjKv++xUpO8eyyPY81lP+ER8SU8BTL4Yy+38UpkRExPkUqqTdckxAX7OXvLxifrVtPdbvYvhzzV8oJdixX0xIMY8s8+P633XDV//Ei4iIi+grRtq1WcOiOX//Fl59eguPFfwvWUQ7Xgvxq+CexVb+8EAIXbt6sEgREekUFKrEazXZNDMpiR+ufYFbEq4lkUsdm30NNdx8TSl/esZE9+4eKFxERDolhSrxSo021+wXRv5Df2fJMxG8ansGO0bHPpdPL+Dxf3RjwACTJ8oWEZFOTKFKvE5Dy89kFlXw7kOvcGRDCX8quIdcIh2vjexdyD/+aWLylG7uLVZERORnClXiVaw2Ow+v2XtGoOpRlM21n61nRerNvMVUx/YQvwoefdTAbYvDNAldREQ8Sl9D4lVOX37Gr6aaaxM+Jy9hMLfbl9dpkTB/VhF/fd1EbKwnKhUREalLoUq8yqnLz4xL3cN5a5J5ouRPpNHTsT2saw6Lnoalt0TW9xYiIiIeoVAlXqV7SAD+NVX8bv1H/DfxUu7gXsdrXQyVdJt4kIDJx7noovEerFJERORMClXiVcbnp3D3a5/wQNFTZBPl2G7ucQS/Ocn4hZUTbaptryAiIuJNFKrEO1RXU7z0Gf7wRBSv2193bA7qUkzwxfsJGJzNiRZVS+cOrduvSkRExAsoVInn7d3Lf3/xV647eD8p9HVsjo1PxXjJQXyCKwGIPtGnaniMpyoVERFpkEKVeI7NRuUzz/Hg/dU8bX3F0cQz2K+SZ5/z4bob49h6pGvDHdVFRES8iEKVeEZKCj/+6lGu3bGI3YxwbJ46spi3Pgyh788DVpP6RXioQBERkZYxNr2LiHNZ3/4nTw5+k7N3vOQIVH4+NTz5WDXfbD8ZqERERNoTjVSJ0zS5AHJVFbm3PsgVr09nPVc7No/oW8I7q4IZMaKeNxUREWknFKrEKRpdAHl4DGRksPPi+/nFj0s5Sh8ADNi49vpiXvxHKEGBHipcRETESQx2u/30ZdbECSwWCyaTiaKiIkJDQz1djks1tADyiTGqfw2r4dAdX/HboqeooDY9dfWzEPzLnwjolV83fImIiHhQW76/NadK2qShBZAB7HY7V2/9lJULjrCg6DlHoOpmziDspi0E9MoHILOogltW7GDtngw3Vi4iIuJcClXSJqcvgHxCQHUFD65+g00bfs1z3OnYHjH0ECHXJeIbUunYdiKQPbxmL1abBk5FRKR90pwqaZNTF0A+oWdhJre/v4Y/FjzHceIA8DXUEDbjJ7qOPl7v+9iBjKIKtqTkq42CiIi0SwpV0ibdQwLq/DwteTvjV2Vyfc27VFL7WteAIq7/cyGfZNUfqE5VX0gTERFpD3T5T9pkfHw4MaYADMANCavp+u9I7qj5hyNQhXXPYNAfdnHl3K7Ner/TQ5qIiEh7oZEqaRMfo4Glc4aw/zf38PG23/A1FzheCx95iJAZh3j8qtFM7BtBjCmAzKKKeie1G6hd2298fLjbahcREXEmjVRJ21itnP3UU6zc9ntHoPI1VBFx8U4Gzk/lpetGM2t4TG34mjsUONlq4YQTPy+dO1Rr+4mISLulkSppvcpKMn51BzM++T0/MRwAU2A5979UzDlTejE+flSdkDRreAwvXjPmjCah0epTJSIiHYBClbROaSkps25h+qalJNMPgOiwctb9N5Dhwxtujz5reAwzhkY3vpyNiIhIO6RQJS2Xn8/eC25nxo9Pk04PAPpElfHVd0H069f04T5Gg9omiIhIh6NQJS2TkcH2cxYxM+kF8jADMKRPGes2BdGjh4drExER8SBNVJfmS05m49g/cH7Sq45ANXZoGRu3KlCJiIgoVEnz7N7NZ+MeZGbGmxRTu8DktLPL2ZAQhNns4dpERES8gEKVNO2HH3hv0rNcWvCmY1Hki8+v4PNvAmnhAt4iIiIdlkKVNG73bt44/x2uLH2VGroAMH9eJR+tDSAoyMO1iYiIeBGFKmnY8eOsPv9Zbqp4DvvP/6gsvL6Kf37gj5+fh2sTERHxMgpVUr+iIracfy9X5p0MVItuq+blN/zw8fFwbSIiIl6oU4SqjRs3MnfuXGJjYzEYDHz00UdNHvPNN98wZswY/P396d+/P8uXL3d5nV6jqorkS25nzuG/UU7tNb7zLsjn8kUWbPb6Vu4TERGRThGqSktLGTlyJC+88EKz9k9JSWH27Nmcf/75JCYmsmjRIm666Sa++OILF1fqPlabnYSkPFYnppGQlIfV9nNYstvJu+ZOLv7+AXLoDoApJp3k0Zu56rUfmPrkBtbuyfBg5SIiIt7JYLd3rqEHg8HAqlWrmDdvXoP73HvvvXz66afs2bPHse2KK66gsLCQtWvXNus8FosFk8lEUVERoV52i9zaPRlnrL8X8/P6e+e98xIznprOJs4BIMSUh+n6bfgE1AAnFz9+8ZoxWqtPREQ6nLZ8f3eKkaqWSkhIYPr06XW2zZw5k4SEhAaPqaysxGKx1Hl4o7V7MrhlxY46gQogs6iCjYsf57qnhjoCVaB/MaFX/ugIVAAnEvjDa/aeHN0SERERhar6ZGZmEhUVVWdbVFQUFouF8vLyeo9ZtmwZJpPJ8YiLi3NHqS1itdl5eM1e6otCFxzeTNW63rzPfAC6GCsxXZGIr+nMz2sHMooq2JKS79qCRURE2hGFKidZsmQJRUVFjsexY8c8XdIZtqTknzFCBTAy/QBnrSrkL/wRACM2wi7bhX9046Nt2cVnvpeIiEhnpQWV6xEdHU1WVladbVlZWYSGhhIYGFjvMf7+/vj7+7ujvFarLwT1Lkjn1+9tYYHtn45t827PZHvX7Cbfr3tIgFPrExERac80UlWPSZMmsX79+jrb1q1bx6RJkzxUkXOcHoLCy4r4w78+5LdVr2OjtvlUt/EHWfx7P2JMAY5J6aczUDuxfXx8uGsLFhERaUc6RagqKSkhMTGRxMREoLZlQmJiIqmpqUDtpbsFCxY49r/55ptJTk7mnnvuYf/+/fzjH//g/fff5w9/+IMnynea8fHhjrDka63hoffe4HfFyymjKwCmgUcZ+D/HmNgvgqVzhwKcEaxO/Lx07lB8jA3FLhERkc6nU4Sqbdu2MXr0aEaPHg3A4sWLGT16NA8++CAAGRkZjoAFEB8fz6effsq6desYOXIkf/nLX3jttdeYOXOmR+p3Fh+jwRGWfrtpFfdl/51saifkh8ZkEjZ3Lw9dWhuWZg2P4cVrxhBtqju6FW0KUDsFERGRenS6PlXu4s19qr5/93P+deUhnuf3AASb8hh8xx4enT/wjLBktdnZkpJPdnEF3UNqL/lphEpERDqqtnx/a6J6Z1NeTsUf3+V53gLA36eaV/9t5PILp9UblnyMBib1i3B3lSIiIu2O00LVwYMHSUhIID09nZycHCoqKoiIiCAyMpIhQ4YwZcoUgoKCnHU6aSXLH5Zyw/FHHD8/+ZSRK2Z082BFIiIiHUObQlVCQgKvvPIKX3zxxRktCM44ka8vY8aM4eqrr+baa6/FZDK15dTSGuvX84eXB5FKbwDOn1DKHYu6ergoERGRjqFVc6pWrFjBU089xU8//cSphwcHBxMREUF4eDiBgYHk5+eTn59Pbm4uNput9oQGA4GBgVx55ZU8+OCDXtl53Bm8bk5VYSFr+v+B/8l7E4AQ/yp27fejTx/PliUiIuJN2vL93aJQ9c0333D33Xezc+dO7HY74eHh/PKXv2TatGlMmDCB/v3713tcSUkJ27ZtY/PmzXz88ceONfQCAgK48847uf/++wkJCWlR4d7O20JV3vxbGfb+g2QRDcBrr9i4cWGnuPlTRESk2dwWqozG2i/hmTNncvPNN3PJJZfQpUuXllVLbZ+od955h+eee478/Hweeugh/vSnP7X4fbyZV4Wq//yH+b+qcazrN/uCctZ8FYhBN/GJiIjU4bZQdfHFF/PQQw8xYcKEFhdZn7KyMp5//nm6du3Kbbfd5pT39BZeE6oyM3l3wJ+4suRVAMK7VrLnkD8xajMlIiJyBreFKmk+rwhVdjsZF13HsK+epYDaJWXe/Zed+VdoiEpERKQ+bfn+1qSaDsz++hvc9NV8R6CaP69CgUpERMRFFKo6quRkXr99J58xG4DobhW88FpAEweJiIhIa7W4T1VlZSVffvkl2dnZ9OrVi6lTpxIYGOiK2qS1rFaOXHEff6h83bHp1bcDiFBjdBEREZdpUajKzc1l6tSpHDp0yLHNz8+Pa665hkcffZTo6Nrb9Z999lleeuklioqKiIuLY8aMGdx444307dvXudXLGaw2O0f/9zF+s/VWSqhtU/Gba6uYM8fPw5WJiIh0bC2aqL5o0SL+/ve/AzBo0CDy8/PJycnBYDAQFxfHhg0b+M9//sN9991XpymowWDAx8eHe+65h8cee8z5n8ILeWKi+to9Gbz89gamPLODP9r/AkBwsIXl68r45cRot9QgIiLSnrltovratWsxGAy89dZb7Nu3j8zMTD777DMGDhzIsWPHuPrqq3niiSew2+3MmDGDV155hUcffZTRo0dTU1PDsmXLuPPOO1tUoDTP2j0Z3LJiBxd8spY/2U8G165z9nL3R9tZuyfDg9WJiIh0fC0aqeratSs1NTVUVFRgOKVzZG5uLpMmTSI5ORmASZMm8d///rfOPv/6179YuHAh5eXlfPfdd0ycONGJH8P7uHOkymqzM/XJDRiOpTLyxXJe4lYAIkYeInjWQQxAtCmATfdegI9Rd/+JiIg0xG0jVTabDX9//zphCcBsNnPPPfc4LvndfvvtZ+xz5ZVX8sADD2C323n11VdbVKQ0bktKPhlFFVzx3w28yW8A8DNWEDgtBQA7kFFUwZaUfA9WKSIi0rG1KFT16NGD0tJSx4jUqebNm+d4Pn78+HqPX7hwIQCbNm1qyWmlCdnFFURbcjn80zgqqW2bYBqVgk9Q9Rn7iYiIiGu0KFSdf/752O12lixZcsZrkZGR+Pv7AxAbG1vv8REREYSGhpKWltaKUqUh3UMCuGrTOl6z14bWLsZK/Ccfr3c/ERERcY0WharFixfj5+fHBx98wKxZs9iyZUud1/ft28c///lPAgLq//KuqamhtLSUmpqa1lcsZxjvX0HqnlGUEwSA6awUfLpWOV43ADGmAMbHh3uoQhERkY6vRaFqyJAhvPzyyxiNRtatW8ekSZOIjY3lF7/4BY8//jj79+/nwgsvbPD4Dz74AKvVSlRUVJsLl5MKHnmBl+w3A+BrqMJ/yslRqhMz25bOHapJ6iIiIi7U4o7q1113HYMHD+bee+9l48aNZGZmsnr1aj7++GPHPj169GDcuHGMHTuWsWPHMm7cOBITE7n11lsxGAxMnz7dqR+iU8vI4Nk3QiklGIDY0akYQiodL0ebAlg6dyizhsd4qkIREZFOoUUtFU537Ngxvv76a7Zu3cr27dvZtWsXZWVlJ9/8tDsA7XY7RqORl19+mTlz5nToESt3tVQouPV/6fPiPVgw0cVYw4EkHzKt+WQXV9A9pPaSn0aoREREmqct399tClWns9ls7Nu3jx07drB9+3Z27NhBYmIiJSUldU/6c9iKjo5m9OjRjsdll13mrFI8zi2hKiuLh3u+ykM1DwCw8OoyXlkR5JpziYiIdAJeE6rqY7fbOXjwoCNkbd++nZ07d2KxWOrsZzQaO9QEdneEKsvvH6D3c3dRSDd8DFYOHvZByyuKiIi0Xlu+v1s8p6qlDAYDgwYNYtCgQVx11VWO7YcPH3aErBNBSxpmtdnZknLKZb1gKy+85EMh3QC45leV9O2rUSoRERFPcflIVWflzJGqtXsyeHjNXjKKTjbvvH/T+9z/3V/Iw4zRYGPffiMDB7a1ahERkc7Nq0eqpG1OLJR8avLtVlZEbkIseZgBuOLSCgYO1CiViIiIJ7WoT5W4l9Vm5+E1ezl9KPHazZ/zd9udABiwcd+jge4vTkREROpQqPJiJxZKPpWpvJjq7VFkEQ1At35HKQnUQskiIiKeplDlxepbAPnaLZ/xd+sfHD/7TzumhZJFRES8gEKVFzt9AeTQihKMW7uRTg8Awvscxa97sRZKFhER8QIKVV5sfHw4MaYAx/p91275lGetdzle9z83VQsli4iIeAm3hqpHHnmERx55hC+//NKdp223fIwGls4dCkBoZSkBW0M4Ri8AuvU6hn+0RQsli4iIeAm39qkyGo2OJWrOOecc/vznPzN58mR3nd6tnN2n6oelf+ftDxeSQm3L9GE3b+WZ23pqoWQREREnasv3t9sv/9ntdux2Oxs3buScc85hzpw57i6h3Zk1PIYxGSZHoJo0IocfXxinQCUiIuJF3Nr8MyUlBYC0tDS+/vpr1q9fz4YNG9xZQvtUVcWn27o7frzv4XBd8hMREfEyHl+mpqqqCj8/P0+W4BLOvPxnX/cVcRcNJo2e+BuryLP40bWrkwoVERERh3Z1+e90HTFQOduPy3eSRk8ALhiRp0AlIiLihdocqu69915n1CENsdv55HMfx4+zrzJ5sBgRERFpSJtD1dNPP82NN96IzWZzRj1yugMH+LRgkuPH2Zdr4WQRERFv1OZQFRQUxPLly7nsssuorKxs1jFr1qxp62k7jZx/fcVmJgAwLDqXPn08W4+IiIjUr82hav369XTr1o01a9Ywc+ZMLBZLg/smJCQwbdo0fvGLX7T1tJ3G5+9ZsP/8Z5oz1+NT4ERERKQBbf6WnjBhAt999x1xcXH897//5dxzzyUrK6vOPvv37+cXv/gFU6dOZdOmTXj4hsP2Iz+fTw4OcPw4+1otRyMiIuKtnDL0MWjQIL7//nuGDRvGjz/+yJQpU0hOTiY9PZ2FCxcyYsQIPv74Y+x2OxMmTGDdunXOOG2HV/3pl3xhvwiAbv5lTJrUxAEiIiLiMU67nhQbG+vokp6cnMyECRMYMGAAb7zxBjU1NZx11lmsXr2ahIQELrjgAmedttleeOEF+vTpQ0BAABMmTGDLli0N7rt8+XIMBkOdR0BAgBurrfXdW4exUHu336wpxfi6tVWriIiItIRTJ+mEhIRw2WWXAZCfn095eTnx8fGsXLmSxMRE5s6d68zTNdt7773H4sWLWbp0KTt27GDkyJHMnDmT7OzsBo8JDQ0lIyPD8Th69KgbKwZqavhkU5jjxznXRbj3/CIiItIiTglVdrudd955h0GDBrF48WIAx8LJJSUlDBw40BmnabW//vWvLFy4kBtuuIGhQ4fy0ksvERQUxBtvvNHgMQaDgejoaMcjKirKjRUD33/Pp5UXAmA02Jg1R8NUIiIi3qzNoeqDDz5g+PDhXH/99SQnJxMQEMB9993HsWPHmD17NtnZ2VxwwQUeW+OvqqqK7du3M336dMc2o9HI9OnTSUhIaPC4kpISevfuTVxcHJdeeik//fRTo+eprKzEYrHUebRF0jvfs58hAEwakEu45qiLiIh4tTaHql//+tfs27cPo9HIjTfeyKFDh/jzn/9MTEwMH330EQsWLMBisXDJJZfw3nvvOaPmFsnNzcVqtZ4x0hQVFUVmZma9xwwaNIg33niD1atXs2LFCmw2G5MnT+b48eMNnmfZsmWYTCbHIy4urk11f7rmZDPVOb/WujQiIiLezimX/y699FJ27drFq6++SmxsrGO7j48Py5cv56677qKqqoqrr76a5557zhmndKlJkyaxYMECRo0axbnnnsuHH35IZGQkL7/8coPHLFmyhKKiIsfj2LFjrS8gKYlPssY5fpytUCUiIuL12jxRZ9OmTUyePLnRfZ5++mmioqK49957WbRoEZmZmTz++ONtPXWzmM1mfHx8zuidlZWVRXR0dLPeo0uXLowePZrDhw83uI+/vz/+/v5tqvWE4g++4FtuBKBXWBHDh2u9PxEREW/X5pGqpgLVCXfffTdvvvkmPj4+PPHEE209bbP5+fkxduxY1q9f79hms9lYv349k5rZ+MlqtbJ7925iYmJcVWYdX63MporagDZ7Zg0/z/kXERERL+bWW8oWLFiA2Wzm17/+tTtPy+LFi7nuuusYN24c48eP59lnn6W0tJQbbrjBUVePHj1YtmwZAI888ggTJ06kf//+FBYW8vTTT3P06FFuuukm1xdrsfDp7l6OH+eoi7qIiEi74Pb79C+55BK++uort55z/vz55OTk8OCDD5KZmcmoUaNYu3atY/J6amoqRuPJQbuCggIWLlxIZmYm3bp1Y+zYsXz//fcMHTrU5bXavljHp/aLAQj0reL8C/xcfk4RERFpO4NdC/G5hMViwWQyUVRURGhoaLOP2z53KeM+eRiAOROyWfNDd1eVKCIiIqdp7fc3tHBO1dNPP015eXmLTtCUbdu28fnnnzv1Pdstq5VPNpy802/21d08WIyIiIi0RItC1b333kvfvn3529/+RmFhYZtOvGnTJubMmcOECRPYunVrm96rw9i6lU/LznP8OHteF8/VIiIiIi3SolB1//33Y7FYuPvuu4mJieFXv/oV//nPfxpdQ++E6upqtm7dyp/+9Cf69evHueeey2effcbZZ5/NvHnzWlt/h5L17tdsZTwAI3rm08b+oSIiIuJGLZ5TlZaWxv3338/KlSuxWq2ONf7i4uIYOXIkkZGRhIeH4+/vT0FBAfn5+SQnJ/Pjjz9SVVUF1K4V2K9fPx599FGuuOIK538qL9Caa7Jvxj3Ib44/AsCSO0r489+DXVmiiIiInKYtc6padPffoEGDOPfcc3nrrbdYtmwZr7zyCm+88QbHjx8nNTWV1NRUR8g61Ync5uvry+zZs/nd737HzJkz692300pN5dPjIxw/zrlCgUpERKQ9adFIldFoJDo6mvT0dMe27du306VLFzZt2sTmzZtJT08nJyeHiooKIiIiiIyMZOjQoUybNo0pU6YQEhLikg/ibVqadKueexnz76+kmFAigsrIsgTh4+OGQkVERMTBbSNVvr6+2Gy2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QqHKHcrLybWFAxDqU4Kfn4frEREREadTqHKH3NyTiykHlHi4GBEREXEFhSo3qMnMpYBuAER2LfNwNSIiIuIKHT5U5efnc/XVVxMaGkpYWBg33ngjJSWNjxadd955GAyGOo+bb7651TUUpBRi//lXbQ6tamJvERERaY98PV2Aq1199dVkZGSwbt06qqurueGGG/jtb3/LypUrGz1u4cKFPPLII46fg4Ja37Az92ip47m5m63V7yMiIiLeq0OHqn379rF27Vq2bt3KuHHjAHjuuee45JJLeOaZZ4iNjW3w2KCgIKKjo51SR86piylHOuUtRURExMt06Mt/CQkJhIWFOQIVwPTp0zEajWzevLnRY//5z39iNpsZPnw4S5Ysoays8blQlZWVWCyWOo8TcjNOWfcvukPnWBERkU6rQ3/DZ2Zm0r179zrbfH19CQ8PJzMzs8HjrrrqKnr37k1sbCy7du3i3nvv5cCBA3z44YcNHrNs2TIefvjhel/LzT55yc/cw7/efURERKR9a5eh6r777uPJJ59sdJ99+/a1+v1/+9vfOp6fddZZxMTEcOGFF5KUlES/fv3qPWbJkiUsXrzY8bPFYiEuLg6A3DyDY7u5lxZTFhER6YjaZai66667uP766xvdp2/fvkRHR5OdnV1ne01NDfn5+S2aLzVhwgQADh8+3GCo8vf3x9+//lGo3MKTv2at+yciItIxtctQFRkZSWRk0zO+J02aRGFhIdu3b2fs2LEAbNiwAZvN5ghKzZGYmAhATExMq+rNKQlwPDf3DGhkTxEREWmvOvRE9SFDhjBr1iwWLlzIli1b+O6777j99tu54oorHHf+paWlMXjwYLZs2QJAUlISjz76KNu3b+fIkSN8/PHHLFiwgGnTpjFixIhW1ZFb3tXxvBlZUERERNqhDh2qoPYuvsGDB3PhhRdyySWXMHXqVF555RXH69XV1Rw4cMBxd5+fnx9fffUVF110EYMHD+auu+7il7/8JWvWrGldATYbuVWhABixEhbW1k8kIiIi3shgt9vtni6iI7JYLJhMJopSUhgZb+cI8UT6FZJdGebp0kRERKQBju/voiJCQ0NbdGyHH6nyuPz8k4spB5Y2sbOIiIi0VwpVLlaelk8pwQBEBpc3sbeIiIi0VwpVLpZ/9GRndXNYTSN7ioiISHumUOViecdOLm9jDtf0NRER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6bI6nYceeoiPPvqIxMTEVr+HRqqcqKqqiu3btzN9+nTHNqPRyPTp00lISPBgZSLepaioCKBVC5aK81itVt59911KS0uZNGmSp8vptG677TZmz55d57tDPOPQoUPExsbSt29frr76alJTU1t0vBZUdqLc3FysVitRUVF1tkdFRbF//34PVSXiXWw2G4sWLWLKlCkMHz7c0+V0Srt372bSpElUVFQQHBzMqlWrGDp0qKfL6pTeffddduzYwdatWz1dSqc3YcIEli9fzqBBg8jIyODhhx/mnHPOYc+ePYSEhDTrPRSqRMStbrvtNvbs2dPiuQriPIMGDSIxMZGioiI++OADrrvuOr799lsFKzc7duwYd955J+vWrSMgIMDT5XR6F198seP5iBEjmDBhAr179+b9999v9qVxhSonMpvN+Pj4kJWVVWd7VlYW0dHRHqpKxHvcfvvtfPLJJ2zcuJGePXt6upxOy8/Pj/79+wMwduxYtm7dyv/93//x8ssve7iyzmX79u1kZ2czZswYxzar1crGjRt5/vnnqaysxMfHx4MVdm5hYWEMHDiQw4cPN/sYzalyIj8/P8aOHcv69esd22w2G+vXr9d8BenU7HY7t99+O6tWrWLDhg3Ex8d7uiQ5hc1mo7Ky0tNldDoXXnghu3fvJjEx0fEYN24cV199NYmJiQpUHlZSUkJSUhIxMTHNPkYjVU62ePFirrvuOsaNG8f48eN59tlnKS0t5YYbbvB0aZ1OSUlJnf/CSElJITExkfDwcHr16uXByjqf2267jZUrV7J69WpCQkLIzMwEwGQyERgY6OHqOpclS5Zw8cUX06tXL4qLi1m5ciXffPMNX3zxhadL63RCQkLOmFfYtWtXIiIiNN/QA+6++27mzp1L7969SU9PZ+nSpfj4+HDllVc2+z0Uqpxs/vz55OTk8OCDD5KZmcmoUaNYu3btGZPXxfW2bdvG+eef7/h58eLFAFx33XUsX77cQ1V1Ti+++CIA5513Xp3tb775Jtdff737C+rEsrOzWbBgARkZGZhMJkaMGMEXX3zBjBkzPF2aiEcdP36cK6+8kry8PCIjI5k6dSo//PADkZGRzX4P9akSERERcQLNqRIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxAoUqEZFGfPfddxgMBgwGA++//369+2zevJng4GAMBgN//OMf3VyhiHgLg91ut3u6CBERb3bppZfy8ccfM3jwYPbs2YOPj4/jtQMHDjBlyhTy8vK47rrrePPNNzEYDB6sVkQ8RSNVIiJNWLZsGT4+Puzfv58VK1Y4tqenpzNz5kzy8vKYM2cOr732mgKVSCemkSoRkWa46aabeP3114mPj+fAgQOUlpYybdo0du/ezdSpU/nyyy8JDAz0dJki4kEKVSIizZCWlsaAAQMoLy/nb3/7G6tWrWLjxo2cddZZbNy4kbCwME+XKCIeplAlItJM9913H08++aTj5z59+vD9998TExPjwapExFsoVImINFN6ejpxcXHYbDbCw8P54YcfGDBggKfLEhEvoYnqIiLNUFNTw+9+9ztsNhsAZWVlmkMlInUoVImINMFut3PTTTfxySefEBkZSXx8PBUVFSxdutTTpYmIF9HlPxGRJvzxj3/kmWeeITg4mA0bNnD48GGuuuoqfHx82LVrF0OHDvV0iSLiBTRSJSLSiGeeeYZnnnmGLl268OGHH3L22WdzxRVXMGLECKxWK0uWLPF0iSLiJRSqREQa8Pbbb3PPPfdgMBhYvnw5M2bMAMBgMPDoo48C8PHHH/Pdd995skwR8RK6/CciUo/PPvuMSy+9lJqaGv72t7+xaNGiM/aZOHEimzdvZsqUKWzatMn9RYqIV9FIlYjIaRISErj88supqanh3nvvrTdQATz++ONA7aLLq1evdmOFIuKNNFIlIiIi4gQaqRIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxAoUqERERESdQqBIRERFxgv8HOcusl/8uKXkAAAAASUVORK5CYII=", + "image/png": "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t4iISIfV7keqvC03+7Q1Vd105Z+IiEh7pVDVwnJO1LzFkQlN3+pGREREWjeFqhaWm2+f8gumkIDYLl6uRkRERFqKQlULyykKALTvn4iISHunUNXCTpQHAtr3T0REpL1TqGpx9rdYI1UiIiLtm0KVh0SSA120pkpERKS9UqjykKiAQvBRnyoREZH2SqHKQyKDyxs/SURERNoshSoPieqszZRFRETaM4UqD4kMNxo/SURERNoshSoPiepq8nYJIiIi0oIUqjwkMtbX2yWIiIhIC1Ko8pCo7tpMWUREpD1TqPIAC1WEdQ/xdhkiIiLSghSqPCCSHMxd1U1dRESkPVOo8gDt+yciItL+KVR5QBTZEBXl7TJERESkBSlUeYBGqkRERNo/hSoPiDLlQmiot8sQERGRFqRQ5QGRQSVgUvNPERGR9kyhygPCgkqx2rRNjYiISHumUOUBRbYCxj+2hlU7071dioiIiLQQhSoP8AksJyO/jFuXbFWwEhERaacUqjwhqIrqyb+FK3ZpKlBERKQdUqjygKoQGwAGkJ5fxsaUPO8WJCIiIm6nUNXCVjCNqtDaI1NZhWVeqkZERERaikJVC5vAOvKDg2vd1zUkwEvViIiISEvx8XYBHcGJQHvjTxMQExbAyMRw7xYkIiIibqeRKg/ICwyluvXnghnJWMxqBCoiItLeaKTKA04EhRITFsCCGclMHRjr7XJERESkBShUtbDt8xfx1LVTGNE/ViNUIiIi7ZhCVQsb8sBthGozZRERkXZPa6pERERE3EChSkRERMQNFKpERERE3EChSkRERMQNFKpERERE3EChSkRERMQNFKpERERE3EChSkRERMQNFKpERERE3EChSkRERMQNFKpERERE3EChSkRERMQNFKpERERE3MDH2wW0V4ZhAFBQUODlSkRERMRZ1d/b1d/jrlCoaiG5ubkAxMfHe7kSERERcVVubi5hYWEuPUahqoWEh4cDkJqa6vKHIu5VUFBAfHw8aWlphIaGerucDk2fReuhz6J10efReuTn55OQkOD4HneFQlULMZvty9XCwsL0P5BWIjQ0VJ9FK6HPovXQZ9G66PNoPaq/x116TAvUISIiItLhKFSJiIiIuIFCVQvx9/dnwYIF+Pv7e7uUDk+fReuhz6L10GfRuujzaD2a81mYjKZcMygiIiIitWikSkRERMQNFKpERERE3EChSkRERMQNFKpERERE3EChqgU8//zz9OzZk4CAAEaNGsXGjRu9XVKHtHbtWmbMmEFcXBwmk4nly5d7u6QOa9GiRYwYMYKQkBC6du3KrFmz2Lt3r7fL6pBeeOEFBg0a5GgyOWbMGD755BNvlyXA3/72N0wmE3fddZe3S+lw/vznP2MymWrd+vfv7/LzKFS52dtvv828efNYsGABW7duZfDgwUyZMoWsrCxvl9bhFBcXM3jwYJ5//nlvl9Lhff3119x+++18//33fP7551RWVnLRRRdRXFzs7dI6nO7du/O3v/2NLVu2sHnzZi644AJmzpzJTz/95O3SOrRNmzbx0ksvMWjQIG+X0mGdddZZpKenO27r1q1z+TnUUsHNRo0axYgRI3juuecAsNlsxMfH87vf/Y4HHnjAy9V1XCaTiWXLljFr1ixvlyJAdnY2Xbt25euvv2bChAneLqfDCw8P5/HHH+fGG2/0dikdUlFREUOHDuX//b//x1/+8heGDBnCM8884+2yOpQ///nPLF++nO3btzfreTRS5UYVFRVs2bKFyZMnO+4zm81MnjyZ9evXe7EykdYlPz8foEkblor7WK1W3nrrLYqLixkzZoy3y+mwbr/9dqZNm1bru0M8b//+/cTFxdGrVy9mz55Namqqy8+hDZXdKCcnB6vVSnR0dK37o6Oj2bNnj5eqEmldbDYbd911F+PGjWPgwIHeLqdD2rFjB2PGjKGsrIzg4GCWLVtGcnKyt8vqkN566y22bt3Kpk2bvF1KhzZq1CgWL15MUlIS6enpLFy4kHPPPZedO3cSEhLi9PMoVImIR91+++3s3LmzSesVxD2SkpLYvn07+fn5vPvuu8ydO5evv/5awcrD0tLSuPPOO/n8888JCAjwdjkd2sUXX+w4HjRoEKNGjaJHjx688847Lk2LK1S5UWRkJBaLhczMzFr3Z2ZmEhMT46WqRFqPO+64g5UrV7J27Vq6d+/u7XI6LD8/P/r06QPAsGHD2LRpE//4xz946aWXvFxZx7JlyxaysrIYOnSo4z6r1cratWt57rnnKC8vx2KxeLHCjqtz587069ePAwcOuPQ4ralyIz8/P4YNG8bq1asd99lsNlavXq31CtKhGYbBHXfcwbJly1izZg2JiYneLklOY7PZKC8v93YZHc6kSZPYsWMH27dvd9yGDx/O7Nmz2b59uwKVFxUVFXHw4EFiY2NdepxGqtxs3rx5zJ07l+HDhzNy5EieeeYZiouLuf76671dWodTVFRU678yUlJS2L59O+Hh4SQkJHixso7n9ttvZ+nSpXzwwQeEhISQkZEBQFhYGIGBgV6urmOZP38+F198MQkJCRQWFrJ06VK++uorPv30U2+X1uGEhIScsa6wU6dOREREaL2hh91zzz3MmDGDHj16cPz4cRYsWIDFYuHqq6926XkUqtzsyiuvJDs7m4cffpiMjAyGDBnCqlWrzli8Li1v8+bNnH/++Y6f582bB8DcuXNZvHixl6rqmF544QUAzjvvvFr3//vf/+a6667zfEEdWFZWFnPmzCE9PZ2wsDAGDRrEp59+yoUXXujt0kS85ujRo1x99dXk5uYSFRXF+PHj+f7774mKinLpedSnSkRERMQNtKZKRERExA0UqkRERETcQKFKRERExA0UqkRERETcQKFKRERExA0UqkRERETcQKFKRERExA0UqkRERETcQKFKRERExA0UqkRERETcQKFKRERExA0UqkRERETcQKFKRERExA0UqkREGvDtt99iMpkwmUy88847dZ6zYcMGgoODMZlM3HvvvR6uUERaC5NhGIa3ixARac1mzpzJhx9+SP/+/dm5cycWi8Xxu7179zJu3Dhyc3OZO3cu//73vzGZTF6sVkS8RSNVIiKNWLRoERaLhT179rBkyRLH/cePH2fKlCnk5uYyffp0Xn31VQUqkQ5MI1UiIk646aab+Ne//kViYiJ79+6luLiYCRMmsGPHDsaPH89nn31GYGCgt8sUES9SqBIRccKxY8fo27cvpaWlPP300yxbtoy1a9dy9tlns3btWjp37uztEkXEyxSqRESc9MADD/DYY485fu7ZsyffffcdsbGxXqxKRFoLhSoREScdP36c+Ph4bDYb4eHhfP/99/Tt29fbZYlIK6GF6iIiTqiqquK3v/0tNpsNgJKSEq2hEpFaFKpERBphGAY33XQTK1euJCoqisTERMrKyliwYIG3SxORVkTTfyIijbj33nt54oknCA4OZs2aNRw4cIBrrrkGi8XCjz/+SHJysrdLFJFWQCNVIiINeOKJJ3jiiSfw9fXl/fffZ8SIEVx11VUMGjQIq9XK/PnzvV2iiLQSClUiIvV4/fXXue+++zCZTCxevJgLL7wQAJPJxKOPPgrAhx9+yLfffuvNMkWkldD0n4hIHT7++GNmzpxJVVUVTz/9NHfdddcZ54wePZoNGzYwbtw41q1b5/kiRaRV0UiViMjPrF+/niuuuIKqqiruv//+OgMVwF//+lfAvunyBx984MEKRaQ10kiViIiIiBtopEpERETEDRSqRERERNxAoUpERETEDRSqRERERNxAoUpERETEDRSqRERERNxAoUpERETEDRSqRERERNxAoUpERETEDRSqRERERNxAoUpERETEDRSqRERERNxAoUpERETEDf4/CQ/BmzGQQZ0AAAAASUVORK5CYII=", "text/plain": [ "
" ] @@ -394,16 +396,16 @@ }, { "cell_type": "code", - "execution_count": 489, + "execution_count": 414, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "[0.8817479 1.92063655]\n", - "0.00010562358913983954\n", - "0.14631327681648387\n" + "[0.88850056 1.91981925]\n", + "9.931739265191307e-05\n", + "0.1375688913692001\n" ] } ], @@ -430,12 +432,12 @@ }, { "cell_type": "code", - "execution_count": 490, + "execution_count": 415, "metadata": {}, "outputs": [ { "data": { - "image/png": "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VjiO2e12VqxYoef14tEMw+C+++5j/vz5rFy5kg4dOrh6SlKF3W6npKTE1dPwOJdffjk7d+4kISHB8TNw4EBuvvlmEhISFIhcrKCggEOHDhEVFVXt9+hO0RkeeOABZsyYwcCBAxk8eDAvv/wyhYWF3HHHHa6emscpKChwSviJiYkkJCQQEhJC27ZtXTgzzzNz5kw+/PBDvv76awIDA0lNTQUgODgYf39/F8/Oszz66KNMmDCBtm3bkp+fz4cffsiqVav47rvvXD01jxMYGHjWurpmzZoRGhqq9XYu8OCDDzJ58mTatWtHcnIys2bNwmKxMH369GpfQ6HoDDfccAMZGRk8/vjjpKam0rdvX5YsWXLW4mupf5s3b2b06NGO1w888AAAM2bMYN68eS6alWeaO3cuAKNGjXI6/s4773D77bc3/IQ8WHp6OrfddhspKSkEBwfTu3dvvvvuO8aOHevqqYm41IkTJ5g+fTpZWVmEhYUxfPhw1q9fT1hYWLWvoTpFIiIiImhNkYiIiAigUCQiIiICKBSJiIiIAApFIiIiIoBCkYiIiAigUCQiIiICKBSJiIiIAApFIiIiIoBCkYiIiAigUCQiIiICKBSJiIiIAApFIiIiIoBCkYiIiAigUCQiTdyPP/6IyWTCZDLx6aefnnPMhg0baN68OSaTiT/96U8NPEMRcRcmwzAMV09CRKQ+TZkyhQULFtCtWzd27dqFxWJxnNu/fz/Dhg0jKyuLGTNm8M4772AymVw4WxFxFd0pEpEmb86cOVgsFvbt28cHH3zgOJ6cnMy4cePIyspi0qRJvPnmmwpEIh5Md4pExCPcddddvPXWW3To0IH9+/dTWFjIyJEj2blzJ8OHD2fp0qX4+/u7epoi4kIKRSLiEZKSkujSpQvFxcW89NJLzJ8/nzVr1nDJJZewZs0aWrRo4eopioiLKRSJiMd45JFHePbZZx2v27dvz08//URUVJQLZyUi7kKhSEQ8RnJyMjExMdjtdkJCQli/fj1dunRx9bRExE1oobWIeITy8nJ+85vfYLfbASgqKtIaIhFxolAkIk2eYRjcddddLFq0iLCwMDp06IDVamXWrFmunpqIuBE9PhORJu9Pf/oTL7zwAs2bN2flypUcPHiQm266CYvFwo4dO+jRo4erpygibkB3ikSkSXvhhRd44YUX8Pb25ssvv2TQoEHceOON9O7dG5vNxqOPPurqKYqIm1AoEpEm67333uOhhx7CZDIxb948xo4dC4DJZOLJJ58EYMGCBfz444+unKaIuAk9PhORJunbb79lypQplJeX89JLL3H//fefNWbIkCFs2LCBYcOGsXbt2oafpIi4Fd0pEpEmZ926dVx33XWUl5fz8MMPnzMQATz99NNARdPYr7/+ugFnKCLuSHeKRERERNCdIhERERFAoUhEREQEUCgSERERARSKRERERACFIhERERFAoUhEREQEUCgSERERARSKRERERACFIhERERFAoUhEREQEUCgSERERARSKRERERACFIhEREREA/h+OpQv3w24NKAAAAABJRU5ErkJggg==", + "image/png": "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7Nix3s/RSlEtCxYsYN68eQwfPpyRI0fy6quvUlhYyH333efoqbU5BQUFNRJ+cnIyiYmJBAQE0LVrVwfOrO15+OGH+eSTT/jyyy/x9fUlPT0dAH9/fzw9PR08u7bl2WefZfr06XTt2pX8/Hw++eQTtmzZwvr16x09tTbH19f3on113t7eBAYGar+dAzzxxBPMnDmTbt26kZqaysKFCzGZTMyZM6fer6FQVMudd95JVlYWzz33HOnp6QwePJh169ZdtPlamt6ePXuYNGmS/fsFCxYAMG/ePJYuXeqgWbVNS5YsAWDixIk1rr/33nvMnz+/+SfUhmVmZnLvvfeSlpaGv78/UVFRrF+/nilTpjh6aiIOdebMGebMmUN2djZBQUGMHTuWnTt3EhQUVO/X0DlFIiIiImhPkYiIiAigUCQiIiICKBSJiIiIAApFIiIiIoBCkYiIiAigUCQiIiICKBSJiIiIAApFIiIiIoBCkYiIiAigUCQiIiICKBSJiIiIAApFIiIiIoBCkYiIiAigUCQirdz27dsxGAwYDAY+//zzOsfs2rULHx8fDAYDTz75ZDPPUESchcFms9kcPQkRkaY0a9YsVq5cSd++fTl48CAmk8n+2JEjRxgzZgzZ2dnMmzeP9957D4PB4MDZioijaKVIRFq9xYsXYzKZOHz4MB999JH9empqKjExMWRnZzNjxgz+/e9/KxCJtGFaKRKRNuGBBx7gnXfeITw8nCNHjlBYWMj48eP57rvvGDt2LF9//TWenp6OnqaIOJBCkYi0CWfPnqV3794UFxfzyiuvsHz5cmJjYxk4cCCxsbG0a9fO0VMUEQdTKBKRNuOZZ57hpZdesn/fvXt3duzYQceOHR04KxFxFgpFItJmpKamEhYWhtVqJSAggJ07d9K7d29HT0tEnIQ2WotIm1BRUcEvfvELrFYrAEVFRdpDJCI1KBSJSKtns9l44IEHWL16NUFBQYSHh1NSUsLChQsdPTURcSK6fSYird6TTz7JX/7yF3x8fNi8eTPHjx/npz/9KSaTiQMHDhAZGenoKYqIE9BKkYi0an/5y1/4y1/+gqurK//3f//HiBEjuOuuu4iKisJisfDss886eooi4iQUikSk1frggw946qmnMBgMLF26lClTpgBgMBh44YUXAFi5ciXbt2935DRFxEno9pmItEpr1qxh1qxZVFRU8Morr/D4449fNGb06NHs2rWLMWPGsG3btuafpIg4Fa0UiUirExcXx+23305FRQVPP/10nYEI4I9//CNQ2TT2yy+/bMYZiogz0kqRiIiICFopEhEREQEUikREREQAhSIRERERQKFIREREBFAoEhEREQEUikREREQAhSIRERERQKFIREREBFAoEhEREQEUikREREQAhSIRERERQKFIREREBFAoEhEREQHg/wPEcFm9j1JxOwAAAABJRU5ErkJggg==", "text/plain": [ "
" ] @@ -470,7 +472,7 @@ }, { "cell_type": "code", - "execution_count": 491, + "execution_count": 416, "metadata": {}, "outputs": [ { @@ -555,7 +557,7 @@ "max 10.500000 122391.000000" ] }, - "execution_count": 491, + "execution_count": 416, "metadata": {}, "output_type": "execute_result" } @@ -570,12 +572,12 @@ }, { "cell_type": "code", - "execution_count": 492, + "execution_count": 417, "metadata": {}, "outputs": [ { "data": { - "image/png": "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6s477/R3aZ3SkSNH9PHHH7ufV1ZWqry8XDExMerdu7dycnL08MMPq1+/fkpKStLs2bOVkJDgvkOwQzMAH5DU7OOvf/2rv0sLWtdee60xffp0f5cRNPLz842UlBQjPDzcGDBggLF8+XJ/lxQ0nE6nMX36dKN3795GRESE8Z3vfMd46KGHjLq6On+X1im9/fbbzf55P3HiRMMwDMPlchmzZ8824uLijPDwcOOGG24wdu3a5d+iTUKfKgAAABMwpwoAAMAEhCoAAAATEKoAAABMQKgCAAAwAaEKAADABIQqAAAAExCqAAAATECoAgAAMAGhCgAAwASEKgAw0R133KFHHnnE32W0qKCgQEOGDGExYaAdEKoABLS9e/fqzjvvVEJCgsLCwtSnTx9Nnz5dBw8e9HdpTbz//vt68803dc899/i7lBaNGTNGXbt21apVq/xdCtDpEKoABKxPP/1Uw4cP1+7du/XCCy/o448/1rJly7Ru3TqlpaWpurra3yV6eOqpp/STn/xE3bt393cpZ/Tzn/9cS5Ys8XcZQKdDqAIQsKZOnaqwsDD97//+r6699lr17t1b3//+9/Xvf/9b+/bt00MPPeQee/HFF8tisTR5ZGVlucd873vfU05OTrPvlZOTo+9973uSGkJHc8eyWCz6+c9/3uzr6+vr9corrygzM9Nje3N13X///e79eXl56tu3r8LCwtS/f3/94x//aHLsuXPnnvFzrVixQj169Gi2rvLyclksFn322WfubZmZmdqyZYs++eSTZl8DwDuEKgABqbq6Wv/617/0q1/9SpGRkR77bDabsrOz9dJLL8kwDPf23//+96qqqnI/brvtNq/ee/HixR7HuO2229zPFy9e3Oxrtm3bJofDoeHDhzfZd3pdubm5kqRXX31V06dP13333aeKigr98pe/1KRJk/T22283OcagQYPO+XM16t27t+Li4vTf//73nI4DwFMXfxcAAM3ZvXu3DMPQwIEDm90/cOBAHTp0SF999ZViY2MlSVFRUbLZbO4xkZGRqqura/N7W61WWa1W9zEkeRy3OZ9//rlCQ0PdtZzq9LoaPf744/r5z3+uX/3qV5KkGTNm6L333tPjjz+u6667zj2urq5OkZGR7mN4+7lOlZCQoM8///ycjgHAE2eqAAS0U89EmWHp0qXq3r27evXqpdTUVOXn55ty3OPHjys8PFwWi6XVr9m5c6dGjhzpsW3kyJHauXOnx7aDBw8qOjr6jMdyOBzq3r27oqOj1a9fP91///06efJki+MjIyN17NixVtcK4OwIVQAC0iWXXCKLxdIkYDTauXOnevbsqQsuuKBNx83OzlZ5ebk2bNigq6++Wj/+8Y+1b9++c673/PPP17Fjx3TixIlzPtbpPv30UyUlJZ1xTFRUlMrLy1VaWqrHH39cf/7zn1u8VCk1XF5t63cH4MwIVQACUq9evTR69GgtXbpUx48f99hnt9u1atUq3X777W06MyQ1XNq75JJLNGjQIM2bN08nTpxoMbi1xZAhQyRJO3bsaPVrBg4cqE2bNnls27Rpk5KTk93Pa2trVVJSoquvvvqMxwoJCdEll1yifv366ZZbbtHo0aNVXl7e7Nja2lp98sknGjp0aKtrBXB2hCoAAevpp59WXV2dMjIytGHDBu3du1cFBQUaPXq0LrzwQs2fP7/Nx6yvr1dtba0cDoeeffZZde3aVf379z/nWi+44AINGzZMGzdubPVrHnjgAa1YsUJ5eXnavXu3/vjHP+qf//yn++7AI0eOaM6cOZKkUaNGyW63y2636/jx46qrq5PD4fA4Xm1trY4fP67S0lJt3LhRKSkpzb7ve++9p/DwcKWlpXn5aQE0h1AFIGD169dPW7Zs0Xe+8x3ddttt6tu3r+6++25dd911KioqUkxMTJuP+fTTTysyMlKxsbH6n//5H61atUqJiYmm1PuLX/yiTU01s7KytHjxYj3++OMaNGiQnn32Wf31r391t3Z4/PHH9dhjj6mmpkaXXHKJ4uPjFR8fr9WrV6ugoEDTp093H8vhcCgyMlLdunXTzTffrB/+8IeaMWNGs+/7wgsvKDs7W+edd945fV4AniyG2bNAASBIHT9+XP3799dLL71kylmguXPnevzvqdasWaM1a9ZoxYoVbTrm119/rf79+2vLli1nnacFoG1oqQAAJomMjNTf//53ff3116Yc70yd2SMiItxtH9ris88+09KlSwlUQDvgTBUAAIAJmFMFAABgAkIVAACACQhVAAAAJiBUAQAAmIBQBQAAYAJCFQAAgAkIVQAAACYgVAEAAJjg/wME22ZhLfk8rQAAAABJRU5ErkJggg==", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAlUAAAGwCAYAAACAZ5AeAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAAA+jElEQVR4nO3df3hT5f3/8Vda6A+hDRRt02rBDhEoRQEZtYI6tVgmdnZzU1hxDJnuy2BSUQfOQWETEdRNUCni9hnbwB/oNdGidp8OnAysLbRULCCiVkFsQCkk5UcLNuf7Rz+NhLbQhtMkbZ6P68q15Zw7J+9EJS/Ouc/7thiGYQgAAADnJMTfBQAAAHQGhCoAAAATEKoAAABMQKgCAAAwAaEKAADABIQqAAAAExCqAAAATNDF3wUEE5fLpS+//FJRUVGyWCz+LgcAALSCYRiqqalRQkKCQkJaPh9FqPKhL7/8UomJif4uAwAAeGHv3r266KKLWtxPqPKhqKgoSQ3/UKKjo/1cDQAAaA2n06nExET373hLCFU+1HjJLzo6mlAFAEAHc7apO0xUBwAAMAGhCgAAwASEKgAAABMQqgAAAExAqAIAADABoQoAAMAEhCoAAAATEKoAAABMQKgCAAAwAR3VAQBAwKp3GSqprNaBmlrFRkVoRFKMQkPO3NncXwhVAAAgIBVUVGle/g5VOWrd2+KtEcrNTNaYlHg/VtY8Lv8BAICAU1BRpSkryzwClSTZHbWasrJMBRVV7m31LkNFnxzUa+X7VPTJQdW7DF+XK4kzVQAAIMDUuwzNy9+h5qKRIckiaV7+Do1Otqlwhz1gzmZxpgoAAASUksrqJmeoTmVIqnLU6un1H7f6bJYvEKoAAEBAOVDTcqA61V83VbZ4NktqOJvly0uBhCoAABBQYqMiWjXu8PGTLe5rPJtVUlltUlVnR6gCAAABZURSjOKtEWqpcYJFUo/Irq06VmvPepmBUAUAAAJKaIhFuZnJktQkWDU+nzTy4lYdq7VnvcxAqAIAAAFnTEq88iYMk83qGYps1gjlTRimadf3O+vZrHhrQ7NQX6GlAgAACEhjUuI1OtnWYkf13MxkTVlZJovkMWG9MWjlZib7tPu6X89UbdiwQZmZmUpISJDFYtGaNWvc+06ePKmZM2dq8ODB6tatmxISEvSzn/1MX375pccxqqurlZ2drejoaPXo0UOTJ0/WkSNHPMZs27ZNV199tSIiIpSYmKhFixY1qeXll1/WgAEDFBERocGDB+vNN9/02G8YhubMmaP4+HhFRkYqPT1du3fvNu/LAAAATYSGWJTWt5duGXKh0vr28ghJZzubFVR9qo4eParLL79czzzzTJN9x44dU1lZmWbPnq2ysjL985//1K5du/SDH/zAY1x2dra2b9+uwsJCrV27Vhs2bNDdd9/t3u90OnXjjTeqT58+Ki0t1WOPPaa5c+dq+fLl7jHvvvuuxo8fr8mTJ2vr1q3KyspSVlaWKioq3GMWLVqkJUuWaNmyZSouLla3bt2UkZGh2lrfTYADAACexqTEa+PM6/XCXVdq8bgheuGuK7Vx5vX+WcbGCBCSjFdfffWMY0pKSgxJxueff24YhmHs2LHDkGRs3rzZPeatt94yLBaLsW/fPsMwDGPp0qVGz549jbq6OveYmTNnGv3793c/v+2224yxY8d6vFdqaqrxy1/+0jAMw3C5XIbNZjMee+wx9/7Dhw8b4eHhxgsvvNBivbW1tYbD4XA/9u7da0gyHA7HWb4NAAAQKBwOR6t+vzvURHWHwyGLxaIePXpIkoqKitSjRw8NHz7cPSY9PV0hISEqLi52j7nmmmsUFhbmHpORkaFdu3bp0KFD7jHp6eke75WRkaGioiJJUmVlpex2u8cYq9Wq1NRU95jmLFiwQFar1f1ITEw8ty8AAAAErA4TqmprazVz5kyNHz9e0dHRkiS73a7Y2FiPcV26dFFMTIzsdrt7TFxcnMeYxudnG3Pq/lNf19yY5jz44INyOBzux969e9v0mQEAQMfRIe7+O3nypG677TYZhqG8vDx/l9Nq4eHhCg8P93cZAADABwL+TFVjoPr8889VWFjoPkslSTabTQcOHPAY/80336i6ulo2m809Zv/+/R5jGp+fbcyp+099XXNjAABAcAvoUNUYqHbv3q1///vf6tWrl8f+tLQ0HT58WKWlpe5t69evl8vlUmpqqnvMhg0bdPLkt+sDFRYWqn///urZs6d7zLp16zyOXVhYqLS0NElSUlKSbDabxxin06ni4mL3GAAAENz8GqqOHDmi8vJylZeXS2qYEF5eXq49e/bo5MmT+vGPf6wtW7Zo1apVqq+vl91ul91u14kTJyRJAwcO1JgxY3TXXXeppKREmzZt0rRp0zRu3DglJCRIkn76058qLCxMkydP1vbt2/XSSy9p8eLFmjFjhruO6dOnq6CgQE888YQ+/PBDzZ07V1u2bNG0adMkSRaLRTk5OXr44Yf1+uuv64MPPtDPfvYzJSQkKCsry6ffGQAACFC+uRmxeW+//bahhiaoHo+JEycalZWVze6TZLz99tvuYxw8eNAYP3680b17dyM6OtqYNGmSUVNT4/E+77//vjFq1CgjPDzcuPDCC41HH320SS2rV682Lr30UiMsLMwYNGiQ8cYbb3jsd7lcxuzZs424uDgjPDzcuOGGG4xdu3a16fO29pZMAAAQOFr7+20xDMNoNm3BdE6nU1arVQ6Hw2NuGAAA/lTvMlpcCgat//3uEHf/AQCA9lFQUaV5+TtU5fh2hZB4a4RyM5P905W8AwvoieoAAKD9FFRUacrKMo9AJUl2R62mrCxTQUWVnyrrmAhVAAAEoXqXoXn5O9TcHKDGbfPyd6jexSyh1iJUAQAQhEoqq5ucoTqVIanKUauSymrfFdXBEaoAAAhCB2paDlTejAOhCgCAoBQbFWHqOBCqAAAISiOSYhRvjVBLjRMsargLcERSjC/L6tAIVQAABKHQEItyM5MlqUmwanyem5lMv6o2IFQBABCkxqTEK2/CMNmsnpf4bNYI5U0YRp+qNqL5JwAAQWxMSrxGJ9voqG4CQhUAAEEuNMSitL69/F1Gh8flPwAAABNwpgoAgP/DwsI4F4QqAADEwsI4d1z+AwAEPRYWhhkIVQCAoMbCwjALoQoAENRYWBhmYU4VACCosbBw85i033aEKgBAUGNh4aaYtO8dLv8BAIIaCwt7YtK+9whVAICgxsLC32LS/rkhVAEAgh4LCzdg0v65YU4VAABiYWGJSfvnilAFAMD/CfaFhZm0f264/AcAACQxaf9cEaoAAIAkJu2fK0IVAABwY9K+95hTBQAAPDBp3zuEKgAA0ESwT9r3BqEKAAAfYT29zo1QBQCAD7CeXufHRHUAANoZ6+kFB0IVAADtiPX0ggehCgCAdsR6esGDUAUAQDtiPb3gQagCAKAdsZ5e8CBUAQDQjlhPL3gQqgAAaEespxc8CFUAALQz1tMLDjT/BADAB1hPr/MjVAEA4COsp9e5cfkPAADABIQqAAAAExCqAAAATECoAgAAMAET1QEACHD1LoO7BjsAQhUAAAGsoKJK8/J3eCzKHG+NUG5mMv2tAgyX/wAACFAFFVWasrLMI1BJkt1Rqykry1RQUeWnytAcQhUAAAGo3mVoXv4OGc3sa9w2L3+H6l3NjYA/EKoAAAhAJZXVTc5QncqQVOWoVUllte+KwhkRqgAACEAHaloOVN6MQ/sjVAEAEIBioyLOPqgN49D+CFUAAASgEUkxirdGqKXGCRY13AU4IinGl2XhDAhVAAAEoNAQi3IzkyWpSbBqfJ6bmUy/qgBCqAIAIECNSYlX3oRhslk9L/HZrBHKmzCMPlUBhuafAAAEsDEp8RqdbKOjegdAqAIAIMCFhliU1reXv8vAWXD5DwAAwASEKgAAABMQqgAAAExAqAIAADABoQoAAMAE3P0HAOh06l0GLQjgc4QqAECnUlBRpXn5O1Tl+Hah4XhrhHIzk2mWiXbF5T8AQKdRUFGlKSvLPAKVJNkdtZqyskwFFVV+qgzBgFAFAOgU6l2G5uXvkNHMvsZt8/J3qN7V3Ajg3BGqAACdQklldZMzVKcyJFU5alVSWe27ohBUCFUAgE7hQE3LgcqbcUBb+TVUbdiwQZmZmUpISJDFYtGaNWs89huGoTlz5ig+Pl6RkZFKT0/X7t27PcZUV1crOztb0dHR6tGjhyZPnqwjR454jNm2bZuuvvpqRUREKDExUYsWLWpSy8svv6wBAwYoIiJCgwcP1ptvvtnmWgAA/hMbFWHqOKCt/Bqqjh49qssvv1zPPPNMs/sXLVqkJUuWaNmyZSouLla3bt2UkZGh2tpv/5aRnZ2t7du3q7CwUGvXrtWGDRt09913u/c7nU7deOON6tOnj0pLS/XYY49p7ty5Wr58uXvMu+++q/Hjx2vy5MnaunWrsrKylJWVpYqKijbVAgDwnxFJMYq3RqilxgkWNdwFOCIpxpdlIYhYDMMIiBl7FotFr776qrKysiQ1nBlKSEjQfffdp/vvv1+S5HA4FBcXpxUrVmjcuHHauXOnkpOTtXnzZg0fPlySVFBQoJtuuklffPGFEhISlJeXp4ceekh2u11hYWGSpFmzZmnNmjX68MMPJUm33367jh49qrVr17rrufLKKzVkyBAtW7asVbW0htPplNVqlcPhUHR0tCnfGwDgW413/0nymLDeGLTyJgyjrQLarLW/3wE7p6qyslJ2u13p6enubVarVampqSoqKpIkFRUVqUePHu5AJUnp6ekKCQlRcXGxe8w111zjDlSSlJGRoV27dunQoUPuMae+T+OYxvdpTS3Nqaurk9Pp9HgAANrPmJR45U0YJpvV8xKfzRpBoEK7C9jmn3a7XZIUFxfnsT0uLs69z263KzY21mN/ly5dFBMT4zEmKSmpyTEa9/Xs2VN2u/2s73O2WpqzYMECzZs37+wfFgBgmjEp8RqdbKOjOnwuYENVZ/Dggw9qxowZ7udOp1OJiYl+rAgAgkNoiEVpfXv5uwwEmYC9/Gez2SRJ+/fv99i+f/9+9z6bzaYDBw547P/mm29UXV3tMaa5Y5z6Hi2NOXX/2WppTnh4uKKjoz0eANBZ1LsMFX1yUK+V71PRJwdpqomgF7ChKikpSTabTevWrXNvczqdKi4uVlpamiQpLS1Nhw8fVmlpqXvM+vXr5XK5lJqa6h6zYcMGnTx50j2msLBQ/fv3V8+ePd1jTn2fxjGN79OaWgAgmBRUVGnUwvUa/9x7mv5iucY/955GLVzPMjAIan4NVUeOHFF5ebnKy8slNUwILy8v1549e2SxWJSTk6OHH35Yr7/+uj744AP97Gc/U0JCgvsOwYEDB2rMmDG66667VFJSok2bNmnatGkaN26cEhISJEk//elPFRYWpsmTJ2v79u166aWXtHjxYo/LctOnT1dBQYGeeOIJffjhh5o7d662bNmiadOmSVKragGAYMH6ekDz/NpS4T//+Y+uu+66JtsnTpyoFStWyDAM5ebmavny5Tp8+LBGjRqlpUuX6tJLL3WPra6u1rRp05Sfn6+QkBDdeuutWrJkibp37+4es23bNk2dOlWbN2/W+eefr1//+teaOXOmx3u+/PLL+t3vfqfPPvtM/fr106JFi3TTTTe597emlrOhpQKAjq7eZWjUwvUtLgdjUcOddhtnXs/EcHQarf39Dpg+VcGAUAWgoyv65KDGP/feWce9cNeVTBRHp9Hh+1QBAAIP6+sBLSNUAQBajfX1gJYRqgAArcb6ekDLCFUAgFYLDbEoNzNZkpoEq8bnuZnJTFJHUCJUAQDahPX1gOaxTA0AoM1YXw9oilAFAPAK6+sBnrj8BwAAYAJCFQAAgAkIVQAAACYgVAEAAJiAUAUAAGAC7v4DAB+odxm0HwA6OUIVALSzgooqzcvfoSrHt4sMx1sjlJuZTKNMoBPh8h8AtKOCiipNWVnmEagkye6o1ZSVZSqoqPJTZQDMRqgCgHZS7zI0L3+HjGb2NW6bl79D9a7mRgDoaAhVANBOSiqrm5yhOpUhqcpRq5LKat8VBaDdEKoAoJ0cqGk5UHkzDkBgI1QBQDuJjYowdRyAwEaoAoB2MiIpRvHWCLXUOMGihrsARyTF+LIsAO2EUAUA7SQ0xKLczGRJahKsGp/nZibTrwroJAhVANCOxqTEK2/CMNmsnpf4bNYI5U0YFhB9qupdhoo+OajXyvep6JOD3I0IeInmnwDQzsakxGt0si0gO6rTmBQwj8UwDP5K4iNOp1NWq1UOh0PR0dH+LgdAkGtsTHr6j0Bj1AuUM2mAv7X295vLfwAQhGhMCpiPUAUAQYjGpID5CFUAEIRoTAqYj1AFAEGIxqSA+QhVABCEaEwKmI9QBQBBiMakgPkIVQAQpDpCY1KgI6H5JwAEsUBuTAp0NIQqAAhyoSEWpfXt5e8ygA6Py38AAAAmIFQBAACYgFAFAABgAkIVAACACQhVAAAAJiBUAQAAmIBQBQAAYAJCFQAAgAm8bv559OhRvfPOO9qzZ49OnDjhse+ee+4558IAAAA6Eq9C1datW3XTTTfp2LFjOnr0qGJiYvT111/rvPPOU2xsLKEKAAAEHa8u/917773KzMzUoUOHFBkZqffee0+ff/65rrjiCj3++ONm1wgAABDwvApV5eXluu+++xQSEqLQ0FDV1dUpMTFRixYt0m9/+1uzawQAAAh4XoWqrl27KiSk4aWxsbHas2ePJMlqtWrv3r3mVQcAANBBeDWnaujQodq8ebP69euna6+9VnPmzNHXX3+tf/zjH0pJSTG7RgAAgIDn1ZmqRx55RPHx8ZKk+fPnq2fPnpoyZYq++uorLV++3NQCAQAAOgKLYRiGv4sIFk6nU1arVQ6HQ9HR0f4uBwAAtEJrf7+9OlN1/fXX6/Dhw97WBgAA0Ol4Far+85//NGn4CQAAEMy8XqbGYrGYWQcAAECH5vUyNT/84Q8VFhbW7L7169d7XRAAAEBH5HWoSktLU/fu3c2sBQAAoMPyKlRZLBY98MADio2NNbseAACADsmrUEUXBgAdSb3LUElltQ7U1Co2KkIjkmIUGsK8UADm8ipU5ebmcukPQIdQUFGlefk7VOWodW+Lt0YoNzNZY1Li/VgZgM6G5p8+RPNPwLcKKqo0ZWWZTv9DrvEcVd6EYQQrAGfV2t9vryeqv/LKK1q9erX27NnTpGdVWVmZt4cFAFPUuwzNy9/RJFBJkqGGYDUvf4dGJ9u4FAjAFF71qVqyZIkmTZqkuLg4bd26VSNGjFCvXr306aef6vvf/77ZNQJAm5VUVntc8judIanKUauSymrfFQWgU/MqVC1dulTLly/XU089pbCwMP3mN79RYWGh7rnnHjkcDrNrBIA2O1DTcqDyZhwAnI1XoWrPnj266qqrJEmRkZGqqamRJN1xxx164YUXzKsOALwUGxVh6jgAOBuvQpXNZlN1dcMp8969e+u9996TJFVWVtJuAUBAGJEUo3hrhFqaLWVRw12AI5Ji2uX9612Gij45qNfK96nok4Oqd/FnI9DZeTVR/frrr9frr7+uoUOHatKkSbr33nv1yiuvaMuWLfrRj35kdo0A0GahIRblZiZrysoyWSSPCeuNQSs3M7ldJqnTxgEITl61VHC5XHK5XOrSpSGTvfjii3r33XfVr18//fKXv2xxTcBgR0sFwPd8HXBo4wB0Pq39/aZPlQ8RqgD/8FVH9XqXoVEL17d416FFks0aoY0zr6eNA9CBtGufqtdff/2M+3/wgx94c1gAaBehIRal9e3V7u/TljYOvqgHgG95FaqysrJa3GexWFRfX+9tPQDQYdHGAQhuXt39J0lVVVXuuVWnPghUAIIVbRyA4OZ1qAoJ8fqlrVZfX6/Zs2crKSlJkZGR6tu3r/7whz94tG0wDENz5sxRfHy8IiMjlZ6ert27d3scp7q6WtnZ2YqOjlaPHj00efJkHTlyxGPMtm3bdPXVVysiIkKJiYlatGhRk3pefvllDRgwQBERERo8eLDefPPN9vngADokf7dxAOBfXiej5557Tnl5efr73/+uf//73/r666/NrEuStHDhQuXl5enpp5/Wzp07tXDhQi1atEhPPfWUe8yiRYu0ZMkSLVu2TMXFxerWrZsyMjJUW/vt6fXs7Gxt375dhYWFWrt2rTZs2KC7777bvd/pdOrGG29Unz59VFpaqscee0xz587V8uXL3WPeffddjR8/XpMnT9bWrVuVlZWlrKwsVVRUmP65AXRMjW0cJDUJVu3dxgGA/3l199/FF18sSTp58qScTqeOHj2qkJAQjR07Vv/4xz9Mu7Pt5ptvVlxcnP7yl7+4t916662KjIzUypUrZRiGEhISdN999+n++++XJDkcDsXFxWnFihUaN26cdu7cqeTkZG3evFnDhw+XJBUUFOimm27SF198oYSEBOXl5emhhx6S3W53t4OYNWuW1qxZow8//FCSdPvtt+vo0aNau3atu5Yrr7xSQ4YM0bJly5qtv66uTnV1de7nTqdTiYmJ3P0HdHL0qQI6l9be/efVmarPPvtMn332mfbt26eamho5HA7961//0kcffaTf/OY3Xhd9uquuukrr1q3TRx99JEl6//33tXHjRveizZWVlbLb7UpPT3e/xmq1KjU1VUVFRZKkoqIi9ejRwx2oJCk9PV0hISEqLi52j7nmmms8+mtlZGRo165dOnTokHvMqe/TOKbxfZqzYMECWa1W9yMxMfFcvg4AHcSYlHhtnHm9XrjrSi0eN0Qv3HWlNs68nkAFdHJe3f13uqioKN1www1aunSpJk+ebMYhJTWcLXI6nRowYIBCQ0NVX1+v+fPnKzs7W5Jkt9slSXFxcR6vi4uLc++z2+2KjY312N+lSxfFxMR4jElKSmpyjMZ9PXv2lN1uP+P7NOfBBx/UjBkz3M8bz1QB6Px81cYBQOAwJVQ1uu666/Tpp5+adrzVq1dr1apVev755zVo0CCVl5crJydHCQkJmjhxomnv017Cw8MVHh7u7zIAAIAPeBWqtm3bdsb9l112mVfFnO6BBx7QrFmzNG7cOEnS4MGD9fnnn2vBggWaOHGibDabJGn//v2Kj//2tPr+/fs1ZMgQSQ2LPx84cMDjuN98842qq6vdr7fZbNq/f7/HmMbnZxvTuB8AAAQ3r0LVkCFDZLFYPFobND43s/nnsWPHmrRuCA0NlcvlkiQlJSXJZrNp3bp17hDldDpVXFysKVOmSJLS0tJ0+PBhlZaW6oorrpAkrV+/Xi6XS6mpqe4xDz30kE6ePKmuXbtKkgoLC9W/f3/17NnTPWbdunXKyclx11JYWKi0tDRTPisAAOjYvL78V1xcrAsuuMDMWprIzMzU/Pnz1bt3bw0aNEhbt27VH//4R915552SGoJcTk6OHn74YfXr109JSUmaPXu2EhIS3F3fBw4cqDFjxuiuu+7SsmXLdPLkSU2bNk3jxo1TQkKCJOmnP/2p5s2bp8mTJ2vmzJmqqKjQ4sWL9ac//cldy/Tp03XttdfqiSee0NixY/Xiiy9qy5YtHm0XAABAEDO8YLFYjP3793vz0jZxOp3G9OnTjd69exsRERHGd77zHeOhhx4y6urq3GNcLpcxe/ZsIy4uzggPDzduuOEGY9euXR7HOXjwoDF+/Hije/fuRnR0tDFp0iSjpqbGY8z7779vjBo1yggPDzcuvPBC49FHH21Sz+rVq41LL73UCAsLMwYNGmS88cYbbfo8DofDkGQ4HI42vQ4AAPhPa3+/vepTFRIS0uxddTiz1va5AAAAgaNd+1RZLBZZLHQEBgAAaOTVnCrDMHTppZe2GKyqq6vPqSgAAICOxqtQ9de//tXsOgAAADo0r0JVR2i8CQAA4Etet1Sor6/Xq6++qp07d0qSkpOTdcstt6hLF1ObtAMAAHQIXiWg7du36wc/+IHsdrv69+8vSVq4cKEuuOAC5efnKyUlxdQiAQAAAp1Xd//94he/0KBBg/TFF1+orKxMZWVl2rt3ry677DLdfffdZtcIAAAQ8Lw6U1VeXq4tW7a4l3CRpJ49e2r+/Pn67ne/a1pxAAAAHYVXZ6ouvfTSJosLS9KBAwd0ySWXnHNRAAAAHY1XoWrBggW655579Morr+iLL77QF198oVdeeUU5OTlauHChnE6n+wEAABAMvF6mxn2A/2sA2niYU59bLBbV19ebUWenwDI1AAB0PK39/fZqTtXbb7/tdWEAAACdkVeh6tprrzW7DgAAgA7tnDp1Hjt2THv27NGJEyc8tl922WXnVBQAAEBH41Wo+uqrrzRp0iS99dZbze5nHhUAAAg2Xt39l5OTo8OHD6u4uFiRkZEqKCjQ3/72N/Xr10+vv/662TUCAAAEPK/OVK1fv16vvfaahg8frpCQEPXp00ejR49WdHS0FixYoLFjx5pdJwAAQEDz6kzV0aNHFRsbK6mhk/pXX30lSRo8eLDKysrMqw4AAKCD8CpU9e/fX7t27ZIkXX755Xr22We1b98+LVu2TPHx8aYWCAAA0BF4dflv+vTpqqqqkiTl5uZqzJgxWrlypcLCwvS3v/3N1AIBAAA6Aq86qp/u2LFj+vDDD9W7d2+df/75ZtTVKdFRHQCAjqe1v99tvvy3fPlyTZgwQatWrXI/HzJkiG677TbOUgEAgKDVpst/q1at0n333acbb7xRDzzwgD7++GM9+eSTuv/+++VyufT73/9eSUlJ+tGPftRe9QIAAASkNoWqpUuXKi8vTxMmTFBpaalSU1OVl5enu+66S5KUkJCgp556ilAFAACCTpsu/+3cuVNpaWmSpCuuuEIhISFKTU1177/mmmv0wQcfmFshAABAB9CmUFVXV6fzzjvP/Tw8PFzdu3d3P4+MjGSJGgAAEJTaFKouvPBCffzxx+7nK1eu9OhLtWvXLl188cWmFQcAANBRtClUXXvttXrzzTfdz2+55RZFRka6ny9fvlxXXXWVedUBAAB0EKb0qWpUU1OjiIgIde3a1axDdir0qQIAoONp7e+3Vx3VWxIVFWXm4QAAADoMr9b+AwAAgCdCFQAAgAkIVQAAACYgVAEAAJiAUAUAAGACU+/+AwCz1LsMlVRW60BNrWKjIjQiKUahIRZ/lwUALSJUAQg4BRVVmpe/Q1WOWve2eGuEcjOTNSYl/gyvBAD/4fIfgIBSUFGlKSvLPAKVJNkdtZqyskwFFVV+qgwAzoxQBSBg1LsMzcvfoeaWeWjcNi9/h+pdpi0EAQCmIVQBCBglldVNzlCdypBU5ahVSWW174oCgFYiVAEIGAdqWg5U3owDAF8iVAEIGLFREaaOAwBfIlQBCBgjkmIUb41QS40TLGq4C3BEUowvywKAViFUAQgYoSEW5WYmS1KTYNX4PDcz2d2vqt5lqOiTg3qtfJ+KPjnIBHYAfkWfKgABZUxKvPImDGvSp8p2Wp8qelkBCDQWwzD4q52POJ1OWa1WORwORUdH+7scIKCdqaN6Yy+r0//wajyblTdhGMEKgGla+/vNmSoAASk0xKK0vr2abD9bLyuLGnpZjU62sawNAJ9iThWADoVeVgACFaEKQIdCLysAgYrLf4DJzjQXCOeOXlYAAhWhCjARd6S1v8ZeVnZHbbPzqixquFOQXlYAfI3Lf4BJGu9IO32+j91Rqykry1RQUeWnyjqXtvayAgBfIVQBJjjbHWlSwx1pNKc0R2MvK5vV8xKfzRpBOwUAfsPlP8AEbbkjrbk2AWi7MSnxGp1sY/4agIBBqAJMEIh3pAXDhPmWelkBgD8QqgATBNodaUyYBwDfY04VYILGO9JaOg9kUUOo8cUdaUyYBwD/IFQBJgiUO9KYMA8A/kOoAkwSCHeksYQLAPgPc6oAE/n7jrRAnDAPAMGCUAWYzJ93pAXahHkACCZc/gM6kUCaMA8AwYZQBXQi/p4wX+8yVPTJQb1Wvk9FnxxkQjyAoMLlP6CTaZwwf3qfKls796miNxaAYGcxDIO/SvqI0+mU1WqVw+FQdHS0v8tBJ+fLjuqNvbFO/8Ok8d1Yjw9AR9ba32/OVAGdlK8mzJ+tN5ZFDb2xRifbOt0yOQBwKuZUAW3AnKGm6I0FAA04UwW0EnOGmkdvLABoEPBnqvbt26cJEyaoV69eioyM1ODBg7Vlyxb3fsMwNGfOHMXHxysyMlLp6enavXu3xzGqq6uVnZ2t6Oho9ejRQ5MnT9aRI0c8xmzbtk1XX321IiIilJiYqEWLFjWp5eWXX9aAAQMUERGhwYMH680332yfD42Aw3p6LaM3FgA0COhQdejQIY0cOVJdu3bVW2+9pR07duiJJ55Qz5493WMWLVqkJUuWaNmyZSouLla3bt2UkZGh2tpvf/yys7O1fft2FRYWau3atdqwYYPuvvtu936n06kbb7xRffr0UWlpqR577DHNnTtXy5cvd4959913NX78eE2ePFlbt25VVlaWsrKyVFFR4ZsvA37DenpnRm8sAGgQ0Hf/zZo1S5s2bdJ///vfZvcbhqGEhATdd999uv/++yVJDodDcXFxWrFihcaNG6edO3cqOTlZmzdv1vDhwyVJBQUFuummm/TFF18oISFBeXl5euihh2S32xUWFuZ+7zVr1ujDDz+UJN1+++06evSo1q5d637/K6+8UkOGDNGyZcta9Xm4+69jKvrkoMY/995Zx71w15V+66Tub41n8iR5hE/u/gPQGbT29zugz1S9/vrrGj58uH7yk58oNjZWQ4cO1XPPPefeX1lZKbvdrvT0dPc2q9Wq1NRUFRUVSZKKiorUo0cPd6CSpPT0dIWEhKi4uNg95pprrnEHKknKyMjQrl27dOjQIfeYU9+ncUzj+zSnrq5OTqfT44GOhzlDZxcIi0kDgL8F9ET1Tz/9VHl5eZoxY4Z++9vfavPmzbrnnnsUFhamiRMnym63S5Li4uI8XhcXF+feZ7fbFRsb67G/S5cuiomJ8RiTlJTU5BiN+3r27Cm73X7G92nOggULNG/ePC8+OQIJc4Zax9+LSQOAvwV0qHK5XBo+fLgeeeQRSdLQoUNVUVGhZcuWaeLEiX6u7uwefPBBzZgxw/3c6XQqMTHRjxXBG41zhuyO2mbnVVnUcEaGOUP+XUwaAPwtoC//xcfHKzk52WPbwIEDtWfPHkmSzWaTJO3fv99jzP79+937bDabDhw44LH/m2++UXV1tceY5o5x6nu0NKZxf3PCw8MVHR3t8UDH4+/19AAAHUNAh6qRI0dq165dHts++ugj9enTR5KUlJQkm82mdevWufc7nU4VFxcrLS1NkpSWlqbDhw+rtLTUPWb9+vVyuVxKTU11j9mwYYNOnjzpHlNYWKj+/fu77zRMS0vzeJ/GMY3vg86NOUMAgLMyAlhJSYnRpUsXY/78+cbu3buNVatWGeedd56xcuVK95hHH33U6NGjh/Haa68Z27ZtM2655RYjKSnJOH78uHvMmDFjjKFDhxrFxcXGxo0bjX79+hnjx4937z98+LARFxdn3HHHHUZFRYXx4osvGuedd57x7LPPusds2rTJ6NKli/H4448bO3fuNHJzc42uXbsaH3zwQas/j8PhMCQZDofjHL8Z+Ms39S7j3Y+/NtZs/cJ49+OvjW/qXf4uCQDQzlr7+x3QocowDCM/P99ISUkxwsPDjQEDBhjLly/32O9yuYzZs2cbcXFxRnh4uHHDDTcYu3bt8hhz8OBBY/z48Ub37t2N6OhoY9KkSUZNTY3HmPfff98YNWqUER4eblx44YXGo48+2qSW1atXG5deeqkRFhZmDBo0yHjjjTfa9FkIVQAAdDyt/f0O6D5VnQ19qmCGepdh2h12Zh4LADqr1v5+B/TdfwA8nev6g6eGqM++PqYXSvbI7mQtQwAwA2eqfIgzVR1LoJ3Faexafvp/sK3tWt5cIDsdHdABoCnOVAHn4FzPCJntbOsPWtSw/uDoZFuzwa+lQObNsQAAzQvolgqAPzQGkNPP6NgdtZqyskwFFVU+r6mksvqMZ5gMSVWOWpVUVjfZd6ZA1tZjAQBaRqgCTnG2M0JSw1mcepdvr5qfy/qDZwtk5/qeAIAGhCrgFOdyRqg9ncv6g96Go2BfyxAA2opQBZziXM4ItafG9QdbmuFkUcOcr+bWH2xrODrTsQAALSNUAac4lzNC7elc1h+8ok9PtXa+OWsZAoD3CFXAKc7ljFB783b9wdLPD6m1U8BYyxAAvEdLBeAUjWeEpqwsk0XymLAeCGdxxqTEa3SyrU39s1p7qXLadX117+j+nKECAC8RqoDTNJ4ROr1Pla2Vfarau2loaIhFaX17tXp8ay9VjrzkAgIVAJwDQhXQDG/OCEmB1zRU+vaSpt1R22yrCIsaAiMT0wHg3DCnCmhB4xmhW4ZcqLS+vVoVqAKtaah0bpPcAQCtR6gCTBCoTUMbeTvJHQDQelz+A0zQlqahbZkPZSZvL2kCAFqHUAWYIFCbhp6urZPcAQCtx+U/wASB2jQUAOA7hCrABIHcNBQA4BuEKsAE3GEHACBUASbhDjsACG5MVAdMxB12ABC8CFWAybjDDgCCE5f/AAAATECoAgAAMAGhCgAAwASEKgAAABMQqgAAAExAqAIAADABoQoAAMAEhCoAAAATEKoAAABMQKgCAAAwAaEKAADABIQqAAAAExCqAAAATECoAgAAMAGhCgAAwASEKgAAABMQqgAAAExAqAIAADABoQoAAMAEhCoAAAATdPF3AfCNepehkspqHaipVWxUhEYkxSg0xOLvsgAA6DQIVUGgoKJK8/J3qMpR694Wb41QbmayxqTE+7EyAAA6Dy7/dXIFFVWasrLMI1BJkt1Rqykry1RQUeWnygAA6FwIVZ1YvcvQvPwdMprZ17htXv4O1buaGwEAANqCUNWJlVRWNzlDdSpDUpWjViWV1b4rCgCATopQ1YkdqGk5UHkzDgAAtIxQ1YnFRkWYOg4AALSMUNWJjUiKUbw1Qi01TrCo4S7AEUkxviwLAIBOiVDViYWGWJSbmSxJTYJV4/PczGT6VQEAYAJCVSc3JiVeeROGyWb1vMRns0Yob8Iw+lQBAGASmn8GgTEp8RqdbKOjOgAA7YhQFSRCQyxK69vL32WwXA4AoNMiVMFnWC4HANCZMacKPsFyOQCAzo5QhXbHcjkAgGBAqEK7Y7kcAEAwIFSh3bFcDgAgGBCq0O5YLgcAEAwIVWh3LJcDAAgGhCq0O5bLAQAEA0IVfILlcgAAnR3NP+EzLJcDAOjMCFXwqUBZLgcAALNx+Q8AAMAEhCoAAAATcPkPAafeZTDvCgDQ4XSoM1WPPvqoLBaLcnJy3Ntqa2s1depU9erVS927d9ett96q/fv3e7xuz549Gjt2rM477zzFxsbqgQce0DfffOMx5j//+Y+GDRum8PBwXXLJJVqxYkWT93/mmWd08cUXKyIiQqmpqSopKWmPjxnUCiqqNGrheo1/7j1Nf7Fc4597T6MWrmfBZQBAwOswoWrz5s169tlnddlll3lsv/fee5Wfn6+XX35Z77zzjr788kv96Ec/cu+vr6/X2LFjdeLECb377rv629/+phUrVmjOnDnuMZWVlRo7dqyuu+46lZeXKycnR7/4xS/0r3/9yz3mpZde0owZM5Sbm6uysjJdfvnlysjI0IEDB9r/wweJgooqTVlZ1mSdQLujVlNWlhGsAAABzWIYhuHvIs7myJEjGjZsmJYuXaqHH35YQ4YM0ZNPPimHw6ELLrhAzz//vH784x9Lkj788EMNHDhQRUVFuvLKK/XWW2/p5ptv1pdffqm4uDhJ0rJlyzRz5kx99dVXCgsL08yZM/XGG2+ooqLC/Z7jxo3T4cOHVVBQIElKTU3Vd7/7XT399NOSJJfLpcTERP3617/WrFmzWvU5nE6nrFarHA6HoqOjTfluOsulsnqXoVEL17e48LJFDT2tNs68vkN+PgBAx9Xa3+8OcaZq6tSpGjt2rNLT0z22l5aW6uTJkx7bBwwYoN69e6uoqEiSVFRUpMGDB7sDlSRlZGTI6XRq+/bt7jGnHzsjI8N9jBMnTqi0tNRjTEhIiNLT091jmlNXVyen0+nxMFNnulRWUlndYqCSJENSlaNWJZXVvisKAIA2CPhQ9eKLL6qsrEwLFixoss9utyssLEw9evTw2B4XFye73e4ec2qgatzfuO9MY5xOp44fP66vv/5a9fX1zY5pPEZzFixYIKvV6n4kJia27kO3Qme7VHagpuVA5c04AAB8LaBD1d69ezV9+nStWrVKERERZ39BgHnwwQflcDjcj71795py3HqXoXn5O9TcddvGbfPyd6jeFfBXdt1io1r3z7e14wAA8LWADlWlpaU6cOCAhg0bpi5duqhLly565513tGTJEnXp0kVxcXE6ceKEDh8+7PG6/fv3y2azSZJsNluTuwEbn59tTHR0tCIjI3X++ecrNDS02TGNx2hOeHi4oqOjPR5m6IyXykYkxSjeGtFkweVGFknx1oY5YwAABKKADlU33HCDPvjgA5WXl7sfw4cPV3Z2tvv/d+3aVevWrXO/ZteuXdqzZ4/S0tIkSWlpafrggw887tIrLCxUdHS0kpOT3WNOPUbjmMZjhIWF6YorrvAY43K5tG7dOvcYX+qMl8pCQyzKzWz453F6sGp8npuZzCR1AEDACujmn1FRUUpJSfHY1q1bN/Xq1cu9ffLkyZoxY4ZiYmIUHR2tX//610pLS9OVV14pSbrxxhuVnJysO+64Q4sWLZLdbtfvfvc7TZ06VeHh4ZKk//f//p+efvpp/eY3v9Gdd96p9evXa/Xq1XrjjTfc7ztjxgxNnDhRw4cP14gRI/Tkk0/q6NGjmjRpko++jW+156Uyf95NOCYlXnkThmle/g6PM3E2a4RyM5M1JiXeJ3UAAOCNgA5VrfGnP/1JISEhuvXWW1VXV6eMjAwtXbrUvT80NFRr167VlClTlJaWpm7dumnixIn6/e9/7x6TlJSkN954Q/fee68WL16siy66SH/+85+VkZHhHnP77bfrq6++0pw5c2S32zVkyBAVFBQ0mbzuC42XyuyO2mbnVTW2H2jrpbKCiqomgSbex4FmTEq8RifbOkWbCABAcOkQfao6CzP7VDXe/SfJI1g1Ro+8CcPaFIQaj3f6vwzeHg8AgM6iU/WpQlONl8psVs9LfDZrRJsDUGe8mxAAAF/r8Jf/gplZl8racjdhWt9e51g1AACdE6GqgwsNsZxz0OmMdxMCAOBrXP4DjTcBADABoQo03gQAwASEKtB4EwAAExCqIMncuwkBAAhGTFSHG403AQDwHqEKHsy4mxAAgGDE5T8AAAATEKoAAABMQKgCAAAwAaEKAADABIQqAAAAExCqAAAATECoAgAAMAGhCgAAwASEKgAAABPQUd2HDMOQJDmdTj9XAgAAWqvxd7vxd7wlhCofqqmpkSQlJib6uRIAANBWNTU1slqtLe63GGeLXTCNy+XSl19+qaioKFkswbtIsdPpVGJiovbu3avo6Gh/lxN0+P79h+/ev/j+/asjf/+GYaimpkYJCQkKCWl55hRnqnwoJCREF110kb/LCBjR0dEd7j+szoTv33/47v2L79+/Our3f6YzVI2YqA4AAGACQhUAAIAJCFXwufDwcOXm5io8PNzfpQQlvn//4bv3L75//wqG75+J6gAAACbgTBUAAIAJCFUAAAAmIFQBAACYgFAFAABgAkIVfGLBggX67ne/q6ioKMXGxiorK0u7du3yd1lB69FHH5XFYlFOTo6/Swka+/bt04QJE9SrVy9FRkZq8ODB2rJli7/LCgr19fWaPXu2kpKSFBkZqb59++oPf/jDWddxg3c2bNigzMxMJSQkyGKxaM2aNR77DcPQnDlzFB8fr8jISKWnp2v37t3+KdZkhCr4xDvvvKOpU6fqvffeU2FhoU6ePKkbb7xRR48e9XdpQWfz5s169tlnddlll/m7lKBx6NAhjRw5Ul27dtVbb72lHTt26IknnlDPnj39XVpQWLhwofLy8vT0009r586dWrhwoRYtWqSnnnrK36V1SkePHtXll1+uZ555ptn9ixYt0pIlS7Rs2TIVFxerW7duysjIUG1trY8rNR8tFeAXX331lWJjY/XOO+/ommuu8Xc5QePIkSMaNmyYli5dqocfflhDhgzRk08+6e+yOr1Zs2Zp06ZN+u9//+vvUoLSzTffrLi4OP3lL39xb7v11lsVGRmplStX+rGyzs9isejVV19VVlaWpIazVAkJCbrvvvt0//33S5IcDofi4uK0YsUKjRs3zo/VnjvOVMEvHA6HJCkmJsbPlQSXqVOnauzYsUpPT/d3KUHl9ddf1/Dhw/WTn/xEsbGxGjp0qJ577jl/lxU0rrrqKq1bt04fffSRJOn999/Xxo0b9f3vf9/PlQWfyspK2e12jz+DrFarUlNTVVRU5MfKzMGCyvA5l8ulnJwcjRw5UikpKf4uJ2i8+OKLKisr0+bNm/1dStD59NNPlZeXpxkzZui3v/2tNm/erHvuuUdhYWGaOHGiv8vr9GbNmiWn06kBAwYoNDRU9fX1mj9/vrKzs/1dWtCx2+2SpLi4OI/tcXFx7n0dGaEKPjd16lRVVFRo48aN/i4laOzdu1fTp09XYWGhIiIi/F1O0HG5XBo+fLgeeeQRSdLQoUNVUVGhZcuWEap8YPXq1Vq1apWef/55DRo0SOXl5crJyVFCQgLfP0zF5T/41LRp07R27Vq9/fbbuuiii/xdTtAoLS3VgQMHNGzYMHXp0kVdunTRO++8oyVLlqhLly6qr6/3d4mdWnx8vJKTkz22DRw4UHv27PFTRcHlgQce0KxZszRu3DgNHjxYd9xxh+69914tWLDA36UFHZvNJknav3+/x/b9+/e793VkhCr4hGEYmjZtml599VWtX79eSUlJ/i4pqNxwww364IMPVF5e7n4MHz5c2dnZKi8vV2hoqL9L7NRGjhzZpIXIRx99pD59+vipouBy7NgxhYR4/tyFhobK5XL5qaLglZSUJJvNpnXr1rm3OZ1OFRcXKy0tzY+VmYPLf/CJqVOn6vnnn9drr72mqKgo97Vzq9WqyMhIP1fX+UVFRTWZv9atWzf16tWLeW0+cO+99+qqq67SI488ottuu00lJSVavny5li9f7u/SgkJmZqbmz5+v3r17a9CgQdq6dav++Mc/6s477/R3aZ3SkSNH9PHHH7ufV1ZWqry8XDExMerdu7dycnL08MMPq1+/fkpKStLs2bOVkJDgvkOwQzMAH5DU7OOvf/2rv0sLWtdee60xffp0f5cRNPLz842UlBQjPDzcGDBggLF8+XJ/lxQ0nE6nMX36dKN3795GRESE8Z3vfMd46KGHjLq6On+X1im9/fbbzf55P3HiRMMwDMPlchmzZ8824uLijPDwcOOGG24wdu3a5d+iTUKfKgAAABMwpwoAAMAEhCoAAAATEKoAAABMQKgCAAAwAaEKAADABIQqAAAAExCqAAAATECoAgAAMAGhCgAAwASEKgAw0R133KFHHnnE32W0qKCgQEOGDGExYaAdEKoABLS9e/fqzjvvVEJCgsLCwtSnTx9Nnz5dBw8e9HdpTbz//vt68803dc899/i7lBaNGTNGXbt21apVq/xdCtDpEKoABKxPP/1Uw4cP1+7du/XCCy/o448/1rJly7Ru3TqlpaWpurra3yV6eOqpp/STn/xE3bt393cpZ/Tzn/9cS5Ys8XcZQKdDqAIQsKZOnaqwsDD97//+r6699lr17t1b3//+9/Xvf/9b+/bt00MPPeQee/HFF8tisTR5ZGVlucd873vfU05OTrPvlZOTo+9973uSGkJHc8eyWCz6+c9/3uzr6+vr9corrygzM9Nje3N13X///e79eXl56tu3r8LCwtS/f3/94x//aHLsuXPnnvFzrVixQj169Gi2rvLyclksFn322WfubZmZmdqyZYs++eSTZl8DwDuEKgABqbq6Wv/617/0q1/9SpGRkR77bDabsrOz9dJLL8kwDPf23//+96qqqnI/brvtNq/ee/HixR7HuO2229zPFy9e3Oxrtm3bJofDoeHDhzfZd3pdubm5kqRXX31V06dP13333aeKigr98pe/1KRJk/T22283OcagQYPO+XM16t27t+Li4vTf//73nI4DwFMXfxcAAM3ZvXu3DMPQwIEDm90/cOBAHTp0SF999ZViY2MlSVFRUbLZbO4xkZGRqqura/N7W61WWa1W9zEkeRy3OZ9//rlCQ0PdtZzq9LoaPf744/r5z3+uX/3qV5KkGTNm6L333tPjjz+u6667zj2urq5OkZGR7mN4+7lOlZCQoM8///ycjgHAE2eqAAS0U89EmWHp0qXq3r27evXqpdTUVOXn55ty3OPHjys8PFwWi6XVr9m5c6dGjhzpsW3kyJHauXOnx7aDBw8qOjr6jMdyOBzq3r27oqOj1a9fP91///06efJki+MjIyN17NixVtcK4OwIVQAC0iWXXCKLxdIkYDTauXOnevbsqQsuuKBNx83OzlZ5ebk2bNigq6++Wj/+8Y+1b9++c673/PPP17Fjx3TixIlzPtbpPv30UyUlJZ1xTFRUlMrLy1VaWqrHH39cf/7zn1u8VCk1XF5t63cH4MwIVQACUq9evTR69GgtXbpUx48f99hnt9u1atUq3X777W06MyQ1XNq75JJLNGjQIM2bN08nTpxoMbi1xZAhQyRJO3bsaPVrBg4cqE2bNnls27Rpk5KTk93Pa2trVVJSoquvvvqMxwoJCdEll1yifv366ZZbbtHo0aNVXl7e7Nja2lp98sknGjp0aKtrBXB2hCoAAevpp59WXV2dMjIytGHDBu3du1cFBQUaPXq0LrzwQs2fP7/Nx6yvr1dtba0cDoeeffZZde3aVf379z/nWi+44AINGzZMGzdubPVrHnjgAa1YsUJ5eXnavXu3/vjHP+qf//yn++7AI0eOaM6cOZKkUaNGyW63y2636/jx46qrq5PD4fA4Xm1trY4fP67S0lJt3LhRKSkpzb7ve++9p/DwcKWlpXn5aQE0h1AFIGD169dPW7Zs0Xe+8x3ddttt6tu3r+6++25dd911KioqUkxMTJuP+fTTTysyMlKxsbH6n//5H61atUqJiYmm1PuLX/yiTU01s7KytHjxYj3++OMaNGiQnn32Wf31r391t3Z4/PHH9dhjj6mmpkaXXHKJ4uPjFR8fr9WrV6ugoEDTp093H8vhcCgyMlLdunXTzTffrB/+8IeaMWNGs+/7wgsvKDs7W+edd945fV4AniyG2bNAASBIHT9+XP3799dLL71kylmguXPnevzvqdasWaM1a9ZoxYoVbTrm119/rf79+2vLli1nnacFoG1oqQAAJomMjNTf//53ff3116Yc70yd2SMiItxtH9ris88+09KlSwlUQDvgTBUAAIAJmFMFAABgAkIVAACACQhVAAAAJiBUAQAAmIBQBQAAYAJCFQAAgAkIVQAAACYgVAEAAJjg/wME22ZhLfk8rQAAAABJRU5ErkJggg==", "text/plain": [ "
" ] @@ -593,7 +595,7 @@ }, { "cell_type": "code", - "execution_count": 493, + "execution_count": 418, "metadata": {}, "outputs": [], "source": [ @@ -605,14 +607,14 @@ }, { "cell_type": "code", - "execution_count": 494, + "execution_count": 419, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "26780.099150628157\n", + "26780.09915062818\n", "[9312.57512673]\n" ] } @@ -627,7 +629,7 @@ }, { "cell_type": "code", - "execution_count": 495, + "execution_count": 420, "metadata": {}, "outputs": [], "source": [ @@ -637,12 +639,12 @@ }, { "cell_type": "code", - "execution_count": 496, + "execution_count": 421, "metadata": {}, "outputs": [ { "data": { - "image/png": "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gv57UdWSJUuUnp6uu+++W1arVUOGDNHs2f891xgWFqb8/HylpaWpR48eat26tSZOnOj1WUO33367li5dqgkTJuj555/X9ddfrxUrVqhz586emvOZCwAAMK8GB6G+ffvK7T7zFegWi0WTJ0/W5MmTz1gTERGhpUuXnnU7N998sz7++OOz1gwdOlRDhw69qLkAAADz4rvGAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRkehGpra/XCCy8oLi5OwcHBuvbaazVlyhS53W5Pjdvt1sSJExUdHa3g4GAlJiZqz549XuMcOnRIw4cPV2hoqMLDw5WamqqKigqvmi+++EJ33HGHgoKCFBsbq5ycnHrzef/999WhQwcFBQWpS5cuWrNmjdG7DAAAfJThQWjatGmaP3++5s6dq507d2ratGnKycnRnDlzPDU5OTmaPXu2cnNzVVxcrGbNmik5OVlVVVWemuHDh2vHjh2y2+1atWqVCgsLNWrUKM/68vJyJSUlqV27diopKdFrr72m7OxsLViwwFOzceNGPfTQQ0pNTdW2bds0aNAgDRo0SF9++aXRuw0AAHyQ4UFo48aNGjhwoAYMGKD27dvrgQceUFJSkjZt2iTpxLtBM2fO1IQJEzRw4EDdfPPNeuedd/T9999rxYoVkqSdO3cqLy9Pb775pnr16qXevXtrzpw5eu+99/T9999LkpYsWaKamhotWrRIN910k4YNG6ann35aM2bM8Mxl1qxZ6t+/v8aOHauOHTtqypQp6t69u+bOnWv0bgMAAB/kb/SAt99+uxYsWKCvv/5aN9xwgz7//HN98sknnoCyd+9eORwOJSYmep4TFhamXr16qaioSMOGDVNRUZHCw8MVHx/vqUlMTJTValVxcbEGDx6soqIi9enTR4GBgZ6a5ORkTZs2TYcPH1bLli1VVFSkzMxMr/klJyd7AtepqqurVV1d7XlcXl4uSXI6nXI6nRfdm8ZSN7fLeY6NxebnPnfR+Y5lPTGW0xpk2JgnBjTf78XMx6TRzNxLXt/GMLKPkm/0siGvF8OD0Pjx41VeXq4OHTrIz89PtbW1evnllzV8+HBJksPhkCRFRkZ6PS8yMtKzzuFwqE2bNt4T9fdXRESEV01cXFy9MerWtWzZUg6H46zbOdXUqVP14osv1luen5+vkJCQ89r/pmS325t6CpdcTk/jx7R3mW3sgCa+Ls2Mx2RjMWMveX0bozH6KF3evaysrDzvWsOD0PLly7VkyRItXbpUN910k0pLS5WRkaGYmBilpKQYvTlDZWVleb2DVF5ertjYWCUlJSk0NLQJZ3Z2TqdTdrtd/fr1U0BAQFNP55LqnL3WsLFsVremxLvUb/vTCnBVnfsJ5yvrH8aN5SPMfEwazcy95PVtDCP7KPlGL+vO6JwPw4PQ2LFjNX78eA0bNkyS1KVLF3333XeaOnWqUlJSFBUVJUkqKytTdHS053llZWXq1q2bJCkqKkoHDhzwGvf48eM6dOiQ5/lRUVEqKyvzqql7fK6auvWnstlsstls9ZYHBAT4xD9AvjJPI1XXWgwfM8BVZeyL22S/k5OZ8ZhsLGbsJa9vYzRGH6XLu5cNea0YfrF0ZWWlrFbvYf38/ORyuSRJcXFxioqKUkFBgWd9eXm5iouLlZCQIElKSEjQkSNHVFJS4qlZt26dXC6XevXq5akpLCz0Og9ot9t14403qmXLlp6ak7dTV1O3HQAAYG6GB6H77rtPL7/8slavXq2///3v+vDDDzVjxgwNHjxYkmSxWJSRkaGXXnpJK1eu1Pbt2zVixAjFxMRo0KBBkqSOHTuqf//+GjlypDZt2qRPP/1U6enpGjZsmGJiYiRJDz/8sAIDA5WamqodO3Zo2bJlmjVrlteprWeeeUZ5eXmaPn26du3apezsbG3ZskXp6elG7zYAAPBBhp8amzNnjl544QU9+eSTOnDggGJiYvSb3/xGEydO9NSMGzdOx44d06hRo3TkyBH17t1beXl5Cgr67xXoS5YsUXp6uu6++25ZrVYNGTJEs2f/98KssLAw5efnKy0tTT169FDr1q01ceJEr88auv3227V06VJNmDBBzz//vK6//nqtWLFCnTt3Nnq3AQCADzI8CLVo0UIzZ87UzJkzz1hjsVg0efJkTZ48+Yw1ERERWrp06Vm3dfPNN+vjjz8+a83QoUM1dOjQs9YAAABz4rvGAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAafk39QQAXMGmXiO5qowbL/uocWMBgHhHCAAAmBhBCAAAmBZBCAAAmBZBCAAAmBYXSwOAgdqPX23oeDY/t3J6ytgLz7noHPDgHSEAAGBaBCEAAGBaBCEAAGBaBCEAAGBajRKE/vnPf+qRRx5Rq1atFBwcrC5dumjLli2e9W63WxMnTlR0dLSCg4OVmJioPXv2eI1x6NAhDR8+XKGhoQoPD1dqaqoqKiq8ar744gvdcccdCgoKUmxsrHJycurN5f3331eHDh0UFBSkLl26aM2aNY2xywAAwAcZHoQOHz6sn/70pwoICNCf//xnffXVV5o+fbpatmzpqcnJydHs2bOVm5ur4uJiNWvWTMnJyaqq+u8dEcOHD9eOHTtkt9u1atUqFRYWatSoUZ715eXlSkpKUrt27VRSUqLXXntN2dnZWrBggadm48aNeuihh5Samqpt27Zp0KBBGjRokL788kujdxsAAPggw2+fnzZtmmJjY/XWW295lsXFxXn+2+12a+bMmZowYYIGDhwoSXrnnXcUGRmpFStWaNiwYdq5c6fy8vK0efNmxcfHS5LmzJmje++9V7/73e8UExOjJUuWqKamRosWLVJgYKBuuukmlZaWasaMGZ7ANGvWLPXv319jx46VJE2ZMkV2u11z585Vbm6u0bsOAAB8jOFBaOXKlUpOTtbQoUO1YcMGXX311XryySc1cuRISdLevXvlcDiUmJjoeU5YWJh69eqloqIiDRs2TEVFRQoPD/eEIElKTEyU1WpVcXGxBg8erKKiIvXp00eBgYGemuTkZE2bNk2HDx9Wy5YtVVRUpMzMTK/5JScna8WKFaede3V1taqrqz2Py8vLJUlOp1NOp/Oie9NY6uZ2Oc+xsdj83MaNZT0xltMaZNiYJwY03+/Fc0yasJdGHpNSIx2XPtBHide3UXzimJQM7WVD/h4aHoT+9re/af78+crMzNTzzz+vzZs36+mnn1ZgYKBSUlLkcDgkSZGRkV7Pi4yM9KxzOBxq06aN90T9/RUREeFVc/I7TSeP6XA41LJlSzkcjrNu51RTp07Viy++WG95fn6+QkJCzrcFTcZutzf1FC65nJ7Gj2nvMtvYAU18XZoZe9kYx6RkcC99oI8Sr2+j+MQxKRnay8rKyvOuNTwIuVwuxcfH65VXXpEk3XLLLfryyy+Vm5urlJQUozdnqKysLK93kMrLyxUbG6ukpCSFhoY24czOzul0ym63q1+/fgoICGjq6VxSnbPXGjaWzerWlHiX+m1/WgFGfYKvJGX9w7ixfITnmDRhL408JqVGOi59oI8Sr2+j+MQxKRnay7ozOufD8CAUHR2tTp06eS3r2LGj/vjHP0qSoqKiJEllZWWKjo721JSVlalbt26emgMHDniNcfz4cR06dMjz/KioKJWVlXnV1D0+V03d+lPZbDbZbLZ6ywMCAnwiYPjKPI1UXWsxfMwAV5WxL26T/U5OZsZeNsYxKRncSx/oo8Tr2yg+cUxKhvayIX8LDb9r7Kc//al2797ttezrr79Wu3btJJ24cDoqKkoFBQWe9eXl5SouLlZCQoIkKSEhQUeOHFFJSYmnZt26dXK5XOrVq5enprCw0Os8oN1u14033ui5Qy0hIcFrO3U1ddsBAADmZngQGjNmjD777DO98sor+uabb7R06VItWLBAaWlpkiSLxaKMjAy99NJLWrlypbZv364RI0YoJiZGgwYNknTiHaT+/ftr5MiR2rRpkz799FOlp6dr2LBhiomJkSQ9/PDDCgwMVGpqqnbs2KFly5Zp1qxZXqe2nnnmGeXl5Wn69OnatWuXsrOztWXLFqWnpxu92wAAwAcZfmrs1ltv1YcffqisrCxNnjxZcXFxmjlzpoYPH+6pGTdunI4dO6ZRo0bpyJEj6t27t/Ly8hQU9N8r0JcsWaL09HTdfffdslqtGjJkiGbP/u+FWWFhYcrPz1daWpp69Oih1q1ba+LEiV6fNXT77bdr6dKlmjBhgp5//nldf/31WrFihTp37mz0bgMAAB9keBCSpJ///Of6+c9/fsb1FotFkydP1uTJk89YExERoaVLl551OzfffLM+/vjjs9YMHTpUQ4cOPfuEAQCAKfFdYwAAwLQIQgAAwLQa5dQYAN/SfvxqQ8ez+bkb7UPcAMBIvCMEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMq9GD0KuvviqLxaKMjAzPsqqqKqWlpalVq1Zq3ry5hgwZorKyMq/n7du3TwMGDFBISIjatGmjsWPH6vjx414169evV/fu3WWz2XTddddp8eLF9bY/b948tW/fXkFBQerVq5c2bdrUGLsJAAB8UKMGoc2bN+v3v/+9br75Zq/lY8aM0UcffaT3339fGzZs0Pfff6/777/fs762tlYDBgxQTU2NNm7cqLfffluLFy/WxIkTPTV79+7VgAEDdOedd6q0tFQZGRn69a9/rbVr13pqli1bpszMTE2aNElbt25V165dlZycrAMHDjTmbgMAAB/RaEGooqJCw4cP1//+7/+qZcuWnuVHjx7VwoULNWPGDN11113q0aOH3nrrLW3cuFGfffaZJCk/P19fffWV/vCHP6hbt2665557NGXKFM2bN081NTWSpNzcXMXFxWn69Onq2LGj0tPT9cADD+j111/3bGvGjBkaOXKkHn/8cXXq1Em5ubkKCQnRokWLGmu3AQCAD/FvrIHT0tI0YMAAJSYm6qWXXvIsLykpkdPpVGJiomdZhw4d1LZtWxUVFem2225TUVGRunTposjISE9NcnKyRo8erR07duiWW25RUVGR1xh1NXWn4GpqalRSUqKsrCzPeqvVqsTERBUVFTXSXjexqddIripj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qqq0fPlyjRgxoolm51t27typzz77TAkJCerQoYN27dqlWbNmqbq6Wo888ojuuuuupp7iZe/k74w82axZs/TII4+oVatWkqQZM2ZcymldEY4dO6bly5frm2++UXR0tB566CFPP30VQcjH3Hbbberatatyc3PrfRGs2+3WE088oS+++EJFRUVNNMMrx+eff67u3burtra2qadyWfv666+VlJSkffv2yWKxqHfv3nrvvfcUHR0t6URIj4mJoY/nIS8vTwMHDlTz5s1VWVmpDz/8UCNGjFDXrl3lcrm0YcMG5efnE4bOwWq1qmvXrvW+K3LDhg2Kj49Xs2bNZLFYtG7duqaZoA/p1KmTPvnkE0VERGj//v3q06ePDh8+rBtuuEHffvut/P399dlnnykuLq6pp3rBCEI+Jjg4WNu2bVOHDh1Ou37Xrl265ZZb9OOPP17imfmelStXnnX93/72N/32t7/lD/g5DB48WE6nU4sXL9aRI0eUkZGhr776SuvXr1fbtm0JQg1w++2366677tJLL72k9957T08++aRGjx6tl19+WZKUlZWlkpIS5efnN/FML2+vvvqqFixYoDfffNMrNAYEBOjzzz+v964lzsxqtcrhcKhNmzZ65JFHtHfvXq1Zs0ZhYWGqqKjQ4MGDddVVV2np0qVNPdUL54ZPad++vfvtt98+4/q3337b3a5du0s3IR9msVjcVqvVbbFYzvhjtVqbepqXvTZt2ri/+OILz2OXy+V+4okn3G3btnV/++23bofDQR/PU2hoqHvPnj1ut9vtrq2tdfv7+7u3bt3qWb99+3Z3ZGRkU03Pp2zatMl9ww03uH/729+6a2pq3G632+3v7+/esWNHE8/Mt1gsFndZWZnb7Xa7f/KTn7jz8/O91n/66afu2NjYppiaYbhrzMc8++yzGjVqlJ555hmtXLlSxcXFKi4u1sqVK/XMM8/oiSee0Lhx45p6mj4hOjpaH3zwgVwu12l/tm7d2tRT9Ak//vij/P3/e9+FxWLR/Pnzdd999+lnP/uZvv766yacne+pO+VttVoVFBSksLAwz7oWLVro6NGjTTU1n3LrrbeqpKREBw8eVHx8vL788st6lxPg/NT1raqqynPKu87VV1+tgwcPNsW0DMNdYz4mLS1NrVu31uuvv6433njDc7rBz89PPXr00OLFi/XLX/6yiWfpG3r06KGSkhINHDjwtOstFgu3256HDh06aMuWLfXuxJk7d64k6Re/+EVTTMsntW/fXnv27NG1114rSSoqKlLbtm096/ft21fvDxHOrHnz5nr77bf13nvvKTExkdOzF+juu++Wv7+/ysvLtXv3bnXu3Nmz7rvvvvP5i6UJQj7owQcf1IMPPiin06l///vfkqTWrVsrICCgiWfmW8aOHatjx46dcf11112nv/71r5dwRr5p8ODBevfdd/Xoo4/WWzd37ly5XC7l5uY2wcx8z+jRo73+WJ/8B0eS/vznP3Oh9AUYNmyYevfurZKSErVr166pp+NTJk2a5PW4efPmXo8/+ugj3XHHHZdySobjYmkAAGBaXCMEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABM6/8DLia4sQaFFfkAAAAASUVORK5CYII=", + "image/png": "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gv57UdWSJUuUnp6uu+++W1arVUOGDNHs2f891xgWFqb8/HylpaWpR48eat26tSZOnOj1WUO33367li5dqgkTJuj555/X9ddfrxUrVqhz586emvOZCwAAMK8GB6G+ffvK7T7zFegWi0WTJ0/W5MmTz1gTERGhpUuXnnU7N998sz7++OOz1gwdOlRDhw69qLkAAADz4rvGAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRkehGpra/XCCy8oLi5OwcHBuvbaazVlyhS53W5Pjdvt1sSJExUdHa3g4GAlJiZqz549XuMcOnRIw4cPV2hoqMLDw5WamqqKigqvmi+++EJ33HGHgoKCFBsbq5ycnHrzef/999WhQwcFBQWpS5cuWrNmjdG7DAAAfJThQWjatGmaP3++5s6dq507d2ratGnKycnRnDlzPDU5OTmaPXu2cnNzVVxcrGbNmik5OVlVVVWemuHDh2vHjh2y2+1atWqVCgsLNWrUKM/68vJyJSUlqV27diopKdFrr72m7OxsLViwwFOzceNGPfTQQ0pNTdW2bds0aNAgDRo0SF9++aXRuw0AAHyQ4UFo48aNGjhwoAYMGKD27dvrgQceUFJSkjZt2iTpxLtBM2fO1IQJEzRw4EDdfPPNeuedd/T9999rxYoVkqSdO3cqLy9Pb775pnr16qXevXtrzpw5eu+99/T9999LkpYsWaKamhotWrRIN910k4YNG6ann35aM2bM8Mxl1qxZ6t+/v8aOHauOHTtqypQp6t69u+bOnWv0bgMAAB/kb/SAt99+uxYsWKCvv/5aN9xwgz7//HN98sknnoCyd+9eORwOJSYmep4TFhamXr16qaioSMOGDVNRUZHCw8MVHx/vqUlMTJTValVxcbEGDx6soqIi9enTR4GBgZ6a5ORkTZs2TYcPH1bLli1VVFSkzMxMr/klJyd7AtepqqurVV1d7XlcXl4uSXI6nXI6nRfdm8ZSN7fLeY6NxebnPnfR+Y5lPTGW0xpk2JgnBjTf78XMx6TRzNxLXt/GMLKPkm/0siGvF8OD0Pjx41VeXq4OHTrIz89PtbW1evnllzV8+HBJksPhkCRFRkZ6PS8yMtKzzuFwqE2bNt4T9fdXRESEV01cXFy9MerWtWzZUg6H46zbOdXUqVP14osv1luen5+vkJCQ89r/pmS325t6CpdcTk/jx7R3mW3sgCa+Ls2Mx2RjMWMveX0bozH6KF3evaysrDzvWsOD0PLly7VkyRItXbpUN910k0pLS5WRkaGYmBilpKQYvTlDZWVleb2DVF5ertjYWCUlJSk0NLQJZ3Z2TqdTdrtd/fr1U0BAQFNP55LqnL3WsLFsVremxLvUb/vTCnBVnfsJ5yvrH8aN5SPMfEwazcy95PVtDCP7KPlGL+vO6JwPw4PQ2LFjNX78eA0bNkyS1KVLF3333XeaOnWqUlJSFBUVJUkqKytTdHS053llZWXq1q2bJCkqKkoHDhzwGvf48eM6dOiQ5/lRUVEqKyvzqql7fK6auvWnstlsstls9ZYHBAT4xD9AvjJPI1XXWgwfM8BVZeyL22S/k5OZ8ZhsLGbsJa9vYzRGH6XLu5cNea0YfrF0ZWWlrFbvYf38/ORyuSRJcXFxioqKUkFBgWd9eXm5iouLlZCQIElKSEjQkSNHVFJS4qlZt26dXC6XevXq5akpLCz0Og9ot9t14403qmXLlp6ak7dTV1O3HQAAYG6GB6H77rtPL7/8slavXq2///3v+vDDDzVjxgwNHjxYkmSxWJSRkaGXXnpJK1eu1Pbt2zVixAjFxMRo0KBBkqSOHTuqf//+GjlypDZt2qRPP/1U6enpGjZsmGJiYiRJDz/8sAIDA5WamqodO3Zo2bJlmjVrlteprWeeeUZ5eXmaPn26du3apezsbG3ZskXp6elG7zYAAPBBhp8amzNnjl544QU9+eSTOnDggGJiYvSb3/xGEydO9NSMGzdOx44d06hRo3TkyBH17t1beXl5Cgr67xXoS5YsUXp6uu6++25ZrVYNGTJEs2f/98KssLAw5efnKy0tTT169FDr1q01ceJEr88auv3227V06VJNmDBBzz//vK6//nqtWLFCnTt3Nnq3AQCADzI8CLVo0UIzZ87UzJkzz1hjsVg0efJkTZ48+Yw1ERERWrp06Vm3dfPNN+vjjz8+a83QoUM1dOjQs9YAAABz4rvGAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAaRGEAACAafk39QQAXMGmXiO5qowbL/uocWMBgHhHCAAAmBhBCAAAmBZBCAAAmBZBCAAAmBYXSwOAgdqPX23oeDY/t3J6ytgLz7noHPDgHSEAAGBaBCEAAGBaBCEAAGBaBCEAAGBajRKE/vnPf+qRRx5Rq1atFBwcrC5dumjLli2e9W63WxMnTlR0dLSCg4OVmJioPXv2eI1x6NAhDR8+XKGhoQoPD1dqaqoqKiq8ar744gvdcccdCgoKUmxsrHJycurN5f3331eHDh0UFBSkLl26aM2aNY2xywAAwAcZHoQOHz6sn/70pwoICNCf//xnffXVV5o+fbpatmzpqcnJydHs2bOVm5ur4uJiNWvWTMnJyaqq+u8dEcOHD9eOHTtkt9u1atUqFRYWatSoUZ715eXlSkpKUrt27VRSUqLXXntN2dnZWrBggadm48aNeuihh5Samqpt27Zp0KBBGjRokL788kujdxsAAPggw2+fnzZtmmJjY/XWW295lsXFxXn+2+12a+bMmZowYYIGDhwoSXrnnXcUGRmpFStWaNiwYdq5c6fy8vK0efNmxcfHS5LmzJmje++9V7/73e8UExOjJUuWqKamRosWLVJgYKBuuukmlZaWasaMGZ7ANGvWLPXv319jx46VJE2ZMkV2u11z585Vbm6u0bsOAAB8jOFBaOXKlUpOTtbQoUO1YcMGXX311XryySc1cuRISdLevXvlcDiUmJjoeU5YWJh69eqloqIiDRs2TEVFRQoPD/eEIElKTEyU1WpVcXGxBg8erKKiIvXp00eBgYGemuTkZE2bNk2HDx9Wy5YtVVRUpMzMTK/5JScna8WKFaede3V1taqrqz2Py8vLJUlOp1NOp/Oie9NY6uZ2Oc+xsdj83MaNZT0xltMaZNiYJwY03+/Fc0yasJdGHpNSIx2XPtBHide3UXzimJQM7WVD/h4aHoT+9re/af78+crMzNTzzz+vzZs36+mnn1ZgYKBSUlLkcDgkSZGRkV7Pi4yM9KxzOBxq06aN90T9/RUREeFVc/I7TSeP6XA41LJlSzkcjrNu51RTp07Viy++WG95fn6+QkJCzrcFTcZutzf1FC65nJ7Gj2nvMtvYAU18XZoZe9kYx6RkcC99oI8Sr2+j+MQxKRnay8rKyvOuNTwIuVwuxcfH65VXXpEk3XLLLfryyy+Vm5urlJQUozdnqKysLK93kMrLyxUbG6ukpCSFhoY24czOzul0ym63q1+/fgoICGjq6VxSnbPXGjaWzerWlHiX+m1/WgFGfYKvJGX9w7ixfITnmDRhL408JqVGOi59oI8Sr2+j+MQxKRnay7ozOufD8CAUHR2tTp06eS3r2LGj/vjHP0qSoqKiJEllZWWKjo721JSVlalbt26emgMHDniNcfz4cR06dMjz/KioKJWVlXnV1D0+V03d+lPZbDbZbLZ6ywMCAnwiYPjKPI1UXWsxfMwAV5WxL26T/U5OZsZeNsYxKRncSx/oo8Tr2yg+cUxKhvayIX8LDb9r7Kc//al2797ttezrr79Wu3btJJ24cDoqKkoFBQWe9eXl5SouLlZCQoIkKSEhQUeOHFFJSYmnZt26dXK5XOrVq5enprCw0Os8oN1u14033ui5Qy0hIcFrO3U1ddsBAADmZngQGjNmjD777DO98sor+uabb7R06VItWLBAaWlpkiSLxaKMjAy99NJLWrlypbZv364RI0YoJiZGgwYNknTiHaT+/ftr5MiR2rRpkz799FOlp6dr2LBhiomJkSQ9/PDDCgwMVGpqqnbs2KFly5Zp1qxZXqe2nnnmGeXl5Wn69OnatWuXsrOztWXLFqWnpxu92wAAwAcZfmrs1ltv1YcffqisrCxNnjxZcXFxmjlzpoYPH+6pGTdunI4dO6ZRo0bpyJEj6t27t/Ly8hQU9N8r0JcsWaL09HTdfffdslqtGjJkiGbP/u+FWWFhYcrPz1daWpp69Oih1q1ba+LEiV6fNXT77bdr6dKlmjBhgp5//nldf/31WrFihTp37mz0bgMAAB9keBCSpJ///Of6+c9/fsb1FotFkydP1uTJk89YExERoaVLl551OzfffLM+/vjjs9YMHTpUQ4cOPfuEAQCAKfFdYwAAwLQIQgAAwLQa5dQYAN/SfvxqQ8ez+bkb7UPcAMBIvCMEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMq9GD0KuvviqLxaKMjAzPsqqqKqWlpalVq1Zq3ry5hgwZorKyMq/n7du3TwMGDFBISIjatGmjsWPH6vjx414169evV/fu3WWz2XTddddp8eLF9bY/b948tW/fXkFBQerVq5c2bdrUGLsJAAB8UKMGoc2bN+v3v/+9br75Zq/lY8aM0UcffaT3339fGzZs0Pfff6/777/fs762tlYDBgxQTU2NNm7cqLfffluLFy/WxIkTPTV79+7VgAEDdOedd6q0tFQZGRn69a9/rbVr13pqli1bpszMTE2aNElbt25V165dlZycrAMHDjTmbgMAAB/RaEGooqJCw4cP1//+7/+qZcuWnuVHjx7VwoULNWPGDN11113q0aOH3nrrLW3cuFGfffaZJCk/P19fffWV/vCHP6hbt2665557NGXKFM2bN081NTWSpNzcXMXFxWn69Onq2LGj0tPT9cADD+j111/3bGvGjBkaOXKkHn/8cXXq1Em5ubkKCQnRokWLGmu3AQCAD/FvrIHT0tI0YMAAJSYm6qWXXvIsLykpkdPpVGJiomdZhw4d1LZtWxUVFem2225TUVGRunTposjISE9NcnKyRo8erR07duiWW25RUVGR1xh1NXWn4GpqalRSUqKsrCzPeqvVqsTERBUVFTXSXjexqddIripj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qqq0fPlyjRgxoolm51t27typzz77TAkJCerQoYN27dqlWbNmqbq6Wo888ojuuuuupp7iZe/k74w82axZs/TII4+oVatWkqQZM2ZcymldEY4dO6bly5frm2++UXR0tB566CFPP30VQcjH3Hbbberatatyc3PrfRGs2+3WE088oS+++EJFRUVNNMMrx+eff67u3burtra2qadyWfv666+VlJSkffv2yWKxqHfv3nrvvfcUHR0t6URIj4mJoY/nIS8vTwMHDlTz5s1VWVmpDz/8UCNGjFDXrl3lcrm0YcMG5efnE4bOwWq1qmvXrvW+K3LDhg2Kj49Xs2bNZLFYtG7duqaZoA/p1KmTPvnkE0VERGj//v3q06ePDh8+rBtuuEHffvut/P399dlnnykuLq6pp3rBCEI+Jjg4WNu2bVOHDh1Ou37Xrl265ZZb9OOPP17imfmelStXnnX93/72N/32t7/lD/g5DB48WE6nU4sXL9aRI0eUkZGhr776SuvXr1fbtm0JQg1w++2366677tJLL72k9957T08++aRGjx6tl19+WZKUlZWlkpIS5efnN/FML2+vvvqqFixYoDfffNMrNAYEBOjzzz+v964lzsxqtcrhcKhNmzZ65JFHtHfvXq1Zs0ZhYWGqqKjQ4MGDddVVV2np0qVNPdUL54ZPad++vfvtt98+4/q3337b3a5du0s3IR9msVjcVqvVbbFYzvhjtVqbepqXvTZt2ri/+OILz2OXy+V+4okn3G3btnV/++23bofDQR/PU2hoqHvPnj1ut9vtrq2tdfv7+7u3bt3qWb99+3Z3ZGRkU03Pp2zatMl9ww03uH/729+6a2pq3G632+3v7+/esWNHE8/Mt1gsFndZWZnb7Xa7f/KTn7jz8/O91n/66afu2NjYppiaYbhrzMc8++yzGjVqlJ555hmtXLlSxcXFKi4u1sqVK/XMM8/oiSee0Lhx45p6mj4hOjpaH3zwgVwu12l/tm7d2tRT9Ak//vij/P3/e9+FxWLR/Pnzdd999+lnP/uZvv766yacne+pO+VttVoVFBSksLAwz7oWLVro6NGjTTU1n3LrrbeqpKREBw8eVHx8vL788st6lxPg/NT1raqqynPKu87VV1+tgwcPNsW0DMNdYz4mLS1NrVu31uuvv6433njDc7rBz89PPXr00OLFi/XLX/6yiWfpG3r06KGSkhINHDjwtOstFgu3256HDh06aMuWLfXuxJk7d64k6Re/+EVTTMsntW/fXnv27NG1114rSSoqKlLbtm096/ft21fvDxHOrHnz5nr77bf13nvvKTExkdOzF+juu++Wv7+/ysvLtXv3bnXu3Nmz7rvvvvP5i6UJQj7owQcf1IMPPiin06l///vfkqTWrVsrICCgiWfmW8aOHatjx46dcf11112nv/71r5dwRr5p8ODBevfdd/Xoo4/WWzd37ly5XC7l5uY2wcx8z+jRo73+WJ/8B0eS/vznP3Oh9AUYNmyYevfurZKSErVr166pp+NTJk2a5PW4efPmXo8/+ugj3XHHHZdySobjYmkAAGBaXCMEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABMiyAEAABM6/8DLia4sQaFFfkAAAAASUVORK5CYII=", "text/plain": [ "
" ] @@ -659,12 +661,12 @@ }, { "cell_type": "code", - "execution_count": 497, + "execution_count": 422, "metadata": {}, "outputs": [ { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAkIAAAGdCAYAAAD+JxxnAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy80BEi2AAAACXBIWXMAAA9hAAAPYQGoP6dpAAA9uUlEQVR4nO3de3RU1d3/8U8uMAmQC2BzQS6mPgjlUoVSY7z+WlJCF1JZ2lpjUIq0+lCsoFbxBog3MFC1qIBoVSoIhVZFELEpoAikAUO4RDBQG4EiSfoQMglIQsjs3x/HDDlMgASSnMnM+7XWrOXZZ5P5TlOdD9+9zzkhxhgjAACAIBTqdAEAAABOIQgBAICgRRACAABBiyAEAACCFkEIAAAELYIQAAAIWgQhAAAQtAhCAAAgaIU7XYA/83g8+vrrrxUVFaWQkBCnywEAAA1gjFFFRYW6dOmi0NAz93wIQmfw9ddfq1u3bk6XAQAAzsH+/fvVtWvXM84hCJ1BVFSUJOt/yOjoaIerAQAADVFeXq5u3bp5v8fPhCB0BrXLYdHR0QQhAABamYZsa2GzNAAACFoEIQAAELQIQgAAIGgRhAAAQNAiCAEAgKBFEAIAAEGLIAQAAIIWQQgAAAQtghAAAAhaBCEAABC0eMQGAABocTUeo02FpSqpqFRcVIQuT+qksNCzPxKjqRGEAABAi1qVf1BTl+/UQXeldywxJkJThvfR0H6JLVoLS2MAAKDFrMo/qLELtuhYUYkeWvu6Bhz4QpJU5K7U2AVbtCr/YIvWQxACAAAtosZjNHX5To3IX6Ots27V/256R4+sfV2SZL6dM3X5TtV4zOl/SBNjaQwAALSITV/+n/7ybIa6u4u9Y0u+n+r9ZyPpoLtSmwpLlXJx5xapiSAEAACa344dSvn+921Dg8fM0ZcXdPOZWlJR6TPWXFgaAwAAzWvCBKlOCPrigh5KevD9ekOQJMVFRbRQYXSEAABAcykvl2JibEOP3fKYFva4QvXtAgqRlBBjXUrfUugIAQCApve3v/mEIB0+rKsf/a0kK/TUVXs8ZXifFr2fEEEIAAA0HWOkgQOln//85NjYsdZ4bKyG9kvUnJEDlRBjX/5KiInQnJED/f8+QuvWrdPw4cPVpUsXhYSE6L333vOeq66u1sSJE9W/f3+1b99eXbp00e23366vv/7a9jNKS0uVkZGh6OhoxcbGasyYMTpy5Ihtzvbt23XNNdcoIiJC3bp1U2Zmpk8tS5cuVe/evRUREaH+/ftr5cqVtvPGGE2ePFmJiYmKjIxUamqq9uzZ09iPDAAAGmL3bik0VMrLOzm2ZYs0e7Zt2tB+iVo/8cda9Jsr9MdbLtOi31yh9RN/3OIhSDqHIHT06FFdeumlevnll33OffPNN9qyZYsmTZqkLVu26J133lFBQYF+9rOf2eZlZGTo888/V1ZWllasWKF169bpzjvv9J4vLy/XkCFD1KNHD+Xm5mrGjBl6/PHHNW/ePO+cjRs3Kj09XWPGjFFeXp5GjBihESNGKD8/3zsnMzNTs2bN0ty5c5WTk6P27dsrLS1NlZUttxsdAICgMGmS1KvXyeOuXaUTJ6QBA+qdHhYaopSLO+uGyy5UysWdHXm8hiTJnAdJ5t133z3jnE2bNhlJZu/evcYYY3bu3Gkkmc2bN3vnfPjhhyYkJMQcOHDAGGPM7NmzTceOHU1VVZV3zsSJE02vXr28xzfffLMZNmyY7b2Sk5PNXXfdZYwxxuPxmISEBDNjxgzv+bKyMuNyucyiRYsa9PncbreRZNxud4PmAwAQdI4eNcZa+Dr5ev11R0tqzPd3s+8RcrvdCgkJUWxsrCQpOztbsbGxGjRokHdOamqqQkNDlZOT451z7bXXqm3btt45aWlpKigo0OHDh71zUlNP3oSpdk52drYkqbCwUEVFRbY5MTExSk5O9s45VVVVlcrLy20vAABwGqtWSe3b28dKSqTRo52p5xw0axCqrKzUxIkTlZ6erujoaElSUVGR4uLibPPCw8PVqVMnFRUVeefEx8fb5tQen21O3fN1/1x9c041bdo0xcTEeF/dutV/fwMAAIKaMdKPfyz99Kcnx2691Rr/znecq+scNFsQqq6u1s033yxjjObMmdNcb9OkHn74Ybndbu9r//79TpcEAIB/2bvX2hC9du3JsY0bpYULnavpPDRLEKoNQXv37lVWVpa3GyRJCQkJKikpsc0/ceKESktLlZCQ4J1TXFxsm1N7fLY5dc/X/XP1zTmVy+VSdHS07QUAAL6VmSlddNHJ4w4dpOPHpZQUx0o6X00ehGpD0J49e/SPf/xDnTvbH5qWkpKisrIy5ebmesfWrFkjj8ej5ORk75x169apurraOycrK0u9evVSx44dvXNWr15t+9lZWVlK+faXkZSUpISEBNuc8vJy5eTkeOcAAIAGqKqyukATJ54cmzVLqqiQ2rRxrq6m0Nid2BUVFSYvL8/k5eUZSea5554zeXl5Zu/eveb48ePmZz/7menatavZunWrOXjwoPdV9wqwoUOHmgEDBpicnByzfv1607NnT5Oenu49X1ZWZuLj481tt91m8vPzzeLFi027du3MK6+84p2zYcMGEx4ebmbOnGl27dplpkyZYtq0aWN27NjhnTN9+nQTGxtrli1bZrZv325uuOEGk5SUZI4dO9agz8pVYwCAoPfxx75Xhf3nP05XdUaN+f5udBBau3atkeTzGjVqlCksLKz3nCSzdu1a7884dOiQSU9PNx06dDDR0dFm9OjRpqKiwvY+27ZtM1dffbVxuVzmwgsvNNOnT/epZcmSJeaSSy4xbdu2NX379jUffPCB7bzH4zGTJk0y8fHxxuVymcGDB5uCgoIGf1aCEAAgqN1wgz0AXX+90xU1SGO+v0OMMfU99wyyltJiYmLkdrvZLwQACB4HD0pdutjHVq+2rhRrBRrz/c3T5wEACDA1HqNNhaUqqahUXJT1NPcG37l5zhzpt7+1jx07JkVE1D+/lSMIAQAQQFblH9TU5Tt10H3ycVKJMRGaMrzPmZ/ldeKEFBcnfXvjYknS009LjzzSjNU6j6fPAwAQIFblH9TYBVtsIUiSityVGrtgi1blH6z/D27aZF39VTcE/fvfAR+CJIIQAAABocZjNHX5TtW38bd2bOrynarxnDLjV7+Svr19jSTpmmskj0dKSmqmSv0LS2MAAASATYWlPp2guoykg+5KbSosVcrFnaVDh6QLLrBPWrFCGjaseQv1M3SEAAAIACUVpw9BPvP+/GffEFRREXQhSCIIAQAQEOKizn5VV4jxKO1nV0mjRp0cfOgh6y5BHTo0Y3X+i6UxAAACwOVJnZQYE6Eid2W9+4S+V1KoD9/4nX1w1y6pd+8Wqc9f0RECACAAhIWGaMrwPpKkU+8Y9Pg/XrGHoP79rQ3RQR6CJIIQAAABY2i/RM0ZOVAJMdYyWVTVUX317PX6Ve7yk5P+8hdp+3YppIE3WAxwLI0BABBAhvZL1E/6JOjLF1/TJRPutJ88fFiKjXWkLn9FEAIAIJB4PAoLC9Mldcd++1vp5ZedqsivsTQGAECgWL5cCguzj+XlEYLOgI4QAACBoL49P8ePW4/OwGnREQIAoDX77399Q9A111j3BiIEnRVBCACA1mr8eOuJ8XXt3CmtW+dMPa0QS2MAALQ2xkih9fQyTH23UsSZ0BECAKA1+eQT3xD0/POEoHNERwgAgNaiUyfrXkB1HT0qtWvnTD0BgI4QAAD+rrzc2hBdNwT17Gl1gQhB54UgBACAP3viCSkmxj62aZO0e7cz9QQYlsYAAPBX9d0biL1ATYqOEAAA/mbLFt8QNGkSIagZ0BECAMCf9O1r3QuoLh6W2mwIQgAA+INjx3w3PnfoIFVUOFNPkGBpDAAAp734om8IWrOGENQC6AgBAOCk+jZEezz1j6PJ0RECAMAJBQW+Yee3v7U2RBOCWgwdIQAAWtrgwdbSV11FRVJ8vDP1BDGCEAAALaW6Wmrb1necy+Idw9IYAACNUOMxyv7ykJZtPaDsLw+pxtPAELNggW8Ieu89QpDD6AgBANBAq/IPaurynTrorvSOJcZEaMrwPhraL/H0f7C+PT81Nb5PkUeL4zcAAEADrMo/qLELtthCkCQVuSs1dsEWrco/6PuH9u3zDUG/+IXVBSIE+QV+CwAAnEWNx2jq8p2qbxGrdmzq8p32ZbJbbpF69LBP/uoracmSZqoS54KlMQAAzmJTYalPJ6guI+mgu1KbCkuVktRRCgurZxJ7gfwRHSEAAM6ipOL0IaiukBXLfUPQ/PmEID9GRwgAgLOIi4o465yvnr3ed/D4calNm2aoCE2FjhAAAGdxeVInJcZEqL77PXc+WuYbgq691uoCEYL8HkEIAICzCAsN0ZThfSTJFoYez5qr3JdG2ifv3Cl98knLFYfzwtIYAAANMLRfouaMHGjdR6jsmL7KHO47ib1ArQ4dIQAAGmhov0StvyLMNwS98AIhqJWiIwQAQEMNH66wFSvsY998I0VGOlMPzhtBCACAszl6VOrQwT7Wu7e0a5cz9aDJsDQGAMCZzJ/vG4K++IIQFCDoCAEAcDr1PSyVvUABhY4QAACn2r3bNwS98QYhKADREQIAoK5f/cpaDqvryBGpfXtHykHzIggBACBJVVVSxCmP0hg2TDr1KjEEFJbGAAB45x3fEJSXRwgKAnSEAADBLSZGKi+3j3k89W+URsChIwQACE779llhp24Iqr1DNCEoaNARAgAEn3vvtUJPXYcPS7GxTlQDBxGEAADB48QJqU0b+1hysvTPfzpTDxzH0hgAIDj8/e++IWj9ekJQkKMjBAAIfP/zP9KXX9rHamqkUPoBwY7/BwAAAldxsbXxuW4ImjrV2hBNCIIIQgCAQDV1qpSQYB8rKpImT3amHvgllsYAAIHF45HCwuxj3/2u79IYIDpCAIBAsmGDbwj66CNCEE6LjhAAIDBccYWUk2Mfq66Wwvmqw+nREQIAtG5lZdaG6LohaMIEa0M0IQhnQRACALRef/yj1LGjfWzvXun5552pB60OURkA0PrUd/l7VJTvw1OBs6AjBABoXbZu9Q1Bf/0rIQjnhI4QAKD1uP566YMP7GOVlZLL5Uw9aPXoCAEA/N/Ro9aG6LohaNQoa4mMEITzQBACAPi3N9+UOnSwjxUUWOPAeWJpDADgv0JCfMeMafk6ELAa3RFat26dhg8fri5duigkJETvvfee7bwxRpMnT1ZiYqIiIyOVmpqqPXv22OaUlpYqIyND0dHRio2N1ZgxY3TkyBHbnO3bt+uaa65RRESEunXrpszMTJ9ali5dqt69eysiIkL9+/fXypUrG10LAMAPFRT4hqA33iAEock1OggdPXpUl156qV5++eV6z2dmZmrWrFmaO3eucnJy1L59e6WlpamystI7JyMjQ59//rmysrK0YsUKrVu3Tnfeeaf3fHl5uYYMGaIePXooNzdXM2bM0OOPP6558+Z552zcuFHp6ekaM2aM8vLyNGLECI0YMUL5+fmNqgUA4Gduv13q3ds+duSI9KtfOVIOApw5D5LMu+++6z32eDwmISHBzJgxwztWVlZmXC6XWbRokTHGmJ07dxpJZvPmzd45H374oQkJCTEHDhwwxhgze/Zs07FjR1NVVeWdM3HiRNOrVy/v8c0332yGDRtmqyc5OdncddddDa7lbNxut5Fk3G53g+YDAM5DZaUxVs/n5Ov6652uCq1QY76/m3SzdGFhoYqKipSamuodi4mJUXJysrKzsyVJ2dnZio2N1aBBg7xzUlNTFRoaqpxvb4+enZ2ta6+9Vm3btvXOSUtLU0FBgQ4fPuydU/d9aufUvk9DajlVVVWVysvLbS8AQAv429+kiAj7WF6etHy5M/UgaDRpECoqKpIkxcfH28bj4+O954qKihQXF2c7Hx4erk6dOtnm1Pcz6r7H6ebUPX+2Wk41bdo0xcTEeF/dunVrwKcGAJyXDh2kn//cPubxSJdd5kg5CC5cPl/Hww8/LLfb7X3t37/f6ZIAIHDt3WttiD569OTYCy9Yi2L1XS0GNIMmDUIJCQmSpOLiYtt4cXGx91xCQoJKSkps50+cOKHS0lLbnPp+Rt33ON2cuufPVsupXC6XoqOjbS8AQDOYMEG66CL72OHD0vjxTlSDINakQSgpKUkJCQlavXq1d6y8vFw5OTlKSUmRJKWkpKisrEy5ubneOWvWrJHH41FycrJ3zrp161RdXe2dk5WVpV69eqnjt08ZTklJsb1P7Zza92lILQCAFnbihNXt+eMfT45dcYXVBYqNdawsBLHG7sSuqKgweXl5Ji8vz0gyzz33nMnLyzN79+41xhgzffp0Exsba5YtW2a2b99ubrjhBpOUlGSOHTvm/RlDhw41AwYMMDk5OWb9+vWmZ8+eJj093Xu+rKzMxMfHm9tuu83k5+ebxYsXm3bt2plXXnnFO2fDhg0mPDzczJw50+zatctMmTLFtGnTxuzYscM7pyG1nAlXjQFAE1q1yveqsA0bnK4KAagx39+NDkJr1641knxeo0aNMsZYl61PmjTJxMfHG5fLZQYPHmwKCgpsP+PQoUMmPT3ddOjQwURHR5vRo0ebiooK25xt27aZq6++2rhcLnPhhRea6dOn+9SyZMkSc8kll5i2bduavn37mg8++MB2viG1nAlBCACaSFKSbwiqqXG6KgSoxnx/hxjDbTpPp7y8XDExMXK73ewXAoBzUVwsnbovc+pUafJkZ+pBUGjM9zdXjQEAmsfUqb4hqKiIEAS/wkNXAQBNy+ORwsLsYz17Srt3O1MPcAZ0hAAATWfDBt8Q9Pe/E4Lgt+gIAQCaRnKytGmTfay6Wgrnqwb+i44QAOD8HD5s3RuobgiaMMG6NowQBD9HEAIAnLsXXpA6dbKP7d0rPf+8I+UAjUVUBwA0njFS6Cl/l46JkcrKHCkHOFd0hAAAjZOX5xuC3nmHEIRWiY4QAKDhhg2TVq60j1VWSi6XM/UA54mOEADg7I4csTZE1w1Bo0ZZS2SEILRiBCEAwJm98YYUFWUfKyiQ3nzTkXKApsTSGADg9EJCfMd4RCUCCB0hAICvL77wDUFvvkkIQsChIwQAsLv9dumtt+xjR45I7ds7Uw/QjAhCAABLVZUUEWEfu/56aflyZ+oBWgBLYwAA6a9/9Q1BW7cSghDw6AgBQLBr31765hv7mMdT/0ZpIMDQEQKAYLV3rxV26oagWbOsDdGEIAQJOkIAEIzuuUd68UX72OHDUmysI+UATiEIAUAwOXFCatPGPpaSIm3c6Ew9gMNYGgOAYPHRR74haONGQhCCGh0hAAgGSUnSV1/Zx2pqfJ8iDwQZ/g0AgEBWVGRtfK4bgp580toQTQgC6AgBQMCaMkV64gn7WHGxFBfnTD2AHyIIAUCg8XiksDD7WM+e0u7dztQD+DH6ogAQSNav9w1Bf/87IQg4DTpCABAofvhD6bPP7GPV1VI4/6kHToeOEAC0docPWxui64ag++6zNkQTgoAzIggBQGv2/PNSp072sX37pD/8wZl6gFaGvyoAQGtU3+XvMTFSWZkj5QCtFR0hAGht8vJ8Q9A77xCCgHNARwgAWpOf/lRatco+VlkpuVzO1AO0cnSEAKA1OHLE2hBdNwT96lfWEhkhCDhnBCEA8Hevvy5FRdnHdu+W3njDmXqAAMLSGAD4s5AQ3zFjWr4OIEDREQIAf/TFF74haP58QhDQxOgIAYC/GTlSWrjQPnbkiNS+vTP1AAGMIAQA/qKyUoqMtI/97GfSsmXO1AMEAZbGAMAfLF3qG4K2biUEAc2MjhAAOK1dO+nYMfuYx1P/RmkATYqOEAA4Ze9eK+zUDUGzZlkboglBQIugIwQATrjnHunFF+1jhw9LsbGOlAMEK4IQALSkEyekNm3sY1deKW3Y4Ew9QJBjaQwAWsqqVb4haONGQhDgIDpCANASevSQ9u2zj9XU+D5FHkCL4t9AAGhORUXWxue6IejJJ60N0YQgwHF0hACguUyZIj3xhH2suFiKi3OmHgA+CEIA0NQ8HikszD52ySVSQYEz9QA4LfqyANCU1q/3DUFZWYQgwE/REQKApjJokJSbax+rrpbC+U8t4K/oCAHA+SottTZE1w1B999vbYgmBAF+jSAEAOfjueekzp3tY/v3SzNnOlMPgEbhryoAcC7qu/w9NtZ6TAaAVoOOEAA01pYtviHonXcIQUArREcIABpj6FDpo4/sY5WVksvlTD0AzgsdIQBoiCNHrA3RdUPQHXdYS2SEIKDVIggBwNn86U9SVJR9bM8eaxxAq8bSGACcSUiI75gxLV8HgGZBRwgA6vPFF74haP58QhAQYOgIAcCpMjKkt9+2jx05IrVv70w9AJoNQQgAalVWSpGR9rEbbpDee8+RcgA0P5bGAECSli71DUHbthGCgABHRwgAIiKkqir7mMdT/0ZpAAGFjhCA4PXVV1bYqRuCXnzR2hBNCAKCAh0hAMHpd7+TXnrJPnb4sPW8MABBgyAEILhUV0tt29rHrr5a+vRTZ+oB4CiWxgAEjw8/9A1B2dmEICCI0RECEBy6d5f277ePsSEaCHpN3hGqqanRpEmTlJSUpMjISF188cV68sknZercjdUYo8mTJysxMVGRkZFKTU3Vnj17bD+ntLRUGRkZio6OVmxsrMaMGaMjR47Y5mzfvl3XXHONIiIi1K1bN2VmZvrUs3TpUvXu3VsRERHq37+/Vq5c2dQfGYA/Kyqywk7dEPTUU2yIBiCpGYLQs88+qzlz5uill17Srl279OyzzyozM1Mvvviid05mZqZmzZqluXPnKicnR+3bt1daWpoqKyu9czIyMvT5558rKytLK1as0Lp163TnnXd6z5eXl2vIkCHq0aOHcnNzNWPGDD3++OOaN2+ed87GjRuVnp6uMWPGKC8vTyNGjNCIESOUn5/f1B8bgD+aPFlKTLSPlZRIjz7qTD0A/I9pYsOGDTN33HGHbezGG280GRkZxhhjPB6PSUhIMDNmzPCeLysrMy6XyyxatMgYY8zOnTuNJLN582bvnA8//NCEhISYAwcOGGOMmT17tunYsaOpqqryzpk4caLp1auX9/jmm282w4YNs9WSnJxs7rrrrgZ9FrfbbSQZt9vdoPkA/ERNjTFWz+fkq3dvp6sC0EIa8/3d5B2hK6+8UqtXr9bu3bslSdu2bdP69ev105/+VJJUWFiooqIipaamev9MTEyMkpOTlZ2dLUnKzs5WbGysBg0a5J2Tmpqq0NBQ5eTkeOdce+21altn42NaWpoKCgp0+PBh75y671M7p/Z9TlVVVaXy8nLbC0Ar8+mnUliYfewf/5B27XKmHgB+rck3Sz/00EMqLy9X7969FRYWppqaGj399NPKyMiQJBUVFUmS4uPjbX8uPj7ee66oqEhxcXH2QsPD1alTJ9ucpKQkn59Re65jx44qKio64/ucatq0aZo6deq5fGwA/uAHP5C2bLGPnTjhG4wA4FtN3hFasmSJFi5cqLfffltbtmzR/PnzNXPmTM2fP7+p36rJPfzww3K73d7X/lOvMAHgn0pLrY3PdUPQ739vLYoRggCcQZN3hB544AE99NBDuuWWWyRJ/fv31969ezVt2jSNGjVKCQkJkqTi4mIl1tnEWFxcrMsuu0ySlJCQoJKSEtvPPXHihEpLS71/PiEhQcXFxbY5tcdnm1N7/lQul0sul+tcPjYApzz3nHT//fax/fulrl2dqQdAq9LkHaFvvvlGoaH2HxsWFiaPxyNJSkpKUkJCglavXu09X15erpycHKWkpEiSUlJSVFZWptzcXO+cNWvWyOPxKDk52Ttn3bp1qq6u9s7JyspSr1691LFjR++cuu9TO6f2fQC0YrWXv9cNQZ06WeOEIAAN1dQ7tUeNGmUuvPBCs2LFClNYWGjeeecdc8EFF5gHH3zQO2f69OkmNjbWLFu2zGzfvt3ccMMNJikpyRw7dsw7Z+jQoWbAgAEmJyfHrF+/3vTs2dOkp6d7z5eVlZn4+Hhz2223mfz8fLN48WLTrl0788orr3jnbNiwwYSHh5uZM2eaXbt2mSlTppg2bdqYHTt2NOizcNUY4Kc++8z3qrD33nO6KgB+ojHf300ehMrLy8348eNN9+7dTUREhPnud79rHn30Udtl7h6Px0yaNMnEx8cbl8tlBg8ebAoKCmw/59ChQyY9Pd106NDBREdHm9GjR5uKigrbnG3btpmrr77auFwuc+GFF5rp06f71LNkyRJzySWXmLZt25q+ffuaDz74oMGfhSAE+KEhQ3xDUJ3/vgBAY76/Q4ypc8tn2JSXlysmJkZut1vR0dFOlwMEt4oK6dR/D++4Q/rTn5ypB4Dfasz3Nw9dBeD/XnvNNwTt2UMIAnDeeOgqAP9W3/PAaGQDaCJ0hAD4p127fEPQW28RggA0KTpCAPzPrbdKixbZx44eldq1c6YeAAGLIATAf1RWSpGR9rERI6R333WkHACBj6UxAP5hyRLfELRtGyEIQLOiIwTAeS6XdPy4fczjqX+jNAA0ITpCAJzz1VdW2Kkbgl566eTjMwCgmdERAuCMu++WXn7ZPlZWJsXEOFIOgOBEEALQsqqrpbZt7WNXXy19+qkz9QAIaiyNAWg5K1f6hqB//pMQBMAxdIQAtIxu3aT//Mc+xoZoAA6jIwSgeR08aIWduiHo6afZEA3AL9ARAtB8Jk2SnnrKPlZSIn3nO87UAwCnIAgBaHoejxQWZh/r3dt6fhgA+BGWxgA0rXXrfEPQP/5BCALgl+gIAWg6AwdKeXn2sRMnfIMRAPgJOkIAzl9pqbXxuW4IeuABa0M0IQiAHyMIATg/M2dKnTvbx/bvlzIznakHABqBpTEA58YYKfSUv0t17iz93/85Uw8AnAM6QgAaLzfXNwS99x4hCECrQ0cIQOMMGSJlZdnHqqp8H50BAK0AHSEADVNRYW2IrhuCxoyxlsgIQQBaKYIQgLN79VUpOto+tmeP9NprztQDAE2EpTEAZ1bf88CMafk6AKAZ0BECUL+dO31D0FtvEYIABBQ6QgB8padLixfbx44eldq1c6YeAGgmBCEAJ1VWSpGR9rEbb5T+9jdn6gGAZsbSGADLX/7iG4K2bycEAQhodIQAWJe/V1fbxzye+jdKA0AAoSMEBLPCQivs1A1BL79sbYgmBAEIAnSEgGA1bpw0e7Z9rKxMiolxpBwAcAJBCAg21dW+d4K+7jrp448dKQcAnMTSGBBMVq70DUH//CchCEDQoiMEBIuuXaUDB+xjbIgGEOToCAGB7uBBK+zUDUHPPMOGaAAQHSEgsD32mPT00/axkhLpO99xph4A8DMEISAQeTxSWJh9rE8f6fPPnakHAPwUS2NAoPnkE98QtHo1IQgA6kFHCAgkAwZIW7fax06c8A1GAABJdISAwHDokLXxuW4IevBBa0M0IQgATosgBLR2M2ZIF1xgH/vPf6Rnn3WmHgBoRVgaA1orY6TQU/4u853vWFeFAQAahI4Q0Bp99plvCFq2jBAEAI1ERwhobVJTravA6qqq8n10BgDgrOgIAa1FRYW1IbpuCPr1r60lMkIQAJwTghDQGsybJ0VH28f+9S/p1VedqQcAAgRLY4C/q+95YMa0fB0AEIDoCAH+audO3xC0YAEhCACaEB0hwB/98pfSkiX2saNHpXbtnKkHAAIUQQjwJ8eO+YadG2+U/vY3Z+oBgADH0hjgLxYv9g1BO3YQggCgGdERAvxBeLhUU2Mf83jq3ygNAGgydIQAJ/3731bYqRuCZs+2NkQTggCg2dERApwydqw0d659zO32vV8QAKDZEISAZlTjMdpUWKqSikrFRUXo8qROCqs54Xsn6Ouukz7+2JEaASCYEYSAZrIq/6CmLt+pg+5K79hNB7fqD39+zD4xJ0e6/PIWrg4AIBGEgGaxKv+gxi7Yorq3Psx5+XbFHym1T2RDNAA4is3SQBOr8RhNXb7TG4LiKg7pq2evt4Wg2WljVFNDCAIAp9ERAprYpsJS73JYv6J/acX8CbbzA363UIfbxWhAYalSLu7sQIUAgFp0hIAmVlJRKRmj23OX20JQwQXdddHEFTrcLubkPACAo+gIAU2sy/Ej+tPfntDgLzdLkvISe2nciIn6OjrONi8uKsKJ8gAAdRCEgKb0979r0KhRCikqUlVYGz3zozs0f+D1tr1AIZISYqxL6QEAziIIAU2hqkp65BHpuecUIqni4kt087W/0xdxSbZptXFoyvA+CgtlozQAOI09QsD5+uIL6YorpOees45/+1tF7diq8ffdpIQY+/JXQkyE5owcqKH9Eh0oFABwKjpCwLkyRvrTn6Tx46VvvpE6d5Zef1362c8kSUP7ReonfRJ87yxNJwgA/AZBCDgXpaXSnXdKf/ubdTx4sPTnP0tdutimhYWGcIk8APgxlsaAxvr4Y+nSS60QFB4uZWZKf/+7TwgCAPi/ZglCBw4c0MiRI9W5c2dFRkaqf//++uyzz7znjTGaPHmyEhMTFRkZqdTUVO3Zs8f2M0pLS5WRkaHo6GjFxsZqzJgxOnLkiG3O9u3bdc011ygiIkLdunVTZmamTy1Lly5V7969FRERof79+2vlypXN8ZERDKqrpUcflX78Y+k//5F69pSys6UHHpBC+TsFALRGTf5f78OHD+uqq65SmzZt9OGHH2rnzp36wx/+oI4dO3rnZGZmatasWZo7d65ycnLUvn17paWlqbLy5A3mMjIy9PnnnysrK0srVqzQunXrdOedd3rPl5eXa8iQIerRo4dyc3M1Y8YMPf7445o3b553zsaNG5Wenq4xY8YoLy9PI0aM0IgRI5Sfn9/UHxuB7ssvpauvlp55xtobdMcd0pYt0qBBTlcGADgfpolNnDjRXH311ac97/F4TEJCgpkxY4Z3rKyszLhcLrNo0SJjjDE7d+40kszmzZu9cz788EMTEhJiDhw4YIwxZvbs2aZjx46mqqrK9t69evXyHt98881m2LBhtvdPTk42d911V4M+i9vtNpKM2+1u0HwEqD//2ZgOHYyRjImNNWbJEqcrAgCcQWO+v5u8I/T+++9r0KBB+sUvfqG4uDgNGDBAr776qvd8YWGhioqKlJqa6h2LiYlRcnKysrOzJUnZ2dmKjY3VoDp/205NTVVoaKhycnK8c6699lq1bdvWOyctLU0FBQU6fPiwd07d96mdU/s+p6qqqlJ5ebnthSDmdksjR0q33y4dOSJdc420bZv0i184XRkAoIk0eRD697//rTlz5qhnz5766KOPNHbsWN1zzz2aP3++JKmoqEiSFB8fb/tz8fHx3nNFRUWKi7M/jiA8PFydOnWyzanvZ9R9j9PNqT1/qmnTpikmJsb76tatW6M/PwJEdrZ02WXSwoVSWJj0xBPS2rVS9+5OVwYAaEJNHoQ8Ho8GDhyoZ555RgMGDNCdd96p3/zmN5o7d25Tv1WTe/jhh+V2u72v/fv3O10SWlpNjfTkk1b356uvpIsuktatkyZNsgIRACCgNHkQSkxMVJ8+fWxj3/ve97Rv3z5JUkJCgiSpuLjYNqe4uNh7LiEhQSUlJbbzJ06cUGlpqW1OfT+j7nucbk7t+VO5XC5FR0fbXggi+/ZJP/qRNHmyFYhuvVXaulW68kqnKwMANJMmD0JXXXWVCgoKbGO7d+9Wjx49JElJSUlKSEjQ6tWrvefLy8uVk5OjlJQUSVJKSorKysqUm5vrnbNmzRp5PB4lJyd756xbt07V1dXeOVlZWerVq5f3CrWUlBTb+9TOqX0fwGvpUuveQJ9+KnXoIL31lrUsFhPjdGUAgObU1Du1N23aZMLDw83TTz9t9uzZYxYuXGjatWtnFixY4J0zffp0Exsba5YtW2a2b99ubrjhBpOUlGSOHTvmnTN06FAzYMAAk5OTY9avX2969uxp0tPTvefLyspMfHy8ue2220x+fr5ZvHixadeunXnllVe8czZs2GDCw8PNzJkzza5du8yUKVNMmzZtzI4dOxr0WbhqLAhUVBhzxx3WFWGSMZdfbsy//uV0VQCA89CY7+8mD0LGGLN8+XLTr18/43K5TO/evc28efNs5z0ej5k0aZKJj483LpfLDB482BQUFNjmHDp0yKSnp5sOHTqY6OhoM3r0aFNRUWGbs23bNnP11Vcbl8tlLrzwQjN9+nSfWpYsWWIuueQS07ZtW9O3b1/zwQcfNPhzEIQC3GefGdOzpxWAQkKMeeQRY44fd7oqAMB5asz3d4gxxjjbk/Jf5eXliomJkdvtZr9QIPF4pD/8wbpLdHW1dOGF0oIF0v/7f05XBgBoAo35/uahqwguX39t3Reodu/YjTdKr74qderkaFk1HsNT6gHAAQQhBI/337cejXHokNSunfTHP0pjxkghzgaOVfkHNXX5Th10n3zETGJMhKYM76Oh/RIdrAwAAh9PikTgO3ZMGjdOuuEGKwRddpmUmyv9+td+EYLGLthiC0GSVOSu1NgFW7Qq/6BDlQFAcCAIIbBt3y798IfS7NnW8f33S//8p9S7t7N1yVoOm7p8p+rbpFc7NnX5TtV42MYHAM2FIITAZIz04ovS5ZdLn38uxcdLH30kzZwpuVxOVydJ2lRY6tMJqstIOuiu1KbC0pYrCgCCDHuEEHhKSqTRo6WVK63jYcOk11+XTnl+ndNKKk4fgs5lHgCg8egIIbB89JH0/e9bIcjlsrpCy5f7XQiSpLioiCadBwBoPIIQAkNVlbX/Z+hQqbhY6ttX2rxZuvtuxzdEn87lSZ2UGBOh01UXIuvqscuTnL20HwACGUEIrd8XX0hXXCE995x1PG6cFYL693e2rrMICw3RlOHWA4pPDUO1x1OG9+F+QgDQjAhCaL2MsW6GOHCg9ZT4zp2lZcukl16SIiOdrq5BhvZL1JyRA5UQY1/+SoiJ0JyRA7mPEAA0MzZLo3UqLZV+8xvpnXes49RUaf58qUsXZ+s6B0P7JeonfRK4szQAOIAghNbn44+lkSOlAwekNm2kZ56R7rtPCm29Dc6w0BClXNzZ6TIAIOgQhNB6VFdLjz8uTZtmLYv17CktWiT94AdOVwYAaKUIQmgdvvxSuvVWadMm63jMGOmFF6QOHRwtCwDQurXetQQEB2Okt96yng+2aZMUGystWSK99hohCABw3ugIwX+53dJvfyu9/bZ1fM010oIFUvfuztYFAAgYdITgn7KzrS7Q229LYWHSk09Ka9cSggAATYqOEPxLTY11FdjUqdY/X3SRFYZSUpyuDAAQgAhC8B/79lmXxX/6qXV8663S7NlSTIyzdQEAAhZLY/APS5ZYD0v99FMpKsraIL1wISEIANCs6AjBWUeOSOPHS6+/bh0nJ1sB6OKLna0LABAU6AjBObm51nPCXn/dekL8o49aHSFCEACghdARQsvzeKSZM6XHHrPuFt21q3VZ/HXXOV0ZACDIEITQsr7+Wrr9dmn1auv4xhutJ8h36uRsXQCAoMTSGFrO++9bG6JXr5batbMC0F//SggCADiGjhCa37Fj0u9/b10KL0kDBlj3Burd29m6AABBj44Qmtf27dKgQSdD0P33W3eNJgQBAPwAHSE0D2OkF1+UHnxQqqqS4uOlP/9ZGjLE6coAAPAiCKHplZRIo0dLK1dax8OGWZfIx8U5WxcAAKdgaQxN66OPrA3RK1dKLpfVFVq+nBAEAPBLdITQNKqqpEcekZ57zjru21datEjq39/ZugAAOAOCEM7fF19I6enS1q3W8bhx0owZUmSko2UBAHA2LI3h3BkjzZtnPSZj61apc2frXkEvvUQIAgC0CnSEcG4OHZJ+8xvp3Xet49RUaf58qUsXZ+sCAKAR6Aih8daulS691ApBbdpYy2AffUQIAgC0OnSE0HDV1dKUKdL06day2CWXWBuiBw50ujIAAM4JQQgN8+WX0q23Sps2WcdjxkgvvCB16OBoWQAAnA+WxnBmxlh3hL7sMisExcZKS5ZIr71GCAIAtHp0hHB6brc0dqy1/CVJ11wjLVggde/ubF0AADQROkKo38aNVhdo0SIpLEx68klrkzQhCAAQQOgIwe7ECemZZ6QnnpBqaqSkJOntt6UrrnC6MgAAmhxBCCft2ydlZEjr11vHGRnS7NlSdLSzdQEA0ExYGoNlyRLrYanr10tRUdJbb1n7gQhBAIAARkco2B05It1zj/TGG9ZxcrK0cKF08cXO1gUAQAugIxTMPvvMuhniG29IISHSo49Kn35KCAIABA06QsHI45FmzrSCz4kTUteu1jLYddc5XRkAAC2KIBRsvv5auv12afVq6/imm6wnyHfq5GxdAAA4gKWxYLJsmbUhevVqqV076dVXpaVLCUEAgKBFRygYfPON9PvfS3PmWMcDBlj3Burd29m6AABwGB2hQLd9u/TDH54MQfffL2VnE4IAABAdocBljPTii9KDD0pVVVJCgvXw1J/8xOnKAADwGwShQFRSIo0eLa1caR1ff730+uvSd77jbF0AAPgZlsYCzapV1obolSsll0t66SXp/fcJQQAA1IOOUKCoqpIeflh6/nnruG9f68nx/fs7WxcAAH6MIBQIdu2S0tOlbdus47vvljIzpchIZ+sCAMDPsTTWmhlj3QzxBz+wQtAFF0jLl1ubpAlBAACcFR2h1urQIek3v5Hefdc6/slPpPnzpcREZ+sCAKAVoSPUGq1dK116qRWC2rSxnhu2ahUhCACARqIj1JpUV0tTpkjTp1vLYpdcYm2IHjjQ6coAAGiVCEKtxb/+Jd16q7R5s3X8619LL7wgtW/vaFkAALRmLI35O2OsO0IPGGCFoNhY60Gpr75KCAIA4DzREfJnbrc0dqy1/CVJ114rLVggdevmbF0AAAQIOkL+auNGa0P0okVSWJj01FPSmjWEIAAAmhAdIX9z4oT0zDPS1KmSxyMlJUlvvy1dcYXTlQEAEHAIQv5k715p5Ehp/XrreORI6eWXpehoZ+sCACBAsTTmL5YssZbC1q+XoqKkt96yXoQgAACaDR0hpx05It1zj/TGG9ZxcrK1FPbd7zpbFwAAQYCOkJM2b7Yui3/jDSkkRHrsMenTTwlBAAC0kGYPQtOnT1dISIgmTJjgHausrNS4cePUuXNndejQQTfddJOKi4ttf27fvn0aNmyY2rVrp7i4OD3wwAM6ceKEbc7HH3+sgQMHyuVy6X/+53/05ptv+rz/yy+/rIsuukgRERFKTk7Wpk2bmuNjNo7HYz0d/sorrRsldu1qPTbjySetR2YAAIAW0axBaPPmzXrllVf0/e9/3zZ+7733avny5Vq6dKk++eQTff3117rxxhu952tqajRs2DAdP35cGzdu1Pz58/Xmm29q8uTJ3jmFhYUaNmyYfvSjH2nr1q2aMGGCfv3rX+ujjz7yzvnLX/6i++67T1OmTNGWLVt06aWXKi0tTSUlJc35sc/unXekiROtK8R+/nPryfHXXedsTQAABCPTTCoqKkzPnj1NVlaWue6668z48eONMcaUlZWZNm3amKVLl3rn7tq1y0gy2dnZxhhjVq5caUJDQ01RUZF3zpw5c0x0dLSpqqoyxhjz4IMPmr59+9re85e//KVJS0vzHl9++eVm3Lhx3uOamhrTpUsXM23atAZ9BrfbbSQZt9vduA9/Nh6PMb/8pTGvvWb9MwAAaDKN+f5uto7QuHHjNGzYMKWmptrGc3NzVV1dbRvv3bu3unfvruzsbElSdna2+vfvr/j4eO+ctLQ0lZeX6/PPP/fOOfVnp6WleX/G8ePHlZuba5sTGhqq1NRU7xzHhIRIixdLY8ZY/wwAABzRLFeNLV68WFu2bNHm2geE1lFUVKS2bdsqNjbWNh4fH6+ioiLvnLohqPZ87bkzzSkvL9exY8d0+PBh1dTU1Dvniy++qLfuqqoqVVVVeY/Ly8sb8GkBAEBr1eQdof3792v8+PFauHChIiIimvrHN6tp06YpJibG++rG4ywAAAhoTR6EcnNzVVJSooEDByo8PFzh4eH65JNPNGvWLIWHhys+Pl7Hjx9XWVmZ7c8VFxcrISFBkpSQkOBzFVnt8dnmREdHKzIyUhdccIHCwsLqnVP7M0718MMPy+12e1/79+8/5/8dAACA/2vyIDR48GDt2LFDW7du9b4GDRqkjIwM7z+3adNGq1ev9v6ZgoIC7du3TykpKZKklJQU7dixw3Z1V1ZWlqKjo9WnTx/vnLo/o3ZO7c9o27atfvCDH9jmeDwerV692jvnVC6XS9HR0bYXAAAIXE2+RygqKkr9+vWzjbVv316dO3f2jo8ZM0b33XefOnXqpOjoaP3ud79TSkqKrvj2waJDhgxRnz59dNtttykzM1NFRUV67LHHNG7cOLlcLknS//7v/+qll17Sgw8+qDvuuENr1qzRkiVL9MEHH3jf97777tOoUaM0aNAgXX755XrhhRd09OhRjR49uqk/dqPUeIw2FZaqpKJScVERujypk8JC2TQNAEBLc+QRG88//7xCQ0N10003qaqqSmlpaZo9e7b3fFhYmFasWKGxY8cqJSVF7du316hRo/TEE0945yQlJemDDz7Qvffeqz/+8Y/q2rWrXnvtNaWlpXnn/PKXv9R///tfTZ48WUVFRbrsssu0atUqnw3ULWlV/kFNXb5TB92V3rHEmAhNGd5HQ/slOlYXAADBKMQYY5wuwl+Vl5crJiZGbre7SZbJVuUf1NgFW3Tq/+C1vaA5IwcShgAAOE+N+f7mWWMtpMZjNHX5Tp8QJMk7NnX5TtV4yKUAALQUglAL2VRYalsOO5WRdNBdqU2FpS1XFAAAQY4g1EJKKk4fgs5lHgAAOH8EoRYSF9Wwm0s2dB4AADh/BKEWcnlSJyXGROh0F8mHyLp67PKkTi1ZFgAAQY0g1ELCQkM0Zbh1M8hTw1Dt8ZThfbifEAAALYgg1IKG9kvUnJEDlRBjX/5KiIng0nkAABzgyA0Vg9nQfon6SZ8E7iwNAIAfIAg5ICw0RCkXd3a6DAAAgh5LYwAAIGgRhAAAQNAiCAEAgKBFEAIAAEGLIAQAAIIWQQgAAAQtghAAAAhaBCEAABC0CEIAACBocWfpMzDGSJLKy8sdrgQAADRU7fd27ff4mRCEzqCiokKS1K1bN4crAQAAjVVRUaGYmJgzzgkxDYlLQcrj8ejrr79WVFSUQkJa50NRy8vL1a1bN+3fv1/R0dFOl4Nv8XvxT/xe/Be/G//kr78XY4wqKirUpUsXhYaeeRcQHaEzCA0NVdeuXZ0uo0lER0f71f9JYeH34p/4vfgvfjf+yR9/L2frBNViszQAAAhaBCEAABC0CEIBzuVyacqUKXK5XE6Xgjr4vfgnfi/+i9+NfwqE3wubpQEAQNCiIwQAAIIWQQgAAAQtghAAAAhaBCEAABC0CEIBaNq0afrhD3+oqKgoxcXFacSIESooKHC6LJxi+vTpCgkJ0YQJE5wuBZIOHDigkSNHqnPnzoqMjFT//v312WefOV1W0KupqdGkSZOUlJSkyMhIXXzxxXryyScb9AwpNJ1169Zp+PDh6tKli0JCQvTee+/ZzhtjNHnyZCUmJioyMlKpqanas2ePM8U2EkEoAH3yyScaN26c/vnPfyorK0vV1dUaMmSIjh496nRp+NbmzZv1yiuv6Pvf/77TpUDS4cOHddVVV6lNmzb68MMPtXPnTv3hD39Qx44dnS4t6D377LOaM2eOXnrpJe3atUvPPvusMjMz9eKLLzpdWlA5evSoLr30Ur388sv1ns/MzNSsWbM0d+5c5eTkqH379kpLS1NlZWULV9p4XD4fBP773/8qLi5On3zyia699lqnywl6R44c0cCBAzV79mw99dRTuuyyy/TCCy84XVZQe+ihh7RhwwZ9+umnTpeCU1x//fWKj4/Xn/70J+/YTTfdpMjISC1YsMDByoJXSEiI3n33XY0YMUKS1Q3q0qWL7r//fv3+97+XJLndbsXHx+vNN9/ULbfc4mC1Z0dHKAi43W5JUqdOnRyuBJI0btw4DRs2TKmpqU6Xgm+9//77GjRokH7xi18oLi5OAwYM0Kuvvup0WZB05ZVXavXq1dq9e7ckadu2bVq/fr1++tOfOlwZahUWFqqoqMj237SYmBglJycrOzvbwcoahoeuBjiPx6MJEyboqquuUr9+/ZwuJ+gtXrxYW7Zs0ebNm50uBXX8+9//1pw5c3TffffpkUce0ebNm3XPPfeobdu2GjVqlNPlBbWHHnpI5eXl6t27t8LCwlRTU6Onn35aGRkZTpeGbxUVFUmS4uPjbePx8fHec/6MIBTgxo0bp/z8fK1fv97pUoLe/v37NX78eGVlZSkiIsLpclCHx+PRoEGD9Mwzz0iSBgwYoPz8fM2dO5cg5LAlS5Zo4cKFevvtt9W3b19t3bpVEyZMUJcuXfjdoEmwNBbA7r77bq1YsUJr165V165dnS4n6OXm5qqkpEQDBw5UeHi4wsPD9cknn2jWrFkKDw9XTU2N0yUGrcTERPXp08c29r3vfU/79u1zqCLUeuCBB/TQQw/plltuUf/+/XXbbbfp3nvv1bRp05wuDd9KSEiQJBUXF9vGi4uLvef8GUEoABljdPfdd+vdd9/VmjVrlJSU5HRJkDR48GDt2LFDW7du9b4GDRqkjIwMbd26VWFhYU6XGLSuuuoqn1tM7N69Wz169HCoItT65ptvFBpq/6oKCwuTx+NxqCKcKikpSQkJCVq9erV3rLy8XDk5OUpJSXGwsoZhaSwAjRs3Tm+//baWLVumqKgo7xptTEyMIiMjHa4ueEVFRfns02rfvr06d+7M/i2H3Xvvvbryyiv1zDPP6Oabb9amTZs0b948zZs3z+nSgt7w4cP19NNPq3v37urbt6/y8vL03HPP6Y477nC6tKBy5MgR/etf//IeFxYWauvWrerUqZO6d++uCRMm6KmnnlLPnj2VlJSkSZMmqUuXLt4ry/yaQcCRVO/rjTfecLo0nOK6664z48ePd7oMGGOWL19u+vXrZ1wul+ndu7eZN2+e0yXBGFNeXm7Gjx9vunfvbiIiIsx3v/td8+ijj5qqqiqnSwsqa9eurfd7ZdSoUcYYYzwej5k0aZKJj483LpfLDB482BQUFDhbdANxHyEAABC02CMEAACCFkEIAAAELYIQAAAIWgQhAAAQtAhCAAAgaBGEAABA0CIIAQCAoEUQAgAAQYsgBAAAghZBCAAABC2CEAAACFoEIQAAELT+P2PxVCIywj0xAAAAAElFTkSuQmCC", + "image/png": "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/Hh17tyZ3w2aBEtjAezuu+/WsmXLtHr1anXp0sXpcoJebm6uSkpKNGDAAIWHhys8PFyfffaZZs6cqfDwcNXU1DhdYtBKSkpS7969bWM/+tGPtGfPHocqQq37779fDz74oG666Sb169dPt9xyi+69915NnTrV6dLwvcTERElScXGxbby4uNh7zp8RhAKQMUZ333233n//fa1atUrJyclOlwRJgwYN0rZt27R582bva+DAgcrIyNDmzZsVFhbmdIlB67LLLvO5xcTOnTvVvXt3hypCre+++06hofavqrCwMHk8HocqwomSk5OVmJiolStXesfKy8uVk5Oj1NRUBytrGJbGAtDYsWP11ltvacmSJYqKivKu0cbExCgyMtLh6oJXVFSUzz6t9u3bq1OnTuzfcti9996rSy+9VE8++aRuvPFGbdiwQXPnztXcuXOdLi3oDR06VE888YS6deumPn36KC8vT88884xuu+02p0sLKocOHdK//vUv73FhYaE2b96suLg4devWTePHj9ef//xn9ejRQ8nJyZo4caI6d+7svbLMrxkEHEn1vl577TWnS8MJrrrqKjNu3Diny4AxZunSpaZv377G5XKZXr16mblz5zpdEowx5eXlZty4caZbt24mIiLC/PCHPzQPP/ywqaqqcrq0oLJ69ep6v1dGjhxpjDHG4/GYiRMnmoSEBONyucygQYNMQUGBs0U3EPcRAgAAQYs9QgAAIGgRhAAAQNAiCAEAgKBFEAIAAEGLIAQAAIIWQQgAAAQtghAAAAhaBCEAABC0CEIAACBoEYQAAEDQIggBAICgRRACAABB6/8H0ohUE2jnuN4AAAAASUVORK5CYII=", "text/plain": [ "
" ] @@ -694,7 +696,7 @@ }, { "cell_type": "code", - "execution_count": 498, + "execution_count": 423, "metadata": {}, "outputs": [ { @@ -858,8 +860,8 @@ "" ], "text/plain": [ - " fixed acidity volatile acidity citric acid residual sugar \n", - "count 1599.000000 1599.000000 1599.000000 1599.000000 \\\n", + " fixed acidity volatile acidity citric acid residual sugar \\\n", + "count 1599.000000 1599.000000 1599.000000 1599.000000 \n", "mean 8.319637 0.527821 0.270976 2.538806 \n", "std 1.741096 0.179060 0.194801 1.409928 \n", "min 4.600000 0.120000 0.000000 0.900000 \n", @@ -868,8 +870,8 @@ "75% 9.200000 0.640000 0.420000 2.600000 \n", "max 15.900000 1.580000 1.000000 15.500000 \n", "\n", - " chlorides free sulfur dioxide total sulfur dioxide density \n", - "count 1599.000000 1599.000000 1599.000000 1599.000000 \\\n", + " chlorides free sulfur dioxide total sulfur dioxide density \\\n", + "count 1599.000000 1599.000000 1599.000000 1599.000000 \n", "mean 0.087467 15.874922 46.467792 0.996747 \n", "std 0.047065 10.460157 32.895324 0.001887 \n", "min 0.012000 1.000000 6.000000 0.990070 \n", @@ -889,7 +891,7 @@ "max 4.010000 2.000000 14.900000 8.000000 " ] }, - "execution_count": 498, + "execution_count": 423, "metadata": {}, "output_type": "execute_result" } @@ -904,7 +906,7 @@ }, { "cell_type": "code", - "execution_count": 499, + "execution_count": 424, "metadata": {}, "outputs": [], "source": [ @@ -916,14 +918,14 @@ }, { "cell_type": "code", - "execution_count": 500, + "execution_count": 425, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "34.99871062872134\n", + "34.99871062872143\n", "[ 4.12835075e-02 -1.14952802e+00 -1.77927063e-01 2.78700036e-02\n", " -1.87340739e+00 2.68362616e-03 -2.77748370e-03 -3.15166657e+01\n", " -2.54486051e-01 9.24040106e-01 2.67797417e-01]\n" @@ -940,7 +942,7 @@ }, { "cell_type": "code", - "execution_count": 501, + "execution_count": 426, "metadata": {}, "outputs": [ { @@ -1031,7 +1033,7 @@ "alcohol 0.267797" ] }, - "execution_count": 501, + "execution_count": 426, "metadata": {}, "output_type": "execute_result" } @@ -1042,7 +1044,7 @@ }, { "cell_type": "code", - "execution_count": 502, + "execution_count": 427, "metadata": {}, "outputs": [ { @@ -1148,7 +1150,7 @@ "[320 rows x 2 columns]" ] }, - "execution_count": 502, + "execution_count": 427, "metadata": {}, "output_type": "execute_result" } @@ -1169,16 +1171,16 @@ }, { "cell_type": "code", - "execution_count": 503, + "execution_count": 428, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "0.38447119782012573" + "np.float64(0.38447119782012357)" ] }, - "execution_count": 503, + "execution_count": 428, "metadata": {}, "output_type": "execute_result" } @@ -1204,7 +1206,7 @@ }, { "cell_type": "code", - "execution_count": 504, + "execution_count": 429, "metadata": {}, "outputs": [], "source": [ @@ -1219,7 +1221,7 @@ }, { "cell_type": "code", - "execution_count": 505, + "execution_count": 430, "metadata": {}, "outputs": [], "source": [ @@ -1229,7 +1231,7 @@ }, { "cell_type": "code", - "execution_count": 506, + "execution_count": 431, "metadata": {}, "outputs": [ { @@ -1257,12 +1259,12 @@ }, { "cell_type": "code", - "execution_count": 507, + "execution_count": 432, "metadata": {}, "outputs": [ { "data": { - "image/png": "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nJz85+np6brssst022232fr17t1bCxYsyH/u7+9fjhUDAIDqzvEA5Ofnp7CwsBL1bdCgge15QkKCLrjggkIByN/fv8TvCQAA3MfxNUB79uxRRESEWrRooUGDBiklJaXEr50/f74GDBigunXr2o4nJiaqSZMmatu2rUaNGqX09PSzvk92dra8Xq/tAQAAai6PZVmWUx/+ySefKCsrS23bttWRI0c0ceJEHTp0SDt27FBgYOBZX7thwwZFR0dr/fr16tatW/7x06NCUVFR2rdvn5588knVq1dPSUlJ8vX1LfK9JkyYoIkTJxY6npmZqaCgoPP7kgAAoFJ4vV4FBweX6Pfb0QB0poyMDDVv3lyvvPKKhg0bdta+I0eOVFJSkrZt23bWfvv371fLli21evVq9erVq8g+2dnZys7Ozn/u9XoVGRlJAAIAoBopTQByfAqsoPr166tNmzbau3fvWfsdP35cCQkJ5wxJktSiRQs1atTorO/p7++voKAg2wMAANRcVSoAZWVlad++fQoPDz9rv2XLlik7O1t33XXXOd/z4MGDSk9PP+d7AgAA93A0AD3yyCP68ssv9dNPP2nt2rW6+eab5evrq4EDB0qS4uLi9MQTTxR63fz589W/f381bNjQdjwrK0uPPvqo1q1bp59++klr1qxRv3791KpVK8XGxlbKdwIAAFWfo5fBHzx4UAMHDlR6eroaN26snj17at26dWrcuLEkKSUlRT4+9oy2e/duffPNN/rss88KvZ+vr6+2bdumRYsWKSMjQxEREbr++uv13HPPcS8gAACQr0otgq4qSrOICgAAVA3VdhE0AABAZSAAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQAA1yEAAQCASrN9uzRypLRkibN1+Dn78QAAoKY7dUr64ANp+nQpMdEcW79euvNOyeNxpiYCEAAAqBC//CK99pr06qvSgQP2tn37pJ9+kqKiHCmNAAQAAMrXli1mtGfpUik7297Wpo00Zox0991SUJAz9UkEIAAAUA5OnpTee88En2+/tbd5PFKfPib4/OUvkk8VWIFMAAIAAGWWlibN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CZo4cWKh45mZmQri1qEAcF5+/93cpXnGDGnbNnubn590220m+FxxBdNcOD9er1fBwcEl+v12NACdKSMjQ82bN9crr7yiYcOGnbXv5MmTNWXKFCUmJqpjx47F9tu/f79atmyp1atXq1evXkX2KWoEKDIykgAEAOfhp5+kmTOl+fOl336zt4WGmimukSOl8HBHykMNVJoA5PgUWEH169dXmzZttHfv3rP2e/nllzV58mStXr36rOFHklq0aKFGjRpp7969xQYgf39/FkoDQDmwLOnzz82i5g8+MM8LuuIKM9rz179KtWs7UyMgVbEAlJWVpX379mnw4MHF9pkyZYpeeOEFffrpp+rates53/PgwYNKT09XOH/FAIAKk5UlvfGGmebatcveVru2NGCACT4l+M82UCkcDUCPPPKI+vbtq+bNm+vw4cMaP368fH19NXDgQElSXFycmjZtqkmTJkmSXnrpJT3zzDNaunSpLrroIqWmpkqS6tWrp3r16ikrK0sTJ07UrbfeqrCwMO3bt0/jxo1Tq1atFBsb69j3BICaau9eM821YIGUmWlvi4iQRo0yV3Q1aeJMfUBxHA1ABw8e1MCBA5Wenq7GjRurZ8+eWrdunRo3bixJSklJkU+BbXxnzZqlnJwc/fWvf7W9z/jx4zVhwgT5+vpq27ZtWrRokTIyMhQREaHrr79ezz33HFNcAFBO8vKkTz8101yffFK4/aqrzGhP//5SrVqVXh5QIlVqEXRVUZpFVADgFl6vtHChmebas8feFhAgDRokjRkjderkRHVANV4EDQCoen74wYSeRYvMWp+CLrxQio+Xhg2TznK7NaDKIQABAArJzZVWrDDTXKtWFW6/9lrpgQfMjuzF3GINqNIIQACAfL/9Zu7b8+qrUnKyve2CC6TBg800V/v2ztQHlBcCEABA27ebaa433pD++MPe1qKFmeYaOlQKCXGmPqC8EYAAwKVOnTI3K5w+XUpMLNweG2tGe264gWku1DwEIABwmV9+kV57zUxzHThgb6tXTxoyxASftm0dKQ+oFAQgAHCJzZvNaM+//iUV2P5QktSmjQk9d98tcfcPuAEBCABqsJMnpffeM8Hn22/tbR6PdOON5qaFf/mLVOC+s0CNRwACgBooLU2aO1eaPVs6fNjeFhws3XOPWdjcsqUz9QFOIwABQA2yYYMZ7Xn7bSkn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jh1rXXnllRVaZ01SkgA0btw469JLL7Udu+OOO6zY2NgKrMyymAIrRzk5Odq0aZNiYmLyj/n4+CgmJkZJSUlFviYpKcnWX5JiY2OL7Y+ynecz/f777zp58qQaNGhQUWVWe2U9z88++6yaNGmiYcOGVUaZ1V5ZzvMHH3yg7t27Kz4+XqGhoWrfvr1efPFF5ebmVlbZ1U5ZznOPHj20adOm/Gmy/fv3a8WKFbrxxhsrpWa3cOp3kM1Qy9Evv/yi3NxchYaG2o6Hhobqhx9+KPI1qampRfZPTU2tsDqru7Kc5zM99thjioiIKPSHDv9VlvP8zTffaP78+dq6dWslVFgzlOU879+/X59//rkGDRqkFStWaO/evRo9erROnjyp8ePHV0bZ1U5ZzvOdd96pX375RT179pRlWTp16pTuu+8+Pfnkk5VRsmsU9zvo9Xr1xx9/qE6dOhXyuYwAwXUmT56shIQEvf/++woICHC6nBrj2LFjGjx4sObNm6dGjRo5XU6NlpeXpyZNmmju3Lnq0qWL7rjjDv3973/X7NmznS6tRklMTNSLL76oV199VZs3b9Z7772njz/+WM8995zTpaEcMAJUjho1aiRfX1+lpaXZjqelpSksLKzI14SFhZWqP8p2nk97+eWXNXnyZK1evVodO3asyDKrvdKe53379umnn35S375984/l5eVJkvz8/LR79261bNmyYouuhsry73N4eLhq1aolX1/f/GMXX3yxUlNTlZOTo9q1a1dozdVRWc7z008/rcGDB+vee++VJHXo0EHHjx/XiBEj9Pe//10+PowhlIfifgeDgoIqbPRHYgSoXNWuXVtdunTRmjVr8o/l5eVpzZo16t69e5Gv6d69u62/JK1atarY/ijbeZakKVOm6LnnntPKlSvVtWvXyii1WivteW7Xrp22b9+urVu35j9uuukmXXvttdq6dasiIyMrs/xqoyz/Pl955ZXau3dvfsCUpB9//FHh4eGEn2KU5Tz//vvvhULO6dBpsY1muXHsd7BCl1i7UEJCguXv728tXLjQ2rVrlzVixAirfv36VmpqqmVZljV48GDr8ccfz+//7bffWn5+ftbLL79sff/999b48eO5DL4ESnueJ0+ebNWuXdt65513rCNHjuQ/jh075tRXqBZKe57PxFVgJVPa85ySkmIFBgZaY8aMsXbv3m199NFHVpMmTaznn3/eqa9QLZT2PI8fP94KDAy0/vWvf1n79++3PvvsM6tly5bW7bff7tRXqBaOHTtmbdmyxdqyZYslyXrllVesLVu2WD///LNlWZb1+OOPW4MHD87vf/oy+EcffdT6/vvvrZkzZ3IZfHU1ffp068ILL7Rq165tdevWzVq3bl1+29VXX23dfffdtv5vv/221aZNG6t27drWpZdean388ceVXHH1VJrz3Lx5c0tSocf48eMrv/BqprT/PhdEACq50p7ntWvXWtHR0Za/v7/VokUL64UXXrBOnTpVyVVXP6U5zydPnrQmTJhgtWzZ0goICLAiIyOt0aNHW7/99lvlF16NfPHFF0X+9/b0ub377rutq6++utBrOnXqZNWuXdtq0aKFtWDBggqv02NZjOMBAAB3YQ0QAABwHQIQAABwHQIQAABwHQIQAABwHQIQAABwHQIQAABwHQIQAABwHQIQAABwHQIQAABwHQIQAABwHQIQAABwHQIQgBrvP//5j8LCwvTiiy/mH1u7dq1q166tNWvWOFgZAKewGSoAV1ixYoX69++vtWvXqm3bturUqZP69eunV155xenSADiAAATANeLj47V69Wp17dpV27dv18aNG+Xv7+90WQAcQAAC4Bp//PGH2rdvrwMHDmjTpk3q0KGD0yUBcAhrgAC4xr59+3T48GHl5eXpp59+crocAA5iBAiAK+Tk5Khbt27q1KmT2rZtq6lTp2r79u1q0qSJ06UBcAABCIArPProo3rnnXf073//W/Xq1dPVV1+t4OBgffTRR06XBsABTIEBqPESExM1depUvfHGGwoKCpKPj4/eeOMNff3115o1a5bT5QFwACNAAADAdRgBAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArvP/AdG/cMZIrE+OAAAAAElFTkSuQmCC", + "image/png": "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rX59sz3FyJHSxRc7Uh4AAJWSYwFow4YNOnLkiDqftmtmfn6+vvnmG02bNk25ubnyP8+NZ2rUqKErrrhCu3fvliTf2qCMjAxFRET4+mVkZKhTp05nfZ/AwEAFBgZewKepWJYlpaSY0Z6//93cy+d0HTqYRc2DB0u1aztTIwAAlZljAahPnz7aunWr7dj999+vdu3a6emnnz5v+JFMYNq6datuvPFGSVJ0dLTCw8O1YsUKX+Dxer1as2aNRowYUeafoaIdPy4lJprgs3Gjvc3fXxowwASfP/yBaS4AAM7FsQAUHBys9u3b247VqVNHDRs29B2Pj49X06ZNNWHCBEnSSy+9pCuvvFKtWrVSVlaW/vKXv+inn37Sgw8+KEm++wi98sorat26te8y+MjISA0YMKBCP19Z2r9fmjFDmjNH+vlne1ujRtJDD0kjRphFzwAA4Pwcvwz+XNLS0uR32o1pfv31Vz300ENKT09X/fr11aVLF61atUqXXnqpr8+YMWN07NgxDRs2TFlZWerVq5eSkpKq3D2ALEv65hsz2rNkiZSfb2/v3NmM9gwcKFWxjwYAgOM8lmVZThdR2Xi9XoWGhio7O1shISEV+rN/+01auNDciXnLFntbQIB0++3So49KV17JNBcAAKcryfd3pR4BcpPUVLMv19y50q+/2tvCwqThw80jMtKZ+gAAqE4IQA6yLGnFCjPN9c9/mueni4kx01x33CHVrOlMjQAAVEcEIAfk5EgLFphpru+/t7fVrCnddZcJPv/zP87UBwBAdUcAqkC7dpltKN59Vzpzt43ISHMl17BhUpMmztQHAIBbEIAqSEaG2YfrzKu5evUyoz233CLVqOFMbQAAuI3jm6G6RViY9H/3a1RQkPTAA9KmTdK330p33kn4AQCgIjECVIHGjJF69jT7czVs6HQ1AAC4FwGoAvXqZR4AAMBZTIEBAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXIQABAADXqTQBaOLEifJ4PHr88cfP2mfOnDnq3bu36tevr/r16ys2NlZr16619RkyZIg8Ho/t0bdv33KuHgAAVCWVIgCtW7dOs2bNUseOHc/ZLzk5WYMGDdJXX32llJQURUVF6frrr9fBgwdt/fr27avDhw/7Hn/729/Ks3wAAFDFOB6AcnJyNHjwYM2ZM0f169c/Z9+FCxdq5MiR6tSpk9q1a6e3335bBQUFWrFiha1fYGCgwsPDfY/zvS8AAHAXxwNQQkKC+vXrp9jY2BK/9rffftOJEyfUoEED2/Hk5GQ1adJEbdu21YgRI5SZmXnO98nNzZXX67U9AABA9RXg5A9PTEzUxo0btW7dulK9/umnn1ZkZKQtPPXt21e33nqroqOjtWfPHj333HO64YYblJKSIn9//yLfZ8KECRo/fnypagAAAFWPx7Isy4kfvH//fnXt2lXLli3zrf25+uqr1alTJ02ePPm8r584caImTZqk5OTkc64d2rt3r1q2bKnly5erT58+RfbJzc1Vbm6u77nX61VUVJSys7MVEhJSsg8GAAAc4fV6FRoaWqzvb8emwDZs2KAjR46oc+fOCggIUEBAgL7++mtNmTJFAQEBys/PP+tr33jjDU2cOFFffPHFeRdOt2jRQo0aNdLu3bvP2icwMFAhISG2BwAAqL4cmwLr06ePtm7dajt2//33q127dnr66afPOl01adIkvfrqq/r888/VtWvX8/6cAwcOKDMzUxEREWVSNwAAqPocC0DBwcFq37697VidOnXUsGFD3/H4+Hg1bdpUEyZMkCS9/vrrevHFF7Vo0SJdfPHFSk9PlyTVrVtXdevWVU5OjsaPH6/bbrtN4eHh2rNnj8aMGaNWrVopLi6uYj8gAACotBy/Cuxc0tLSdPjwYd/zGTNmKC8vT7fffrsiIiJ8jzfeeEOS5O/vry1btuimm25SmzZtNHToUHXp0kXffvutAgMDnfoYAACgknFsEXRlVpJFVAAAoHKoEougAQAAnEIAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArhPgdAEAqqb8AktrU3/RkaPH1SQ4SN2iG8jfz+N0WdUO5xkoH5VmBGjixInyeDx6/PHHz9lv8eLFateunYKCgtShQwctXbrU1m5Zll588UVFRESoVq1aio2N1a5du8qxcsB9krYdVq/Xv9SgOav1WOJmDZqzWr1e/1JJ2w47XVq1wnkGyk+lCEDr1q3TrFmz1LFjx3P2W7VqlQYNGqShQ4dq06ZNGjBggAYMGKBt27b5+kyaNElTpkzRzJkztWbNGtWpU0dxcXE6fvx4eX8MwBWSth3WiPc36nC2/e9UevZxjXh/I1/OZYTzDJQvxwNQTk6OBg8erDlz5qh+/frn7Pu///u/6tu3r5566ildcsklevnll9W5c2dNmzZNkhn9mTx5sp5//nndfPPN6tixoxYsWKBDhw5pyZIlFfBpgOotv8DS+H/ukFVE26lj4/+5Q/kFRfVAcXGegfLneABKSEhQv379FBsbe96+KSkphfrFxcUpJSVFkpSamqr09HRbn9DQUMXExPj6FCU3N1der9f2AFDY2tRfCo1InM6SdDj7uNam/lJxRVVDnGeg/Dm6CDoxMVEbN27UunXritU/PT1dYWFhtmNhYWFKT0/3tZ86drY+RZkwYYLGjx9fktIBVzpytHhTycXth6JxnoHy59gI0P79+/XYY49p4cKFCgoKcqoMSdKzzz6r7Oxs32P//v2O1gNUVk2Ci/d3tbj9UDTOM1D+HAtAGzZs0JEjR9S5c2cFBAQoICBAX3/9taZMmaKAgADl5+cXek14eLgyMjJsxzIyMhQeHu5rP3XsbH2KEhgYqJCQENsDQGHdohsoIjRIZ7sI2yMpItRcqo3S4zwD5c+xANSnTx9t3bpVmzdv9j26du2qwYMHa/PmzfL39y/0mu7du2vFihW2Y8uWLVP37t0lSdHR0QoPD7f18Xq9WrNmja8PgNLz9/NobP9LJanQl/Op52P7X8p9ai4Q5xkof44FoODgYLVv3972qFOnjho2bKj27dtLkuLj4/Xss8/6XvPYY48pKSlJf/3rX/XDDz9o3LhxWr9+vUaNGiVJvvsIvfLKK/rkk0+0detWxcfHKzIyUgMGDHDiYwLVTt/2EZpxT2eFh9qnX8JDgzTjns7q2z7CocqqF84zUL4q9Z2g09LS5Of334zWo0cPLVq0SM8//7yee+45tW7dWkuWLPEFJkkaM2aMjh07pmHDhikrK0u9evVSUlKS4+uMgOqkb/sIXXdpOHcoLmecZ6D8eCzL4kYSZ/B6vQoNDVV2djbrgQAAqCJK8v3t+H2AAAAAKhoBCAAAuA4BCAAAuA4BCAAAuA4BCAAAuA4BCAAAuA4BCAAAuA4BCAAAuA4BCAAAuE6l3grDKaduju31eh2uBAAAFNep7+3ibHJBACrC0aNHJUlRUVEOVwIAAErq6NGjCg0NPWcf9gIrQkFBgQ4dOqTg4GB5PGW76aDX61VUVJT279/PPmPliPNcMTjPFYPzXDE4zxWjPM+zZVk6evSoIiMjbZupF4URoCL4+fmpWbNm5fozQkJC+AtWATjPFYPzXDE4zxWD81wxyus8n2/k5xQWQQMAANchAAEAANchAFWwwMBAjR07VoGBgU6XUq1xnisG57licJ4rBue5YlSW88wiaAAA4DqMAAEAANchAAEAANchAAEAANchAAEAANchAJWD6dOn6+KLL1ZQUJBiYmK0du3ac/ZfvHix2rVrp6CgIHXo0EFLly6toEqrtpKc5zlz5qh3796qX7++6tevr9jY2PP+/wKjpP89n5KYmCiPx6MBAwaUb4HVREnPc1ZWlhISEhQREaHAwEC1adOGfzuKoaTnefLkyWrbtq1q1aqlqKgoPfHEEzp+/HgFVVs1ffPNN+rfv78iIyPl8Xi0ZMmS874mOTlZnTt3VmBgoFq1aqV58+aVe52yUKYSExOtmjVrWu+88461fft266GHHrLq1atnZWRkFNn/u+++s/z9/a1JkyZZO3bssJ5//nmrRo0a1tatWyu48qqlpOf57rvvtqZPn25t2rTJ+v77760hQ4ZYoaGh1oEDByq48qqlpOf5lNTUVKtp06ZW7969rZtvvrliiq3CSnqec3Nzra5du1o33nijtXLlSis1NdVKTk62Nm/eXMGVVy0lPc8LFy60AgMDrYULF1qpqanW559/bkVERFhPPPFEBVdetSxdutT685//bH388ceWJOsf//jHOfvv3bvXql27tjV69Ghrx44d1tSpUy1/f38rKSmpXOskAJWxbt26WQkJCb7n+fn5VmRkpDVhwoQi+995551Wv379bMdiYmKs4cOHl2udVV1Jz/OZTp48aQUHB1vz588vrxKrhdKc55MnT1o9evSw3n77beu+++4jABVDSc/zjBkzrBYtWlh5eXkVVWK1UNLznJCQYF177bW2Y6NHj7Z69uxZrnVWJ8UJQGPGjLEuu+wy27G77rrLiouLK8fKLIspsDKUl5enDRs2KDY21nfMz89PsbGxSklJKfI1KSkptv6SFBcXd9b+KN15PtNvv/2mEydOqEGDBuVVZpVX2vP80ksvqUmTJho6dGhFlFnlleY8f/LJJ+revbsSEhIUFham9u3b67XXXlN+fn5FlV3llOY89+jRQxs2bPBNk+3du1dLly7VjTfeWCE1u4VT34NshlqGfv75Z+Xn5yssLMx2PCwsTD/88EORr0lPTy+yf3p6ernVWdWV5jyf6emnn1ZkZGShv3T4r9Kc55UrV2ru3LnavHlzBVRYPZTmPO/du1dffvmlBg8erKVLl2r37t0aOXKkTpw4obFjx1ZE2VVOac7z3XffrZ9//lm9evWSZVk6efKkHn74YT333HMVUbJrnO170Ov16vfff1etWrXK5ecyAgTXmThxohITE/WPf/xDQUFBTpdTbRw9elT33nuv5syZo0aNGjldTrVWUFCgJk2aaPbs2erSpYvuuusu/fnPf9bMmTOdLq1aSU5O1muvvaa33npLGzdu1Mcff6x//etfevnll50uDWWAEaAy1KhRI/n7+ysjI8N2PCMjQ+Hh4UW+Jjw8vET9UbrzfMobb7yhiRMnavny5erYsWN5llnllfQ879mzR/v27VP//v19xwoKCiRJAQEB2rlzp1q2bFm+RVdBpfnvOSIiQjVq1JC/v7/v2CWXXKL09HTl5eWpZs2a5VpzVVSa8/zCCy/o3nvv1YMPPihJ6tChg44dO6Zhw4bpz3/+s/z8GEMoC2f7HgwJCSm30R+JEaAyVbNmTXXp0kUrVqzwHSsoKNCKFSvUvXv3Il/TvXt3W39JWrZs2Vn7o3TnWZImTZqkl19+WUlJSeratWtFlFqllfQ8t2vXTlu3btXmzZt9j5tuuknXXHONNm/erKioqIosv8oozX/PPXv21O7du30BU5J+/PFHRUREEH7OojTn+bfffisUck6FTottNMuMY9+D5brE2oUSExOtwMBAa968edaOHTusYcOGWfXq1bPS09Mty7Kse++913rmmWd8/b/77jsrICDAeuONN6zvv//eGjt2LJfBF0NJz/PEiROtmjVrWn//+9+tw4cP+x5Hjx516iNUCSU9z2fiKrDiKel5TktLs4KDg61Ro0ZZO3futD799FOrSZMm1iuvvOLUR6gSSnqex44dawUHB1t/+9vfrL1791pffPGF1bJlS+vOO+906iNUCUePHrU2bdpkbdq0yZJkvfnmm9amTZusn376ybIsy3rmmWese++919f/1GXwTz31lPX9999b06dP5zL4qmrq1KnWRRddZNWsWdPq1q2btXr1al/bVVddZd133322/h9++KHVpk0bq2bNmtZll11m/etf/6rgiqumkpzn5s2bW5IKPcaOHVvxhVcxJf3v+XQEoOIr6XletWqVFRMTYwUGBlotWrSwXn31VevkyZMVXHXVU5LzfOLECWvcuHFWy5YtraCgICsqKsoaOXKk9euvv1Z84VXIV199VeS/t6fO7X333WddddVVhV7TqVMnq2bNmlaLFi2sd999t9zr9FgW43gAAMBdWAMEAABchwAEAABchwAEAABchwAEAABchwAEAABchwAEAABchwAEAABchwAEAABchwAEAABchwAEAABchwAEAABchwAEoNr7z3/+o/DwcL322mu+Y6tWrVLNmjW1YsUKBysD4BQ2QwXgCkuXLtWAAQO0atUqtW3bVp06ddLNN9+sN9980+nSADiAAATANRISErR8+XJ17dpVW7du1bp16xQYGOh0WQAcQAAC4Bq///672rdvr/3792vDhg3q0KGD0yUBcAhrgAC4xp49e3To0CEVFBRo3759TpcDwEGMAAFwhby8PHXr1k2dOnVS27ZtNXnyZG3dulVNmjRxujQADiAAAXCFp556Sn//+9/173//W3Xr1tVVV12l0NBQffrpp06XBsABTIEBqPaSk5M1efJkvffeewoJCZGfn5/ee+89ffvtt5oxY4bT5QFwACNAAADAdRgBAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArkMAAgAArvP/AYzkcrbYbCdHAAAAAElFTkSuQmCC", "text/plain": [ "
" ] @@ -1282,14 +1284,14 @@ }, { "cell_type": "code", - "execution_count": 508, + "execution_count": 433, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "[ 5.14285714 -4.2142857 5.35714285]\n", + "[ 5.14285713 -4.21428562 5.35714277]\n", " x y\n", "0 0.0 5.142857\n", "1 0.2 4.514286\n", @@ -1309,12 +1311,12 @@ }, { "cell_type": "code", - "execution_count": 509, + "execution_count": 434, "metadata": {}, "outputs": [ { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjcAAAGwCAYAAABVdURTAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy80BEi2AAAACXBIWXMAAA9hAAAPYQGoP6dpAABBxElEQVR4nO3de5yN5f7/8feaGTODPTPkLJNNOcsWNgnpoIiEKMmxLUr6VpRQbKdCQu2d0jk6qii7EJVCRdu57VDKKcJQYcZxxszcvz+u38xqmJlmxlrrWuter+fjsR5d15p7Zj5zh/s9133d1+VxHMcRAACAS0TYLgAAAMCXCDcAAMBVCDcAAMBVCDcAAMBVCDcAAMBVCDcAAMBVCDcAAMBVomwXEGiZmZnav3+/4uLi5PF4bJcDAAAKwHEcHTt2TJUrV1ZERP5jM2EXbvbv36/ExETbZQAAgCLYu3evqlSpku8xYRdu4uLiJJmTEx8fb7kaAABQECkpKUpMTMy+jucn7MJN1q2o+Ph4wg0AACGmIFNKmFAMAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAAB8Yt8+6corpRUr7NZBuAEAAD7x6KPSV19JrVtLr7xirw7CDQAAOG/r1kmzZ5t26dJSly72aiHcAACA8+I40pAh3v6YMdIFF9irh3ADAADOy4cfmttRklSjhjRokN16CDcAAKDIUlOlYcO8/alTpehoe/VIhBsAAHAennlG2rnTtK+5RurY0W49EuEGAAAU0a+/ShMmmLbHI02bZv5rG+EGAAAUydixUkqKaf/jH1LDhjar8SLcAACAQtu6VXrhBdMuWVJ67DG79fwR4QYAABTaQw9JGRmmPXKkVLGi3Xr+iHADAAAKZckS6ZNPTPuii6ShQ+3WczbCDQAAKLD09JxhZvJkqXhxe/XkhnADAAAK7OWXzXwbSWrWTLrtNrv15IZwAwAACiQ5WfrnP739p54Kjke/z0a4AQAABTJxolnbRjIjNs2b260nL4QbAADwp3bulJ5+2rRjYsxcm2BFuAEAAH9q+HApLc20hw6Vqla1W09+CDcAACBfX38tzZ1r2uXLm3VtghnhBgAA5CkzUxoyxNt/7DEpLs5ePQVBuAEAAHl66y1p7VrTvvRSs4dUsCPcAACAXJ08mfMW1PTpUmSkvXoKinADAAByNXWqtG+fad94o9Smjd16CopwAwAAzrFvn/TEE6YdFWWCTqgg3AAAgHOMGmVuS0nSoEFSrVp26ykMwg0AAMhh/Xpp9mzTLl1aGjPGbj2FRbgBAADZHMc8+u04pv/Pf0plytitqbAINwAAINv8+dKKFaZdo4Z0zz1WyykSwg0AAJAkpaZKw4Z5+08+KUVH26unqAg3AABAkjRjhrRjh2lffbV000126ykqwg0AANBvv0kTJpi2x2MW7PN47NZUVIQbAACgsWOl5GTTvuMOqWFDm9WcH8INAABhbutW6fnnTbtkSbM5Zigj3AAAEOaGDZMyMkx7xAipUiW79Zwvwg0AAGHs00+lRYtMOzFRevBBu/X4AuEGAIAwlZ4uDR3q7U+eLBUvbq8eXyHcAAAQpl55RdqyxbSbNpVuu81uPb5CuAEAIAwlJ0ujR3v7Tz0lRbgkFbjkxwAAAIUxcaL066+m3b27dMUVduvxpSjbBQAA4G8ZmY5W7zqsQ8dOq3xcrJpWu0CRESG6Qp0P7NolPf20acfEmLk2vhAs59l6uNm3b5+GDx+uTz75RCdPntQll1yi1157TU2aNMnzc5YtW6ahQ4dqy5YtSkxM1KhRo9SvX7/AFQ0ACBmLNx/QuI+36kDy6ez3KiXEakzHumpXP8SfeS6i4cOltDTTHjJE+utfz/9rBtN5tnpb6siRI2rRooWKFSumTz75RFu3btW0adNUunTpPD9n165d6tChg66++mpt3LhRDzzwgO68804tWbIkgJUDAELB4s0HNOjN9TkuuJKUlHxag95cr8WbD1iqzJ6vv5bef9+0y5eXRo48/68ZbOfZ4ziOE9Dv+AcjRozQN998o6+++qrAnzN8+HAtXLhQmzdvzn7vtttu09GjR7V48eI//fyUlBQlJCQoOTlZ8fHxRaobABD8MjIdtXzii3MuuFk8kiomxOrr4deEzS2qzEzp8sulNWtM/4UXpIEDz+9rBuo8F+b6bXXk5qOPPlKTJk10yy23qHz58rrsssv00ksv5fs5q1atUps2bXK817ZtW61atSrX41NTU5WSkpLjBQBwv9W7Dud5wZUkR9KB5NNavetw4Iqy7O23vcHm0kul/v3P/2sG43m2Gm527typmTNnqkaNGlqyZIkGDRqk++67T7Nnz87zc5KSklShQoUc71WoUEEpKSk6derUOcdPmjRJCQkJ2a/ExESf/xwAgOBz6FjeF9yiHBfqTp7MeQtq+nQpMvL8v24wnmer4SYzM1ONGjXSxIkTddlll2ngwIEaMGCAns/avcsHRo4cqeTk5OzX3r17ffa1AQDBq3xcrE+PC3XTpkm//GLaHTpIZ90EKbJgPM9Ww02lSpVUt27dHO/VqVNHe/bsyfNzKlasqIMHD+Z47+DBg4qPj1fxXNaMjomJUXx8fI4XAMD9mla7QJUSYpXXLA+PzNM8TatdEMiyrNi/3/u4d2SkNHWq7752MJ5nq+GmRYsW2rZtW473fvzxR1WtWjXPz2nevLmWLl2a473PPvtMzZs390uNAIDQFBnh0ZiO5hfosy+8Wf0xHeuGxWTiUaPMbSlJGjRIql3bd187GM+z1XAzZMgQffvtt5o4caK2b9+ut99+Wy+++KIGDx6cfczIkSPVp0+f7P7dd9+tnTt36uGHH9YPP/yg5557Tu+9956GDBli40cAAASxdvUraWavRqqYkPOWSMWEWM3s1Sgs1rlZv16aNcu0S5WSxo71/fcItvNs9VFwSVqwYIFGjhypn376SdWqVdPQoUM1YMCA7I/369dPu3fv1rJly7LfW7ZsmYYMGaKtW7eqSpUqGj16dIEX8eNRcAAIP8Gycm6gOY509dXS8uWmP326WbTPX/x5ngtz/bYebgKNcAMACBfz50tdupj2JZeYHcCjo62WVGQhs84NAADwj7Q0adgwb//JJ0M32BQW4QYAABeaMUPavt20r7pK6tTJajkBRbgBAMBlfvtNGj/etD0eM9fG4/4pRtkINwAAuMy4cVJysmn36ydddpnVcgKOcAMAgIt8/700c6ZplywpPfaY3XpsINwAAOAiw4ZJGRmmPXy4VLmy3XpsINwAAOASn30mLVxo2lWqSA8+aLceWwg3AAC4QHq6NHSotz95slSihL16bCLcAADgAq++Km3ebNp//7vUo4fdemwi3AAAEOJSUqTRo739p56SIsL4Ch/GPzoAAO4wcaJ06JBp33qr1KKF3XpsI9wAABDCdu0yIzWS2V5h8mS79QQDwg0AACFsxAizj5RkdvyuVs1uPcGAcAMAQIj65hvpvfdMu1w56ZFH7NYTLAg3AACEoMzMnI9+T5ggxcfbqyeYEG4AAAhB77wjrV5t2vXrS/37260nmBBuAAAIMSdPmrk2WaZPl6Ki7NUTbAg3AACEmOnTpV9+Me327aXrrrNbT7Ah3AAAEEL27/c+7h0ZKU2dareeYES4AQAghIwaJZ04Ydp33y3VqWO3nmBEuAEAIERs2CDNmmXaCQnS2LE2qwlehBsAAEKA45hHvx3H9P/5T6lsWbs1BSvCDQAAIeA//5GWLTPtiy+WBg+2Wk5QI9wAABDk0tKkYcO8/SeflGJi7NUT7Ag3AAAEuWeflbZvN+3WraXOna2WE/QINwAABLHff5fGjzdtj8escePx2K0p2BFuAAAIYuPGSUePmnbfvlKjRlbLCQmEGwAAgtQPP0jPPWfaJUpIjz9ut55QQbgBACBIDRsmZWSY9vDhUuXKdusJFYQbAACC0OefSwsWmHaVKtJDD9mtJ5QQbgAACDIZGWbBviyTJpnbUigYwg0AAEHm1VelTZtMu0kT6fbb7dYTagg3AAAEkZQUszlmlqeekiK4WhcKpwsAgCAyaZJ06JBp33KL1LKl3XpCEeEGAIAgsXu3GamRpOhoafJkq+WELMINAABBYsQIKTXVtB94QKpe3Wo5IYtwAwBAEFi5Unr3XdMuV0565BG79YQywg0AAJZlZkpDhnj748dLCQn26gl1hBsAACybM0davdq069WT7rzTbj2hjnADAIBFJ0+auTZZpk+XoqLs1eMGhBsAACx66ilp717TvuEG6frr7dbjBoQbAAAsOXDArGsjSZGR0tSpdutxC8INAACWjBolnThh2nfdJdWta7cetyDcAABgwcaN0muvmXZCgjRunNVyXIVwAwBAgDmO2fXbcUx/9GipbFm7NbkJ4QYAgAD76CPpyy9N++KLpXvvtVuP2xBuAAAIoLQ0adgwb3/KFCkmxl49bkS4AQAggJ57TvrpJ9O+8kqpSxe79bgR4QYAgAD5/XfvxGGPxyzY5/HYrcmNCDcAAATI+PHS0aOm3aeP1Lix1XJci3ADAEAAbNtmbklJUokS0uOP263HzQg3AAAEwEMPSenppv3ww9KFF9qtx80INwAA+Nnnn0sLFpj2hReaoAP/IdwAAOBHGRnSgw96+5MmSSVL2qsnHBBuAADwo1dflf73P9Nu0kTq2dNuPeGAcAMAgJ8cO2Y2x8wyfboUwZXX7zjFAAD4yaRJ0qFDpt2tm9Sqld16wgXhBgAAP/j5ZzNSI0nR0dITT9itJ5wQbgAA8IMRI6TUVNO+/36penW79YQTwg0AAD62apU0Z45ply0rPfqo3XrCDeEGAAAfchxpyBBvf/x4KSHBXj3hiHADAIAPzZkj/fe/pl2vnjRggN16whHhBgAAHzl1Sho+3NufNk2KirJXT7iyGm7Gjh0rj8eT41W7du08j581a9Y5x8fGxgawYgAA8vbUU9Levabdrp3Utq3desKV9TxZr149ff7559n9qD+JuPHx8dq2bVt23+Px+K02AAAKKinJrGsjSZGRZtQGdlgPN1FRUapYsWKBj/d4PIU6PjU1ValZz+JJSklJKVR9AAAUxKhR0vHjpn3XXVLdunbrCWfW59z89NNPqly5sqpXr66ePXtqz549+R5//PhxVa1aVYmJierUqZO2bNmS7/GTJk1SQkJC9isxMdGX5QMAoO++M3tISebJqLFjrZYT9jyO4zi2vvknn3yi48ePq1atWjpw4IDGjRunffv2afPmzYqLizvn+FWrVumnn35SgwYNlJycrKlTp2rFihXasmWLqlSpkuv3yG3kJjExUcnJyYqPj/fbzwYACA+OI7VpI33xhek/+aT00EN2a3KjlJQUJSQkFOj6bTXcnO3o0aOqWrWqpk+frv79+//p8WfOnFGdOnXUo0cPTZgwoUDfozAnBwCAP/PRR1KnTqZdvbq0dasUE2O3JjcqzPXb+m2pPypVqpRq1qyp7du3F+j4YsWK6bLLLivw8QAA+FJaWs5RmilTCDbBIKjCzfHjx7Vjxw5VqlSpQMdnZGRo06ZNBT4eAABfmjlT+ukn027VSrr5Zrv1wLAabh566CEtX75cu3fv1sqVK9WlSxdFRkaqR48ekqQ+ffpo5MiR2cePHz9en376qXbu3Kn169erV69e+vnnn3XnnXfa+hEAAGHq8GFp3Dhvf/p0idVJgoPVR8F/+eUX9ejRQ7///rvKlSunli1b6ttvv1W5cuUkSXv27FFEhDd/HTlyRAMGDFBSUpJKly6txo0ba+XKlarL83YAgAAbP146csS0+/SRmjSxWw+8gmpCcSAwoRgAcL62bZPq15fS06Xixc2tqQsvtF2Vu4XshGIAAELBsGEm2EjSww8TbIIN4QYAgEJYulT6+GPTrlzZBB0EF8INAAAFlJEhDR3q7U+aJJUsaa8e5I5wAwBAAb32mvS//5l248ZSr15260HuCDcAABTAsWNmc8wsTz0lRXAVDUr8bwEAoAAmT5YOHjTtrl3Non0IToQbAAD+xM8/S9OmmXZ0tPTEE3brQf4INwAA/ImRI6XUVNO+7z7p4ovt1oP8EW4AAMjHt99K77xj2mXLSo8+arce/DnCDQAAeXAcacgQb3/cOKlUKWvloIAINwAA5OHdd83IjSTVrSsNHGi3HhQM4QYAgFycOiUNH+7tT5smRVndbhoFRbgBACAXTz8t7dlj2m3bSu3aWS0HhUC4AQDgLElJ0sSJph0Z6X0MHKGBcAMAwFlGj5aOHzftgQOlevXs1oPCIdwAAPAH330nvfKKacfHmyekEFoINwAA/H+OIz34oPmvZPaSKlfObk0oPMINAAD/34IF0tKlpl2tmlmNGKGHcAMAgKQzZ6SHHvL2p0yRYmLs1YOiI9wAACBp5kzpxx9Nu2VLs/M3QhPhBgAQ9g4flsaO9fanT5c8Hmvl4DwRbgAAYW/CBOnIEdPu3Vv6+9/t1oPzQ7gBAIS1H3+UZsww7eLFvYv3IXQRbgAAYW3YMCk93duuUsVuPTh/hBsAQNj64gvpo49Mu3Jl6eGH7dYD3yDcAADCUkaGNHSotz9xolSypL164DuEGwBAWJo1y2y1IEmNGpmJxHAHwg0AIOwcO2a2Vsjy1FNSBFdE1yj0/8r09HS9/vrrOnjwoD/qAQDA7554QkpKMu2bb5auvNJuPfCtQoebqKgo3X333Tp9+rQ/6gEAwK/27JGmTTPtYsVM0IG7FGkQrmnTptq4caOPSwEAwP9GjpSyfj+/7z7pkkvs1gPfiyrKJ91zzz0aOnSo9u7dq8aNG6vkWdPLGzRo4JPiAADwpf/+V3r7bdMuUybnvBu4h8dxHKewnxSRy6wrj8cjx3Hk8XiUkZHhk+L8ISUlRQkJCUpOTlZ8fLztcgAAAeI4UosW0qpVpj9jhjR4sN2aUHCFuX4XaeRm165dRSoMAABb3nvPG2zq1JHuustuPfCfIoWbqlWr+roOAAD85vRpafhwb3/aNCmqSFdAhILz+l+7detW7dmzR2lpaTnev+mmm86rKAAAfOnJJ6Wffzbt66+X2rWzWw/8q0jhZufOnerSpYs2bdqUPddGMvNuJAX1nBsAQHiZM0caM8a0IyLMqM3/v1zBpYr0KPj999+vatWq6dChQypRooS2bNmiFStWqEmTJlq2bJmPSwQAoGgWLTLbKmQ9OvPII1L9+nZrgv8VaeRm1apV+uKLL1S2bFlFREQoIiJCLVu21KRJk3Tfffdpw4YNvq4TAIBC+eorqWtXKT3d9AcMkMaPt1sTAqNIIzcZGRmKi4uTJJUtW1b79++XZCYab9u2zXfVAQBQBOvXSzfe6F2s79ZbpZkzuR0VLoo0clO/fn199913qlatmpo1a6YpU6YoOjpaL774oqpXr+7rGgEAKLBt28yE4ZQU02/XTnrjDSky0m5dCJwihZtRo0bpxIkTkqTx48frxhtvVKtWrVSmTBm9++67Pi0QAICC2rNHuu466ddfTb9FC2nePCk62m5dCKwirVCcm8OHD6t06dLZT0wFK3+uUOw4DHkCgC2HDkmtWkk//mj6DRtKX34plSplsyr4SmGu30Wac5Nl+/btWrJkiU6dOqULLrjgfL5UyEtNlW6+WXr1VduVAED4OXpUatvWG2xq1JAWLybYhKsihZvff/9d1157rWrWrKn27dvrwIEDkqT+/fvrwQcf9GmBoeDMGRNs5s+X7rzT3NsFAATGyZNSx47Sxo2mX6WK9PnnUoUKVsuCRUUKN0OGDFGxYsW0Z88elShRIvv97t27a/HixT4rLlRERUm1apm240j9+plFowAA/pWWZh73/vpr0y9bVvrsM+mii+zWBbuKNKH4008/1ZIlS1SlSpUc79eoUUM/Z61vHUY8HrPiZVqa9OyzUmam1KuXVKyY+UsHAPC9jAyzQF/W79Tx8dKSJVLt2nbrgn1FGrk5ceJEjhGbLIcPH1ZMTMx5FxWKPB7p3/82i0RJ5i/dbbdJH31kty4AcCPHkQYNMjt9S1JsrPTxx1KjRnbrQnAoUrhp1aqVXn/99ey+x+NRZmampkyZoquvvtpnxYWaiAjp+efNbSnJrIp5yy3SJ59YLQsAXGfECOmll0w7Kso87n3llXZrQvAo0m2pKVOm6Nprr9XatWuVlpamhx9+WFu2bNHhw4f1zTff+LrGkBIRIb38srlF9fbb5r9dukgLFkht2tiuDgBC3+TJ0pQppu3xmIc42re3WxOCS5FGburXr68ff/xRLVu2VKdOnXTixAndfPPN2rBhgy6++GJf1xhyIiOl2bPNqI1kHhO/6SaJPUUB4Pw8/7w0cqS3P3OmmQIA/JHPFvELFf5cxO9sZ86Y/Uzmzzf9kiXNxLeWLf36bQHAld55R+rZ07vD96RJ5vYUwkNhrt9Fui0lSUePHtXq1at16NAhZWZm5vhYnz59ivplXaVYMendd80aOAsXSidOmKHTTz+VLr/cdnUAEDoWLpT69PEGm4cfJtggb0Uaufn444/Vs2dPHT9+XPHx8Tm2XPB4PDp8+LBPi/SlQI7cZDl9Wurc2TyiKEkJCWaBqSZNAvLtASCkrVhhVh/O2uF74EBze4rtbsKL37dfePDBB/WPf/xDx48f19GjR3XkyJHsVzAHG1tiY6UPP5Suucb0k5Ol66/3rqYJAMjd+vVm9eGsYNO9u/TccwQb5K9I4Wbfvn267777cl3rBrkrXtysedOqlekfOWJ2rt282W5dABCsfvjBjNikpJj+DTdIr79uHtoA8lOkcNO2bVutXbvW17W4XsmS5r5x8+am/9tv0rXXmr/AAACvn382vwD+9pvpt2wpzZ0rRUfbrQuhoUgTijt06KBhw4Zp69atuvTSS1WsWLEcH7/pppt8UpwbxcWZRf2uu05as0Y6dMjcrlq+3OxiCwDh7uBB82/kL7+YfsOGZvVhbhagoIo0oTgiIu8BH4/Ho4yMjPMqyp9sTCjOzZEjZtRmwwbTr1LFBJzq1a2VBADWHT0qXXWV9N13pl+zpvTVV1L58jarQjDw+4TizMzMPF/BHGyCSenSZufaSy81/V9+MSM4YbjvKABIkk6elG680RtsEhPNv5MEGxRWkcINfKNMGfNIeN26pv/zzybgZA3FAkC4SEuTunaVsnbwKVfOBJuLLrJbF0JTgefc/Pvf/9bAgQMVGxurf//73/kee9999513YaEmI9PR6l2HdejYaZWPi1XTahcoMuLPn1UsX15aulRq3Vr68Udp507vHJxKlQJQeIgp6nkGELwyMqRevcwK7pIUH2/WBatVy25dCF0FnnNTrVo1rV27VmXKlFG1atXy/oIej3bu3Fmgbz527FiNGzcux3u1atXSD/k8PvT+++9r9OjR2r17t2rUqKEnnnhC7QuxY5o/5tws3nxA4z7eqgPJp7Pfq5QQqzEd66pd/YIllH37TMDZscP069Qxe1ExHOvli/MMILg4jlmU7+WXTT821qzinrVsBpDFL3Nudu3apTJlymS383oVNNhkqVevng4cOJD9+vrrr/M8duXKlerRo4f69++vDRs2qHPnzurcubM2W1wsZvHmAxr05vocF1xJSko+rUFvrtfizQcK9HUuvFD64gvpr381/e+/N7uIZz0GGe58dZ4BBA/HkYYP9wabqChp3jyCDc5fgUduhg4dWrAv6PFo2rRpBTp27Nixmj9/vjYWcKne7t2768SJE1qwYEH2e5dffrkaNmyo559/vkBfw5cjNxmZjlo+8cU5F9wsHkkVE2L19fBrCnzrZNcu6corcz4CuXSpdMEF51VqSPPHeQZg36RJ0iOPmLbHYzbG7N7dbk0IXn7ZOHND1jPLf8JTyDWxf/rpJ1WuXFmxsbFq3ry5Jk2apIvymEG2atWqc0JW27ZtNT9r2+1cpKamKjU1NbufkrXUpQ+s3nU4zwuuJDmSDiSf1updh9X84jIF+prVqklffmkCzoEDZouGtm3NxOOEBN/UHWr8cZ4B2DVzpjfYSGavKIINfKXA4ebLL7/0+Tdv1qyZZs2apVq1aunAgQMaN26cWrVqpc2bNysuLu6c45OSklShQoUc71WoUEFJSUl5fo9JkyadM6/HVw4dy/uCW5TjslxyiblFddVVZjGrtWuldu3MfehcTovr+es8A7DjnXekwYO9/cmTzbwbwFesPgp+ww036JZbblGDBg3Utm1bLVq0SEePHtV7773ns+8xcuRIJScnZ7/27t3rs69dPi7Wp8f9Ue3a5nZU2bKm/+23Uvv20okThf5SIc+f5xlAYC1cKPXpY+bbSGbOzfDhdmuC+wTVOjelSpVSzZo1tX379lw/XrFiRR08eDDHewcPHlTFihXz/JoxMTGKj4/P8fKVptUuUKWEWOV1I84j8zRP02pFmzBTr565HVW6tOl//bXZHffkySJ9uZDl7/MMIDCWL5e6dZPS003/rrvMvBvA14Iq3Bw/flw7duxQpTwWeGnevLmWLl2a473PPvtMzbN2ogywyAiPxnQ0K/CdfeHN6o/pWPe8Jrn+7W9mIaus+TZffil16SKdDqM7MIE4zwD8a90688tZ1r9d3btLzz5rJhIDvmY13Dz00ENavny5du/erZUrV6pLly6KjIxUjx49JEl9+vTRyJEjs4+///77tXjxYk2bNk0//PCDxo4dq7Vr1+ree++19SOoXf1KmtmrkSom5LwlUjEhVjN7NfLJ+iuNG5sFrbLm23z6qVnJ8w/zpF0vEOcZgH/88IOZN3jsmOnfcIP0+utSZKTduuBeRdoV3Fd++eUX9ejRQ7///rvKlSunli1b6ttvv1W5cuUkSXv27MmxSecVV1yht99+W6NGjdIjjzyiGjVqaP78+apfv76tH0GSufBeV7eiX1fObdbM7Cbetq2Zd7NokfnN5/33pbM2ZXetQJxnAL71889mh++sNbtatZLmzpWio+3WBXcr0q7goSxYdgUvquXLzW89p06Zfrdu5smDKKsxFQDOdfCg1LKllDWN8rLLzK31cF3WAufH77uCw57WraWPPzZLlEvmN6A+fczeLAAQLI4eNSPNWcGmZk2zdxTBBoFAuAlB114rffihd1j3nXek/v2lzEy7dQGAZG6dd+ggffed6Scmmgcj2CsPgUK4CVHt2plRm6zbUbNnm8cqCTgAbEpLMw88rFxp+uXKmSUt8lh4HvALwk0I69hRevdd7xMHL78s/d//eRfHAoBAysiQevUyT3dKUny8adesabcuhB/CTYi7+WbprbekrIfKnntOGjKEgAMgsBzHjB6//77pFy9uViO+7DK7dSE8EW5coHt3c1sqazGsf/3LLGdOwAEQCI4jPfyw9Morph8VJc2bZ56UAmwg3LhEr17ef1gk6cknpX/+0149AMLHpEnS1Kmm7fFIb75plqwAbCHcuMgdd0gvvODtP/aYNGGCvXoAuN/MmdKjj3r7L7xgRpMBmwg3LjNwoPTMM97+P/8pPfGEvXoAuNfbb0uDB3v7TzwhDRhgrx4gC+HGhe69V5o2zdsfMUJ66il79QBwnwULzAKiWXP7Roww826AYEC4camhQ8198D/2n33WXj0A3GP5cumWW7wro999tzRxot2agD8i3LjYiBHSuHHe/r33Si++aK8eAKFv7Vqzxtbp06Z/223SjBnepzWBYEC4cbnRo3NO9rvrLum11+zVAyB0ff+9WR392DHTb99eev1170KiQLAg3Licx2OemBo2zPte//7mUU0AKKjdu6XrrpN+/930W7UyC/YVK2a1LCBXhJsw4PGYpxjuv9/0HUfq21d67z27dQEIDUlJJtjs22f6jRpJH38slShhty4gL4SbMOHxmCemBg0y/cxM6fbbze7iAJCXI0ektm2l7dtNv1YtafFiKSHBbl1Afgg3YcTjMRP/+vc3/YwMs9jWggV26wIQnE6ckDp0kP73P9O/6CLps8/MTt9A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erpzxRVXOC+//LLTt29fwk0BFPY8z5w506levbqTlpYWqBJdobDnefDgwc4111yT472hQ4c6LVq08GudblKQcPPwww879erVy/Fe9+7dnbZt2/qxMsfhtlQBpaWlad26dWrTpk32exEREWrTpo1WrVqV6+esWrUqx/GS1LZt2zyPR9HO89lOnjypM2fO6IILLvBXmSGvqOd5/PjxKl++vPr37x+IMkNeUc7zRx99pObNm2vw4MGqUKGC6tevr4kTJyojIyNQZYecopznK664QuvWrcu+dbVz504tWrRI7du3D0jN4cLWdTDsNs4sqt9++00ZGRmqUKFCjvcrVKigH374IdfPSUpKyvX4pKQkv9UZ6opyns82fPhwVa5c+Zy/UPAqynn++uuv9corr2jjxo0BqNAdinKed+7cqS+++EI9e/bUokWLtH37dt1zzz06c+aMxowZE4iyQ05RzvPtt9+u3377TS1btpTjOEpPT9fdd9+tRx55JBAlh428roMpKSk6deqUihcv7pfvy8gNXGXy5MmaM2eOPvzwQ8XGxtouxzWOHTum3r1766WXXlLZsmVtl+NqmZmZKl++vF588UU1btxY3bt316OPPqrnn3/edmmusmzZMk2cOFHPPfec1q9frw8++EALFy7UhAkTbJcGH2DkpoDKli2ryMhIHTx4MMf7Bw8eVMWKFXP9nIoVKxbqeBTtPGeZOnWqJk+erM8//1wNGjTwZ5khr7DneceOHdq9e7c6duyY/V5mZqYkKSoqStu2bdPFF1/s36JDUFH+PFeqVEnFihVTZGRk9nt16tRRUlKS0tLSFB0d7deaQ1FRzvPo0aPVu3dv3XnnnZKkSy+9VCdOnNDAgQP16KOPKiKC3/19Ia/rYHx8vN9GbSRGbgosOjpajRs31tKlS7Pfy8zM1NKlS9W8efNcP6d58+Y5jpekzz77LM/jUbTzLElTpkzRhAkTtHjxYjVp0iQQpYa0wp7n2rVra9OmTdq4cWP266abbtLVV1+tjRs3KjExMZDlh4yi/Hlu0aKFtm/fnh0eJenHH39UpUqVCDZ5KMp5Pnny5DkBJitQOmy56DPWroN+na7sMnPmzHFiYmKcWbNmOVu3bnUGDhzolCpVyklKSnIcx3F69+7tjBgxIvv4b775xomKinKmTp3qfP/9986YMWN4FLwACnueJ0+e7ERHRztz5851Dhw4kP06duyYrR8hJBT2PJ+Np6UKprDnec+ePU5cXJxz7733Otu2bXMWLFjglC9f3nnsscds/QghobDnecyYMU5cXJzzzjvvODt37nQ+/fRT5+KLL3ZuvfVWWz9CSDh27JizYcMGZ8OGDY4kZ/r06c6GDRucn3/+2XEcxxkxYoTTu3fv7OOzHgUfNmyY8/333zvPPvssj4IHo2eeeca56KKLnOjoaKdp06bOt99+m/2x1q1bO3379s1x/HvvvefUrFnTiY6OdurVq+csXLgwwBWHpsKc56pVqzqSznmNGTMm8IWHmML+ef4jwk3BFfY8r1y50mnWrJkTExPjVK9e3Xn88ced9PT0AFcdegpzns+cOeOMHTvWufjii53Y2FgnMTHRueeee5wjR44EvvAQ8uWXX+b6723Wue3bt6/TunXrcz6nYcOGTnR0tFO9enXntdde83udHsdh/A0AALgHc24AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AhLxff/1VFStW1MSJE7PfW7lypaKjo7V06VKLlQGwgY0zAbjCokWL1LlzZ61cuVK1atVSw4YN1alTJ02fPt12aQACjHADwDUGDx6szz//XE2aNNGmTZu0Zs0axcTE2C4LQIARbgC4xqlTp1S/fn3t3btX69at06WXXmq7JAAWMOcGgGvs2LFD+/fvV2Zmpnbv3m27HACWMHIDwBXS0tLUtGlTNWzYULVq1dLTTz+tTZs2qXz58rZLAxBghBsArjBs2DDNnTtX3333nf7yl7+odevWSkhI0IIFC2yXBiDAuC0FIOQtW7ZMTz/9tN544w3Fx8crIiJCb7zxhr766ivNnDnTdnkAAoyRGwAA4CqM3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFf5fyQNRWDkv8UDAAAAAElFTkSuQmCC", + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjcAAAGwCAYAAABVdURTAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAABBxElEQVR4nO3de5yN5f7/8feaGTODPTPkLJNNOcsWNgnpoIiEKMmxLUr6VpRQbKdCQu2d0jk6qii7EJVCRdu57VDKKcJQYcZxxszcvz+u38xqmJlmxlrrWuter+fjsR5d15p7Zj5zh/s9133d1+VxHMcRAACAS0TYLgAAAMCXCDcAAMBVCDcAAMBVCDcAAMBVCDcAAMBVCDcAAMBVCDcAAMBVomwXEGiZmZnav3+/4uLi5PF4bJcDAAAKwHEcHTt2TJUrV1ZERP5jM2EXbvbv36/ExETbZQAAgCLYu3evqlSpku8xYRdu4uLiJJmTEx8fb7kaAABQECkpKUpMTMy+jucn7MJN1q2o+Ph4wg0AACGmIFNKmFAMAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAABchXADAAB8Yt8+6corpRUr7NZBuAEAAD7x6KPSV19JrVtLr7xirw7CDQAAOG/r1kmzZ5t26dJSly72aiHcAACA8+I40pAh3v6YMdIFF9irh3ADAADOy4cfmttRklSjhjRokN16CDcAAKDIUlOlYcO8/alTpehoe/VIhBsAAHAennlG2rnTtK+5RurY0W49EuEGAAAU0a+/ShMmmLbHI02bZv5rG+EGAAAUydixUkqKaf/jH1LDhjar8SLcAACAQtu6VXrhBdMuWVJ67DG79fwR4QYAABTaQw9JGRmmPXKkVLGi3Xr+iHADAAAKZckS6ZNPTPuii6ShQ+3WczbCDQAAKLD09JxhZvJkqXhxe/XkhnADAAAK7OWXzXwbSWrWTLrtNrv15IZwAwAACiQ5WfrnP739p54Kjke/z0a4AQAABTJxolnbRjIjNs2b260nL4QbAADwp3bulJ5+2rRjYsxcm2BFuAEAAH9q+HApLc20hw6Vqla1W09+CDcAACBfX38tzZ1r2uXLm3VtghnhBgAA5CkzUxoyxNt/7DEpLs5ePQVBuAEAAHl66y1p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N3jsmOnfcIP0+utSZKTduuBeRdoV3Fd++eUX9ejRQ7///rvKlSunli1b6ttvv1W5cuUkSXv27MmxSecVV1yht99+W6NGjdIjjzyiGjVqaP78+apfv76tH0GSufBeV7eiX1fObdbM7Cbetq2Zd7NokfnN5/33pbM2ZXetQJxnAL71889mh++sNbtatZLmzpWio+3WBXcr0q7goSxYdgUvquXLzW89p06Zfrdu5smDKKsxFQDOdfCg1LKllDWN8rLLzK31cF3WAufH77uCw57WraWPPzZLlEvmN6A+fczeLAAQLI4eNSPNWcGmZk2zdxTBBoFAuAlB114rffihd1j3nXek/v2lzEy7dQGAZG6dd+ggffed6Scmmgcj2CsPgUK4CVHt2plRm6zbUbNnm8cqCTgAbEpLMw88rFxp+uXKmSUt8lh4HvALwk0I69hRevdd7xMHL78s/d//eRfHAoBAysiQevUyT3dKUny8adesabcuhB/CTYi7+WbprbekrIfKnntOGjKEgAMgsBzHjB6//77pFy9uViO+7DK7dSE8EW5coHt3c1sqazGsf/3LLGdOwAEQCI4jPfyw9Morph8VJc2bZ56UAmwg3LhEr17ef1gk6cknpX/+0149AMLHpEnS1Kmm7fFIb75plqwAbCHcuMgdd0gvvODtP/aYNGGCvXoAuN/MmdKjj3r7L7xgRpMBmwg3LjNwoPTMM97+P/8pPfGEvXoAuNfbb0uDB3v7TzwhDRhgrx4gC+HGhe69V5o2zdsfMUJ66il79QBwnwULzAKiWXP7Roww826AYEC4camhQ8198D/2n33WXj0A3GP5cumWW7wro999tzRxot2agD8i3LjYiBHSuHHe/r33Si++aK8eAKFv7Vqzxtbp06Z/223SjBnepzWBYEC4cbnRo3NO9rvrLum11+zVAyB0ff+9WR392DHTb99eev1170KiQLAg3Licx2OemBo2zPte//7mUU0AKKjdu6XrrpN+/930W7UyC/YVK2a1LCBXhJsw4PGYpxjuv9/0HUfq21d67z27dQEIDUlJJtjs22f6jRpJH38slShhty4gL4SbMOHxmCemBg0y/cxM6fbbze7iAJCXI0ektm2l7dtNv1YtafFiKSHBbl1Afgg3YcTjMRP/+vc3/YwMs9jWggV26wIQnE6ckDp0kP73P9O/6CLps8/MTt9A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erpzxRVXOC+//LLTt29fwk0BFPY8z5w506levbqTlpYWqBJdobDnefDgwc4111yT472hQ4c6LVq08GudblKQcPPwww879erVy/Fe9+7dnbZt2/qxMsfhtlQBpaWlad26dWrTpk32exEREWrTpo1WrVqV6+esWrUqx/GS1LZt2zyPR9HO89lOnjypM2fO6IILLvBXmSGvqOd5/PjxKl++vPr37x+IMkNeUc7zRx99pObNm2vw4MGqUKGC6tevr4kTJyojIyNQZYecopznK664QuvWrcu+dbVz504tWrRI7du3D0jN4cLWdTDsNs4sqt9++00ZGRmqUKFCjvcrVKigH374IdfPSUpKyvX4pKQkv9UZ6opyns82fPhwVa5c+Zy/UPAqynn++uuv9corr2jjxo0BqNAdinKed+7cqS+++EI9e/bUokWLtH37dt1zzz06c+aMxowZE4iyQ05RzvPtt9+u3377TS1btpTjOEpPT9fdd9+tRx55JBAlh428roMpKSk6deqUihcv7pfvy8gNXGXy5MmaM2eOPvzwQ8XGxtouxzWOHTum3r1766WXXlLZsmVtl+NqmZmZKl++vF588UU1btxY3bt316OPPqrnn3/edmmusmzZMk2cOFHPPfec1q9frw8++EALFy7UhAkTbJcGH2DkpoDKli2ryMhIHTx4MMf7Bw8eVMWKFXP9nIoVKxbqeBTtPGeZOnWqJk+erM8//1wNGjTwZ5khr7DneceOHdq9e7c6duyY/V5mZqYkKSoqStu2bdPFF1/s36JDUFH+PFeqVEnFihVTZGRk9nt16tRRUlKS0tLSFB0d7deaQ1FRzvPo0aPVu3dv3XnnnZKkSy+9VCdOnNDAgQP16KOPKiKC3/19Ia/rYHx8vN9GbSRGbgosOjpajRs31tKlS7Pfy8zM1NKlS9W8efNcP6d58+Y5jpekzz77LM/jUbTzLElTpkzRhAkTtHjxYjVp0iQQpYa0wp7n2rVra9OmTdq4cWP266abbtLVV1+tjRs3KjExMZDlh4yi/Hlu0aKFtm/fnh0eJenHH39UpUqVCDZ5KMp5Pnny5DkBJitQOmy56DPWroN+na7sMnPmzHFiYmKcWbNmOVu3bnUGDhzolCpVyklKSnIcx3F69+7tjBgxIvv4b775xomKinKmTp3qfP/9986YMWN4FLwACnueJ0+e7ERHRztz5851Dhw4kP06duyYrR8hJBT2PJ+Np6UKprDnec+ePU5cXJxz7733Otu2bXMWLFjglC9f3nnsscds/QghobDnecyYMU5cXJzzzjvvODt37nQ+/fRT5+KLL3ZuvfVWWz9CSDh27JizYcMGZ8OGDY4kZ/r06c6GDRucn3/+2XEcxxkxYoTTu3fv7OOzHgUfNmyY8/333zvPPvssj4IHo2eeeca56KKLnOjoaKdp06bOt99+m/2x1q1bO3379s1x/HvvvefUrFnTiY6OdurVq+csXLgwwBWHpsKc56pVqzqSznmNGTMm8IWHmML+ef4jwk3BFfY8r1y50mnWrJkTExPjVK9e3Xn88ced9PT0AFcdegpzns+cOeOMHTvWufjii53Y2FgnMTHRueeee5wjR44EvvAQ8uWXX+b6723Wue3bt6/TunXrcz6nYcOGTnR0tFO9enXntdde83udHsdh/A0AALgHc24AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AAICrEG4AhLxff/1VFStW1MSJE7PfW7lypaKjo7V06VKLlQGwgY0zAbjCokWL1LlzZ61cuVK1atVSw4YN1alTJ02fPt12aQACjHADwDUGDx6szz//XE2aNNGmTZu0Zs0axcTE2C4LQIARbgC4xqlTp1S/fn3t3btX69at06WXXmq7JAAWMOcGgGvs2LFD+/fvV2Zmpnbv3m27HACWMHIDwBXS0tLUtGlTNWzYULVq1dLTTz+tTZs2qXz58rZLAxBghBsArjBs2DDNnTtX3333nf7yl7+odevWSkhI0IIFC2yXBiDAuC0FIOQtW7ZMTz/9tN544w3Fx8crIiJCb7zxhr766ivNnDnTdnkAAoyRGwAA4CqM3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFch3AAAAFf5fyQNRWDkv8UDAAAAAElFTkSuQmCC", "text/plain": [ "
" ] @@ -1349,7 +1351,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.0" + "version": "3.12.5" } }, "nbformat": 4, diff --git a/Third term/Artificial intelligence systems and big data/5.ipynb b/Third term/Artificial intelligence systems and big data/5.ipynb old mode 100644 new mode 100755 index 89c3daa..6da35be --- a/Third term/Artificial intelligence systems and big data/5.ipynb +++ b/Third term/Artificial intelligence systems and big data/5.ipynb @@ -9,7 +9,7 @@ }, { "cell_type": "code", - "execution_count": 116, + "execution_count": 1, "metadata": {}, "outputs": [], "source": [ @@ -41,7 +41,7 @@ }, { "cell_type": "code", - "execution_count": 117, + "execution_count": 2, "metadata": {}, "outputs": [], "source": [ @@ -113,7 +113,7 @@ }, { "cell_type": "code", - "execution_count": 118, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -164,7 +164,7 @@ }, { "cell_type": "code", - "execution_count": 119, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -221,7 +221,7 @@ }, { "cell_type": "code", - "execution_count": 120, + "execution_count": 5, "metadata": {}, "outputs": [], "source": [ @@ -254,7 +254,7 @@ }, { "cell_type": "code", - "execution_count": 121, + "execution_count": 18, "metadata": {}, "outputs": [ { @@ -267,14 +267,17 @@ "-> 10\n", " -> 7\n", " -> 5\n", - " -> 3\n" + " -> 3\n", + " -> 1\n" ] } ], "source": [ "root = BinaryTree(10)\n", "root.insert(5)\n", + "root.insert(1)\n", "root.insert(15)\n", + "root.insert(7)\n", "root.insert(3)\n", "root.insert(7)\n", "root.insert(12)\n", @@ -299,7 +302,7 @@ }, { "cell_type": "code", - "execution_count": 122, + "execution_count": 7, "metadata": {}, "outputs": [], "source": [ @@ -309,7 +312,7 @@ }, { "cell_type": "code", - "execution_count": 123, + "execution_count": 8, "metadata": {}, "outputs": [], "source": [ @@ -318,26 +321,26 @@ }, { "cell_type": "code", - "execution_count": 124, + "execution_count": 9, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "[Text(0.5, 0.75, 'x[1] <= -0.5\\ngini = 0.375\\nsamples = 4\\nvalue = [1, 3]'),\n", - " Text(0.25, 0.25, 'gini = 0.0\\nsamples = 1\\nvalue = [1, 0]'),\n", + "[Text(0.5, 0.75, 'x[1] <= 0.0\\ngini = 0.375\\nsamples = 4\\nvalue = [3, 1]'),\n", + " Text(0.25, 0.25, 'gini = 0.0\\nsamples = 3\\nvalue = [3, 0]'),\n", " Text(0.375, 0.5, 'True '),\n", - " Text(0.75, 0.25, 'gini = 0.0\\nsamples = 3\\nvalue = [0, 3]'),\n", + " Text(0.75, 0.25, 'gini = 0.0\\nsamples = 1\\nvalue = [0, 1]'),\n", " Text(0.625, 0.5, ' False')]" ] }, - "execution_count": 124, + "execution_count": 9, "metadata": {}, "output_type": "execute_result" }, { "data": { - "image/png": "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", + "image/png": "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", "text/plain": [ "
" ] @@ -355,18 +358,18 @@ }, { "cell_type": "code", - "execution_count": 125, + "execution_count": 10, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "[0 0]\n", + "[1 1]\n", "[[2]]\n", " precision recall f1-score support\n", "\n", - " 0 1.00 1.00 1.00 2\n", + " 1 1.00 1.00 1.00 2\n", "\n", " accuracy 1.00 2\n", " macro avg 1.00 1.00 1.00 2\n", @@ -378,7 +381,7 @@ "name": "stderr", "output_type": "stream", "text": [ - "/Users/nktkln/.pyenv/versions/3.11.0/lib/python3.11/site-packages/sklearn/metrics/_classification.py:409: UserWarning: A single label was found in 'y_true' and 'y_pred'. For the confusion matrix to have the correct shape, use the 'labels' parameter to pass all known labels.\n", + "/home/nktkln/.local/lib/python3.12/site-packages/sklearn/metrics/_classification.py:409: UserWarning: A single label was found in 'y_true' and 'y_pred'. For the confusion matrix to have the correct shape, use the 'labels' parameter to pass all known labels.\n", " warnings.warn(\n" ] } @@ -408,7 +411,7 @@ }, { "cell_type": "code", - "execution_count": 126, + "execution_count": 11, "metadata": {}, "outputs": [ { @@ -572,8 +575,8 @@ "" ], "text/plain": [ - " fixed acidity volatile acidity citric acid residual sugar \n", - "count 1599.000000 1599.000000 1599.000000 1599.000000 \\\n", + " fixed acidity volatile acidity citric acid residual sugar \\\n", + "count 1599.000000 1599.000000 1599.000000 1599.000000 \n", "mean 8.319637 0.527821 0.270976 2.538806 \n", "std 1.741096 0.179060 0.194801 1.409928 \n", "min 4.600000 0.120000 0.000000 0.900000 \n", @@ -582,8 +585,8 @@ "75% 9.200000 0.640000 0.420000 2.600000 \n", "max 15.900000 1.580000 1.000000 15.500000 \n", "\n", - " chlorides free sulfur dioxide total sulfur dioxide density \n", - "count 1599.000000 1599.000000 1599.000000 1599.000000 \\\n", + " chlorides free sulfur dioxide total sulfur dioxide density \\\n", + "count 1599.000000 1599.000000 1599.000000 1599.000000 \n", "mean 0.087467 15.874922 46.467792 0.996747 \n", "std 0.047065 10.460157 32.895324 0.001887 \n", "min 0.012000 1.000000 6.000000 0.990070 \n", @@ -603,7 +606,7 @@ "max 4.010000 2.000000 14.900000 8.000000 " ] }, - "execution_count": 126, + "execution_count": 11, "metadata": {}, "output_type": "execute_result" } @@ -618,7 +621,7 @@ }, { "cell_type": "code", - "execution_count": 127, + "execution_count": 12, "metadata": {}, "outputs": [], "source": [ @@ -630,696 +633,704 @@ }, { "cell_type": "code", - "execution_count": 128, + "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/plain": [ - "[Text(0.49800740259424797, 0.9722222222222222, 'x[10] <= 10.525\\nsquared_error = 0.671\\nsamples = 1279\\nvalue = 5.647'),\n", - " Text(0.214837677322192, 0.9166666666666666, 'x[9] <= 0.575\\nsquared_error = 0.431\\nsamples = 789\\nvalue = 5.373'),\n", - " Text(0.35642253995822, 0.9444444444444444, 'True '),\n", - " Text(0.10466867469879518, 0.8611111111111112, 'x[4] <= 0.251\\nsquared_error = 0.329\\nsamples = 323\\nvalue = 5.164'),\n", - " Text(0.101559463661096, 0.8055555555555556, 'x[1] <= 0.587\\nsquared_error = 0.316\\nsamples = 322\\nvalue = 5.171'),\n", - " Text(0.07267780800621843, 0.75, 'x[10] <= 10.05\\nsquared_error = 0.338\\nsamples = 148\\nvalue = 5.284'),\n", - " Text(0.04508356004663817, 0.6944444444444444, 'x[4] <= 0.08\\nsquared_error = 0.267\\nsamples = 114\\nvalue = 5.175'),\n", - " Text(0.027982899339292655, 0.6388888888888888, 'x[7] <= 0.996\\nsquared_error = 0.38\\nsamples = 58\\nvalue = 5.293'),\n", - " Text(0.01554605518849592, 0.5833333333333334, 'x[8] <= 3.365\\nsquared_error = 0.196\\nsamples = 15\\nvalue = 4.933'),\n", - " Text(0.009327633113097552, 0.5277777777777778, 'x[1] <= 0.44\\nsquared_error = 0.083\\nsamples = 11\\nvalue = 5.091'),\n", - " Text(0.006218422075398368, 0.4722222222222222, 'x[6] <= 91.0\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", - " Text(0.003109211037699184, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.009327633113097552, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.012436844150796735, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 9\\nvalue = 5.0'),\n", - " Text(0.021764477263894286, 0.5277777777777778, 'x[5] <= 13.5\\nsquared_error = 0.25\\nsamples = 4\\nvalue = 4.5'),\n", - " Text(0.018655266226195105, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.02487368830159347, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", - " Text(0.04041974349008939, 0.5833333333333334, 'x[2] <= 0.075\\nsquared_error = 0.383\\nsamples = 43\\nvalue = 5.419'),\n", - " Text(0.034201321414691024, 0.5277777777777778, 'x[4] <= 0.073\\nsquared_error = 0.16\\nsamples = 5\\nvalue = 6.2'),\n", - " Text(0.03109211037699184, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.03731053245239021, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.046638165565487756, 0.5277777777777778, 'x[8] <= 3.375\\nsquared_error = 0.321\\nsamples = 38\\nvalue = 5.316'),\n", - " Text(0.04352895452778857, 0.4722222222222222, 'x[4] <= 0.058\\nsquared_error = 0.298\\nsamples = 34\\nvalue = 5.235'),\n", - " Text(0.04041974349008939, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.046638165565487756, 0.4166666666666667, 'x[3] <= 3.9\\nsquared_error = 0.259\\nsamples = 33\\nvalue = 5.273'),\n", - " Text(0.04352895452778857, 0.3611111111111111, 'x[7] <= 1.0\\nsquared_error = 0.215\\nsamples = 32\\nvalue = 5.312'),\n", - " Text(0.04041974349008939, 0.3055555555555556, 'x[7] <= 0.996\\nsquared_error = 0.196\\nsamples = 30\\nvalue = 5.267'),\n", - " Text(0.034201321414691024, 0.25, 'x[8] <= 3.31\\nsquared_error = 0.222\\nsamples = 6\\nvalue = 5.667'),\n", - " Text(0.03109211037699184, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.03731053245239021, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.046638165565487756, 0.25, 'x[5] <= 5.5\\nsquared_error = 0.139\\nsamples = 24\\nvalue = 5.167'),\n", - " Text(0.04352895452778857, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.04974737660318694, 0.19444444444444445, 'x[0] <= 7.25\\nsquared_error = 0.113\\nsamples = 23\\nvalue = 5.13'),\n", - " Text(0.046638165565487756, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.052856587640886125, 0.1388888888888889, 'x[6] <= 77.5\\nsquared_error = 0.083\\nsamples = 22\\nvalue = 5.091'),\n", - " Text(0.04974737660318694, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 15\\nvalue = 5.0'),\n", - " Text(0.05596579867858531, 0.08333333333333333, 'x[6] <= 116.5\\nsquared_error = 0.204\\nsamples = 7\\nvalue = 5.286'),\n", - " Text(0.052856587640886125, 0.027777777777777776, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.059075009716284495, 0.027777777777777776, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", - " Text(0.046638165565487756, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.04974737660318694, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.04974737660318694, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.06218422075398368, 0.6388888888888888, 'x[6] <= 14.5\\nsquared_error = 0.122\\nsamples = 56\\nvalue = 5.054'),\n", - " Text(0.059075009716284495, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.06529343179168286, 0.5833333333333334, 'x[10] <= 9.75\\nsquared_error = 0.104\\nsamples = 55\\nvalue = 5.073'),\n", - " Text(0.059075009716284495, 0.5277777777777778, 'x[10] <= 9.025\\nsquared_error = 0.06\\nsamples = 50\\nvalue = 5.02'),\n", - " Text(0.05596579867858531, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.06218422075398368, 0.4722222222222222, 'x[10] <= 9.075\\nsquared_error = 0.041\\nsamples = 49\\nvalue = 5.0'),\n", - " Text(0.059075009716284495, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.06529343179168286, 0.4166666666666667, 'x[8] <= 3.36\\nsquared_error = 0.02\\nsamples = 48\\nvalue = 5.021'),\n", - " Text(0.06218422075398368, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 41\\nvalue = 5.0'),\n", - " Text(0.06840264282938205, 0.3611111111111111, 'x[5] <= 14.0\\nsquared_error = 0.122\\nsamples = 7\\nvalue = 5.143'),\n", - " Text(0.06529343179168286, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.07151185386708123, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 6\\nvalue = 5.0'),\n", - " Text(0.07151185386708123, 0.5277777777777778, 'x[0] <= 7.45\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.6'),\n", - " Text(0.06840264282938205, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.07462106490478042, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.10027205596579868, 0.6944444444444444, 'x[2] <= 0.015\\nsquared_error = 0.405\\nsamples = 34\\nvalue = 5.647'),\n", - " Text(0.0971628449280995, 0.6388888888888888, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.10338126700349787, 0.6388888888888888, 'x[1] <= 0.565\\nsquared_error = 0.309\\nsamples = 32\\nvalue = 5.562'),\n", - " Text(0.0948309366498251, 0.5833333333333334, 'x[10] <= 10.45\\nsquared_error = 0.226\\nsamples = 29\\nvalue = 5.655'),\n", - " Text(0.08705790905557714, 0.5277777777777778, 'x[3] <= 1.85\\nsquared_error = 0.166\\nsamples = 19\\nvalue = 5.789'),\n", - " Text(0.08083948698017877, 0.4722222222222222, 'x[10] <= 10.35\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", - " Text(0.0777302759424796, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.08394869801787797, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.09327633113097551, 0.4722222222222222, 'x[9] <= 0.535\\nsquared_error = 0.109\\nsamples = 16\\nvalue = 5.875'),\n", - " Text(0.09016712009327633, 0.4166666666666667, 'x[1] <= 0.465\\nsquared_error = 0.222\\nsamples = 6\\nvalue = 5.667'),\n", - " Text(0.08705790905557714, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.09327633113097551, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.0963855421686747, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 10\\nvalue = 6.0'),\n", - " Text(0.10260396424407307, 0.5277777777777778, 'x[8] <= 3.305\\nsquared_error = 0.24\\nsamples = 10\\nvalue = 5.4'),\n", - " Text(0.09949475320637388, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 4\\nvalue = 5.0'),\n", - " Text(0.10571317528177225, 0.4722222222222222, 'x[4] <= 0.08\\nsquared_error = 0.222\\nsamples = 6\\nvalue = 5.667'),\n", - " Text(0.10260396424407307, 0.4166666666666667, 'x[2] <= 0.485\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", - " Text(0.09949475320637388, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.10571317528177225, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.10882238631947143, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.11193159735717062, 0.5833333333333334, 'x[5] <= 15.5\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 4.667'),\n", - " Text(0.10882238631947143, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.1150408083948698, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.13044111931597357, 0.75, 'x[3] <= 1.25\\nsquared_error = 0.276\\nsamples = 174\\nvalue = 5.075'),\n", - " Text(0.1273319082782744, 0.6944444444444444, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.13355033035367275, 0.6944444444444444, 'x[7] <= 0.994\\nsquared_error = 0.256\\nsamples = 173\\nvalue = 5.064'),\n", - " Text(0.13044111931597357, 0.6388888888888888, 'squared_error = 0.0\\nsamples = 3\\nvalue = 4.0'),\n", - " Text(0.13665954139137193, 0.6388888888888888, 'x[5] <= 3.5\\nsquared_error = 0.24\\nsamples = 170\\nvalue = 5.082'),\n", - " Text(0.12436844150796736, 0.5833333333333334, 'x[10] <= 10.25\\nsquared_error = 1.0\\nsamples = 2\\nvalue = 4.0'),\n", - " Text(0.12125923047026817, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", - " Text(0.12747765254566654, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.14895064127477653, 0.5833333333333334, 'x[9] <= 0.495\\nsquared_error = 0.217\\nsamples = 168\\nvalue = 5.095'),\n", - " Text(0.1336960746210649, 0.5277777777777778, 'x[0] <= 8.85\\nsquared_error = 0.126\\nsamples = 47\\nvalue = 4.957'),\n", - " Text(0.12747765254566654, 0.4722222222222222, 'x[1] <= 0.752\\nsquared_error = 0.09\\nsamples = 40\\nvalue = 4.9'),\n", - " Text(0.12436844150796736, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 25\\nvalue = 5.0'),\n", - " Text(0.13058686358336571, 0.4166666666666667, 'x[2] <= 0.265\\nsquared_error = 0.196\\nsamples = 15\\nvalue = 4.733'),\n", - " Text(0.12747765254566654, 0.3611111111111111, 'x[2] <= 0.015\\nsquared_error = 0.13\\nsamples = 13\\nvalue = 4.846'),\n", - " Text(0.12436844150796736, 0.3055555555555556, 'x[4] <= 0.095\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 4.333'),\n", - " Text(0.12125923047026817, 0.25, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", - " Text(0.12747765254566654, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.13058686358336571, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 10\\nvalue = 5.0'),\n", - " Text(0.1336960746210649, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", - " Text(0.13991449669646328, 0.4722222222222222, 'x[0] <= 9.1\\nsquared_error = 0.204\\nsamples = 7\\nvalue = 5.286'),\n", - " Text(0.1368052856587641, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.14302370773416245, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", - " Text(0.16420520792848814, 0.5277777777777778, 'x[4] <= 0.062\\nsquared_error = 0.242\\nsamples = 121\\nvalue = 5.149'),\n", - " Text(0.15235134084726001, 0.4722222222222222, 'x[6] <= 30.0\\nsquared_error = 1.0\\nsamples = 2\\nvalue = 4.0'),\n", - " Text(0.14924212980956084, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.1554605518849592, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", - " Text(0.1760590750097163, 0.4722222222222222, 'x[2] <= 0.23\\nsquared_error = 0.207\\nsamples = 119\\nvalue = 5.168'),\n", - " Text(0.16167897396035755, 0.4166666666666667, 'x[8] <= 3.345\\nsquared_error = 0.186\\nsamples = 81\\nvalue = 5.247'),\n", - " Text(0.1531286436066848, 0.3611111111111111, 'x[8] <= 3.305\\nsquared_error = 0.232\\nsamples = 41\\nvalue = 5.366'),\n", - " Text(0.14535561601243685, 0.3055555555555556, 'x[8] <= 3.245\\nsquared_error = 0.175\\nsamples = 31\\nvalue = 5.226'),\n", - " Text(0.14224640497473767, 0.25, 'x[0] <= 8.1\\nsquared_error = 0.249\\nsamples = 15\\nvalue = 5.467'),\n", - " Text(0.1360279828993393, 0.19444444444444445, 'x[5] <= 10.0\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 5.833'),\n", - " Text(0.1329187718616401, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.13913719393703847, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", - " Text(0.14846482705013603, 0.19444444444444445, 'x[10] <= 9.8\\nsquared_error = 0.173\\nsamples = 9\\nvalue = 5.222'),\n", - " Text(0.14535561601243685, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 7\\nvalue = 5.0'),\n", - " Text(0.1515740380878352, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.14846482705013603, 0.25, 'squared_error = 0.0\\nsamples = 16\\nvalue = 5.0'),\n", - " Text(0.16090167120093277, 0.3055555555555556, 'x[9] <= 0.535\\nsquared_error = 0.16\\nsamples = 10\\nvalue = 5.8'),\n", - " Text(0.1577924601632336, 0.25, 'x[2] <= 0.02\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", - " Text(0.15468324912553438, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.16090167120093277, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.16401088223863194, 0.25, 'squared_error = 0.0\\nsamples = 7\\nvalue = 6.0'),\n", - " Text(0.17022930431403033, 0.3611111111111111, 'x[1] <= 0.595\\nsquared_error = 0.109\\nsamples = 40\\nvalue = 5.125'),\n", - " Text(0.16712009327633112, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.1733385153517295, 0.3055555555555556, 'x[10] <= 10.25\\nsquared_error = 0.073\\nsamples = 38\\nvalue = 5.079'),\n", - " Text(0.17022930431403033, 0.25, 'x[3] <= 9.3\\nsquared_error = 0.051\\nsamples = 37\\nvalue = 5.054'),\n", - " Text(0.16712009327633112, 0.19444444444444445, 'x[7] <= 0.998\\nsquared_error = 0.027\\nsamples = 36\\nvalue = 5.028'),\n", - " Text(0.16401088223863194, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 33\\nvalue = 5.0'),\n", - " Text(0.17022930431403033, 0.1388888888888889, 'x[7] <= 0.999\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", - " Text(0.16712009327633112, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.1733385153517295, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.1733385153517295, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.17644772638942868, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.190439176059075, 0.4166666666666667, 'x[6] <= 59.5\\nsquared_error = 0.211\\nsamples = 38\\nvalue = 5.0'),\n", - " Text(0.18266614846482704, 0.3611111111111111, 'x[5] <= 10.0\\nsquared_error = 0.247\\nsamples = 9\\nvalue = 4.556'),\n", - " Text(0.17955693742712786, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", - " Text(0.18577535950252624, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 4\\nvalue = 4.0'),\n", - " Text(0.19821220365332298, 0.3611111111111111, 'x[5] <= 17.5\\nsquared_error = 0.119\\nsamples = 29\\nvalue = 5.138'),\n", - " Text(0.1919937815779246, 0.3055555555555556, 'x[6] <= 92.0\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 5.5'),\n", - " Text(0.18888457054022542, 0.25, 'x[0] <= 8.2\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.75'),\n", - " Text(0.18577535950252624, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.1919937815779246, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.19510299261562378, 0.25, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.20443062572872134, 0.3055555555555556, 'x[10] <= 10.05\\nsquared_error = 0.042\\nsamples = 23\\nvalue = 5.043'),\n", - " Text(0.20132141469102216, 0.25, 'squared_error = 0.0\\nsamples = 21\\nvalue = 5.0'),\n", - " Text(0.20753983676642052, 0.25, 'x[5] <= 23.5\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", - " Text(0.20443062572872134, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.2106490478041197, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.10777788573649437, 0.8055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", - " Text(0.3250066799455888, 0.8611111111111112, 'x[1] <= 0.365\\nsquared_error = 0.451\\nsamples = 466\\nvalue = 5.517'),\n", - " Text(0.19976680917217257, 0.8055555555555556, 'x[9] <= 0.65\\nsquared_error = 0.457\\nsamples = 72\\nvalue = 5.958'),\n", - " Text(0.18266614846482704, 0.75, 'x[1] <= 0.355\\nsquared_error = 0.249\\nsamples = 17\\nvalue = 5.471'),\n", - " Text(0.17955693742712786, 0.6944444444444444, 'x[8] <= 3.17\\nsquared_error = 0.213\\nsamples = 13\\nvalue = 5.308'),\n", - " Text(0.17644772638942868, 0.6388888888888888, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.18266614846482704, 0.6388888888888888, 'x[1] <= 0.23\\nsquared_error = 0.149\\nsamples = 11\\nvalue = 5.182'),\n", - " Text(0.17955693742712786, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.18577535950252624, 0.5833333333333334, 'x[5] <= 19.5\\nsquared_error = 0.09\\nsamples = 10\\nvalue = 5.1'),\n", - " Text(0.18266614846482704, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 6\\nvalue = 5.0'),\n", - " Text(0.18888457054022542, 0.5277777777777778, 'x[10] <= 9.45\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.25'),\n", - " Text(0.18577535950252624, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.1919937815779246, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.18577535950252624, 0.6944444444444444, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.21686746987951808, 0.75, 'x[10] <= 9.75\\nsquared_error = 0.424\\nsamples = 55\\nvalue = 6.109'),\n", - " Text(0.20753983676642052, 0.6944444444444444, 'x[0] <= 14.65\\nsquared_error = 0.332\\nsamples = 24\\nvalue = 5.792'),\n", - " Text(0.20443062572872134, 0.6388888888888888, 'x[10] <= 9.45\\nsquared_error = 0.217\\nsamples = 22\\nvalue = 5.682'),\n", - " Text(0.19821220365332298, 0.5833333333333334, 'x[2] <= 0.395\\nsquared_error = 0.076\\nsamples = 12\\nvalue = 5.917'),\n", - " Text(0.19510299261562378, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.20132141469102216, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 11\\nvalue = 6.0'),\n", - " Text(0.2106490478041197, 0.5833333333333334, 'x[1] <= 0.33\\nsquared_error = 0.24\\nsamples = 10\\nvalue = 5.4'),\n", - " Text(0.20753983676642052, 0.5277777777777778, 'x[9] <= 0.74\\nsquared_error = 0.188\\nsamples = 8\\nvalue = 5.25'),\n", - " Text(0.20443062572872134, 0.4722222222222222, 'x[4] <= 0.087\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", - " Text(0.20132141469102216, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.20753983676642052, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.2106490478041197, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", - " Text(0.2137582588418189, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.2106490478041197, 0.6388888888888888, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.22619510299261564, 0.6944444444444444, 'x[1] <= 0.245\\nsquared_error = 0.358\\nsamples = 31\\nvalue = 6.355'),\n", - " Text(0.21997668091721725, 0.6388888888888888, 'x[10] <= 10.45\\nsquared_error = 0.109\\nsamples = 8\\nvalue = 5.875'),\n", - " Text(0.21686746987951808, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 7\\nvalue = 6.0'),\n", - " Text(0.22308589195491643, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.232413525068014, 0.6388888888888888, 'x[5] <= 4.0\\nsquared_error = 0.336\\nsamples = 23\\nvalue = 6.522'),\n", - " Text(0.22930431403031482, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", - " Text(0.23552273610571317, 0.5833333333333334, 'x[2] <= 0.515\\nsquared_error = 0.248\\nsamples = 22\\nvalue = 6.455'),\n", - " Text(0.22930431403031482, 0.5277777777777778, 'x[7] <= 0.998\\nsquared_error = 0.215\\nsamples = 16\\nvalue = 6.312'),\n", - " Text(0.22619510299261564, 0.4722222222222222, 'x[7] <= 0.998\\nsquared_error = 0.248\\nsamples = 11\\nvalue = 6.455'),\n", - " Text(0.22308589195491643, 0.4166666666666667, 'x[3] <= 1.5\\nsquared_error = 0.188\\nsamples = 8\\nvalue = 6.25'),\n", - " Text(0.21997668091721725, 0.3611111111111111, 'x[1] <= 0.315\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 6.667'),\n", - " Text(0.21686746987951808, 0.3055555555555556, 'x[8] <= 3.39\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 6.5'),\n", - " Text(0.2137582588418189, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.21997668091721725, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.22308589195491643, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.22619510299261564, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", - " Text(0.22930431403031482, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", - " Text(0.232413525068014, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", - " Text(0.24174115818111155, 0.5277777777777778, 'x[7] <= 0.998\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.833'),\n", - " Text(0.23863194714341235, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 4\\nvalue = 7.0'),\n", - " Text(0.24485036921881073, 0.4722222222222222, 'x[4] <= 0.075\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 6.5'),\n", - " Text(0.24174115818111155, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.2479595802565099, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.45024655071900505, 0.8055555555555556, 'x[6] <= 55.5\\nsquared_error = 0.408\\nsamples = 394\\nvalue = 5.437'),\n", - " Text(0.4111810143801011, 0.75, 'x[8] <= 3.535\\nsquared_error = 0.463\\nsamples = 249\\nvalue = 5.558'),\n", - " Text(0.3800767586474932, 0.6944444444444444, 'x[5] <= 33.0\\nsquared_error = 0.43\\nsamples = 227\\nvalue = 5.617'),\n", - " Text(0.33963272444617176, 0.6388888888888888, 'x[9] <= 0.685\\nsquared_error = 0.393\\nsamples = 222\\nvalue = 5.64'),\n", - " Text(0.2921686746987952, 0.5833333333333334, 'x[3] <= 1.85\\nsquared_error = 0.348\\nsamples = 142\\nvalue = 5.528'),\n", - " Text(0.2635056354450058, 0.5277777777777778, 'x[4] <= 0.083\\nsquared_error = 0.227\\nsamples = 30\\nvalue = 5.2'),\n", - " Text(0.25728721336960747, 0.4722222222222222, 'x[7] <= 0.998\\nsquared_error = 0.141\\nsamples = 21\\nvalue = 5.048'),\n", - " Text(0.2541780023319083, 0.4166666666666667, 'x[7] <= 0.996\\nsquared_error = 0.09\\nsamples = 20\\nvalue = 5.1'),\n", - " Text(0.2510687912942091, 0.3611111111111111, 'x[10] <= 9.65\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.4'),\n", - " Text(0.2479595802565099, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.2541780023319083, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.25728721336960747, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 15\\nvalue = 5.0'),\n", - " Text(0.26039642440730665, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.2697240575204042, 0.4722222222222222, 'x[4] <= 0.094\\nsquared_error = 0.247\\nsamples = 9\\nvalue = 5.556'),\n", - " Text(0.266614846482705, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", - " Text(0.27283326855810336, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 4\\nvalue = 5.0'),\n", - " Text(0.32083171395258453, 0.5277777777777778, 'x[3] <= 2.65\\nsquared_error = 0.344\\nsamples = 112\\nvalue = 5.616'),\n", - " Text(0.29731830547998445, 0.4722222222222222, 'x[4] <= 0.076\\nsquared_error = 0.349\\nsamples = 94\\nvalue = 5.67'),\n", - " Text(0.27905169063350177, 0.4166666666666667, 'x[5] <= 26.5\\nsquared_error = 0.358\\nsamples = 37\\nvalue = 5.514'),\n", - " Text(0.2759424795958026, 0.3611111111111111, 'x[6] <= 25.5\\nsquared_error = 0.245\\nsamples = 35\\nvalue = 5.429'),\n", - " Text(0.26506024096385544, 0.3055555555555556, 'x[10] <= 9.25\\nsquared_error = 0.18\\nsamples = 17\\nvalue = 5.765'),\n", - " Text(0.25884181888845703, 0.25, 'x[1] <= 0.46\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", - " Text(0.25573260785075785, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.26195102992615626, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.2712786630392538, 0.25, 'x[7] <= 0.996\\nsquared_error = 0.122\\nsamples = 14\\nvalue = 5.857'),\n", - " Text(0.2681694520015546, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.274387874076953, 0.19444444444444445, 'x[9] <= 0.625\\nsquared_error = 0.071\\nsamples = 13\\nvalue = 5.923'),\n", - " Text(0.2712786630392538, 0.1388888888888889, 'x[8] <= 3.15\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", - " Text(0.2681694520015546, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.274387874076953, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.27749708511465215, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 10\\nvalue = 6.0'),\n", - " Text(0.2868247182277497, 0.3055555555555556, 'x[2] <= 0.135\\nsquared_error = 0.099\\nsamples = 18\\nvalue = 5.111'),\n", - " Text(0.2837155071900505, 0.25, 'x[3] <= 2.15\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.4'),\n", - " Text(0.28060629615235133, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.2868247182277497, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.2899339292654489, 0.25, 'squared_error = 0.0\\nsamples = 13\\nvalue = 5.0'),\n", - " Text(0.28216090167120095, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.3155849203264672, 0.4166666666666667, 'x[10] <= 10.45\\nsquared_error = 0.316\\nsamples = 57\\nvalue = 5.772'),\n", - " Text(0.312475709288768, 0.3611111111111111, 'x[7] <= 0.997\\nsquared_error = 0.299\\nsamples = 54\\nvalue = 5.815'),\n", - " Text(0.29926156237854645, 0.3055555555555556, 'x[8] <= 3.475\\nsquared_error = 0.094\\nsamples = 19\\nvalue = 6.105'),\n", - " Text(0.2961523513408473, 0.25, 'x[7] <= 0.997\\nsquared_error = 0.052\\nsamples = 18\\nvalue = 6.056'),\n", - " Text(0.2930431403031481, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 15\\nvalue = 6.0'),\n", - " Text(0.29926156237854645, 0.19444444444444445, 'x[6] <= 37.5\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 6.333'),\n", - " Text(0.2961523513408473, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.30237077341624563, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.30237077341624563, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.3256898561989895, 0.3055555555555556, 'x[5] <= 14.5\\nsquared_error = 0.34\\nsamples = 35\\nvalue = 5.657'),\n", - " Text(0.3225806451612903, 0.25, 'x[0] <= 9.7\\nsquared_error = 0.302\\nsamples = 29\\nvalue = 5.793'),\n", - " Text(0.31480761756704234, 0.19444444444444445, 'x[8] <= 3.265\\nsquared_error = 0.231\\nsamples = 22\\nvalue = 5.636'),\n", - " Text(0.308589195491644, 0.1388888888888889, 'x[0] <= 7.75\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 5.167'),\n", - " Text(0.3054799844539448, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.31169840652934316, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", - " Text(0.32102603964244075, 0.1388888888888889, 'x[2] <= 0.33\\nsquared_error = 0.152\\nsamples = 16\\nvalue = 5.812'),\n", - " Text(0.3179168286047415, 0.08333333333333333, 'x[2] <= 0.085\\nsquared_error = 0.066\\nsamples = 14\\nvalue = 5.929'),\n", - " Text(0.31480761756704234, 0.027777777777777776, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.32102603964244075, 0.027777777777777776, 'squared_error = 0.0\\nsamples = 13\\nvalue = 6.0'),\n", - " Text(0.32413525068013993, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.3303536727555383, 0.19444444444444445, 'x[6] <= 43.0\\nsquared_error = 0.204\\nsamples = 7\\nvalue = 6.286'),\n", - " Text(0.3272444617178391, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", - " Text(0.33346288379323746, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.32879906723668867, 0.25, 'squared_error = 0.0\\nsamples = 6\\nvalue = 5.0'),\n", - " Text(0.31869413136416636, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.3443451224251846, 0.4722222222222222, 'x[10] <= 10.35\\nsquared_error = 0.222\\nsamples = 18\\nvalue = 5.333'),\n", - " Text(0.33812670034978626, 0.4166666666666667, 'x[3] <= 7.45\\nsquared_error = 0.13\\nsamples = 13\\nvalue = 5.154'),\n", - " Text(0.3350174893120871, 0.3611111111111111, 'x[7] <= 0.999\\nsquared_error = 0.076\\nsamples = 12\\nvalue = 5.083'),\n", - " Text(0.33190827827438785, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 8\\nvalue = 5.0'),\n", - " Text(0.33812670034978626, 0.3055555555555556, 'x[4] <= 0.094\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.25'),\n", - " Text(0.3350174893120871, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.34123591138748544, 0.25, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.34123591138748544, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.35056354450058297, 0.4166666666666667, 'x[3] <= 3.3\\nsquared_error = 0.16\\nsamples = 5\\nvalue = 5.8'),\n", - " Text(0.3474543334628838, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.35367275553828215, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.3870967741935484, 0.5833333333333334, 'x[10] <= 9.85\\nsquared_error = 0.411\\nsamples = 80\\nvalue = 5.838'),\n", - " Text(0.3692188107267781, 0.5277777777777778, 'x[7] <= 0.997\\nsquared_error = 0.287\\nsamples = 44\\nvalue = 5.591'),\n", - " Text(0.3598911776136805, 0.4722222222222222, 'x[1] <= 0.385\\nsquared_error = 0.312\\nsamples = 16\\nvalue = 5.25'),\n", - " Text(0.3567819665759813, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.36300038865137974, 0.4166666666666667, 'x[10] <= 9.15\\nsquared_error = 0.116\\nsamples = 15\\nvalue = 5.133'),\n", - " Text(0.3598911776136805, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.3661095996890789, 0.3611111111111111, 'x[8] <= 3.41\\nsquared_error = 0.066\\nsamples = 14\\nvalue = 5.071'),\n", - " Text(0.36300038865137974, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 13\\nvalue = 5.0'),\n", - " Text(0.3692188107267781, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.3785464438398756, 0.4722222222222222, 'x[10] <= 9.45\\nsquared_error = 0.168\\nsamples = 28\\nvalue = 5.786'),\n", - " Text(0.37543723280217645, 0.4166666666666667, 'x[7] <= 0.998\\nsquared_error = 0.24\\nsamples = 15\\nvalue = 5.6'),\n", - " Text(0.37232802176447727, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.3785464438398756, 0.3611111111111111, 'x[2] <= 0.27\\nsquared_error = 0.188\\nsamples = 12\\nvalue = 5.75'),\n", - " Text(0.37543723280217645, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 6\\nvalue = 6.0'),\n", - " Text(0.3816556548775748, 0.3055555555555556, 'x[8] <= 3.075\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 5.5'),\n", - " Text(0.3785464438398756, 0.25, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.384764865915274, 0.25, 'x[6] <= 54.5\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.25'),\n", - " Text(0.3816556548775748, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.38787407695297316, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.3816556548775748, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 13\\nvalue = 6.0'),\n", - " Text(0.4049747376603187, 0.5277777777777778, 'x[3] <= 3.05\\nsquared_error = 0.397\\nsamples = 36\\nvalue = 6.139'),\n", - " Text(0.39720171006607075, 0.4722222222222222, 'x[1] <= 0.412\\nsquared_error = 0.333\\nsamples = 30\\nvalue = 6.0'),\n", - " Text(0.3909832879906724, 0.4166666666666667, 'x[10] <= 10.15\\nsquared_error = 0.25\\nsamples = 8\\nvalue = 6.5'),\n", - " Text(0.38787407695297316, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 4\\nvalue = 7.0'),\n", - " Text(0.39409249902837157, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.4034201321414691, 0.4166666666666667, 'x[5] <= 3.5\\nsquared_error = 0.24\\nsamples = 22\\nvalue = 5.818'),\n", - " Text(0.4003109211037699, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.4065293431791683, 0.3611111111111111, 'x[2] <= 0.465\\nsquared_error = 0.181\\nsamples = 21\\nvalue = 5.762'),\n", - " Text(0.4003109211037699, 0.3055555555555556, 'x[9] <= 1.09\\nsquared_error = 0.109\\nsamples = 16\\nvalue = 5.875'),\n", - " Text(0.39720171006607075, 0.25, 'x[8] <= 3.49\\nsquared_error = 0.062\\nsamples = 15\\nvalue = 5.933'),\n", - " Text(0.39409249902837157, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 14\\nvalue = 6.0'),\n", - " Text(0.4003109211037699, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.4034201321414691, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.41274776525456663, 0.3055555555555556, 'x[1] <= 0.455\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.4'),\n", - " Text(0.40963855421686746, 0.25, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.4158569762922658, 0.25, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.41274776525456663, 0.4722222222222222, 'x[5] <= 16.0\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.833'),\n", - " Text(0.40963855421686746, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 5\\nvalue = 7.0'),\n", - " Text(0.4158569762922658, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.4205207928488146, 0.6388888888888888, 'x[2] <= 0.25\\nsquared_error = 1.04\\nsamples = 5\\nvalue = 4.6'),\n", - " Text(0.41430237077341625, 0.5833333333333334, 'x[5] <= 41.0\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", - " Text(0.4111931597357171, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.41741158181111543, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.42673921492421296, 0.5833333333333334, 'x[4] <= 0.146\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 3.5'),\n", - " Text(0.4236300038865138, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", - " Text(0.42984842596191214, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.4422852701127089, 0.6944444444444444, 'x[9] <= 0.635\\nsquared_error = 0.407\\nsamples = 22\\nvalue = 4.955'),\n", - " Text(0.43606684803731055, 0.6388888888888888, 'x[10] <= 9.975\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 3.667'),\n", - " Text(0.4329576369996114, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", - " Text(0.43917605907500973, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", - " Text(0.44850369218810726, 0.6388888888888888, 'x[9] <= 0.875\\nsquared_error = 0.133\\nsamples = 19\\nvalue = 5.158'),\n", - " Text(0.4453944811504081, 0.5833333333333334, 'x[7] <= 0.995\\nsquared_error = 0.055\\nsamples = 17\\nvalue = 5.059'),\n", - " Text(0.4422852701127089, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.44850369218810726, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 16\\nvalue = 5.0'),\n", - " Text(0.45161290322580644, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.4893120870579091, 0.75, 'x[6] <= 105.5\\nsquared_error = 0.245\\nsamples = 145\\nvalue = 5.228'),\n", - " Text(0.4760979401476875, 0.6944444444444444, 'x[10] <= 10.35\\nsquared_error = 0.286\\nsamples = 106\\nvalue = 5.302'),\n", - " Text(0.46832491255343955, 0.6388888888888888, 'x[1] <= 0.855\\nsquared_error = 0.27\\nsamples = 94\\nvalue = 5.245'),\n", - " Text(0.4621064904780412, 0.5833333333333334, 'x[4] <= 0.539\\nsquared_error = 0.245\\nsamples = 90\\nvalue = 5.278'),\n", - " Text(0.458997279440342, 0.5277777777777778, 'x[5] <= 18.5\\nsquared_error = 0.229\\nsamples = 89\\nvalue = 5.292'),\n", - " Text(0.4407306645938593, 0.4722222222222222, 'x[9] <= 0.75\\nsquared_error = 0.245\\nsamples = 35\\nvalue = 5.429'),\n", - " Text(0.43451224251846093, 0.4166666666666667, 'x[6] <= 91.5\\nsquared_error = 0.248\\nsamples = 24\\nvalue = 5.542'),\n", - " Text(0.43140303148076176, 0.3611111111111111, 'x[5] <= 13.0\\nsquared_error = 0.227\\nsamples = 20\\nvalue = 5.65'),\n", - " Text(0.4251846094053634, 0.3055555555555556, 'x[3] <= 2.05\\nsquared_error = 0.234\\nsamples = 8\\nvalue = 5.375'),\n", - " Text(0.4220753983676642, 0.25, 'x[5] <= 10.5\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.75'),\n", - " Text(0.41896618732996505, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.4251846094053634, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.4282938204430626, 0.25, 'squared_error = 0.0\\nsamples = 4\\nvalue = 5.0'),\n", - " Text(0.4376214535561601, 0.3055555555555556, 'x[3] <= 1.7\\nsquared_error = 0.139\\nsamples = 12\\nvalue = 5.833'),\n", - " Text(0.43451224251846093, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.4407306645938593, 0.25, 'x[8] <= 3.54\\nsquared_error = 0.083\\nsamples = 11\\nvalue = 5.909'),\n", - " Text(0.4376214535561601, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 10\\nvalue = 6.0'),\n", - " Text(0.44383987563155847, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.4376214535561601, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 4\\nvalue = 5.0'),\n", - " Text(0.4469490866692577, 0.4166666666666667, 'x[8] <= 2.95\\nsquared_error = 0.149\\nsamples = 11\\nvalue = 5.182'),\n", - " Text(0.44383987563155847, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.4500582977069569, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 9\\nvalue = 5.0'),\n", - " Text(0.4772638942868247, 0.4722222222222222, 'x[10] <= 9.55\\nsquared_error = 0.199\\nsamples = 54\\nvalue = 5.204'),\n", - " Text(0.4640497473766032, 0.4166666666666667, 'x[10] <= 9.45\\nsquared_error = 0.226\\nsamples = 32\\nvalue = 5.344'),\n", - " Text(0.45627671978235523, 0.3611111111111111, 'x[7] <= 1.003\\nsquared_error = 0.094\\nsamples = 19\\nvalue = 5.105'),\n", - " Text(0.45316750874465606, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 17\\nvalue = 5.0'),\n", - " Text(0.4593859308200544, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.4718227749708511, 0.3611111111111111, 'x[4] <= 0.076\\nsquared_error = 0.213\\nsamples = 13\\nvalue = 5.692'),\n", - " Text(0.46560435289545277, 0.3055555555555556, 'x[1] <= 0.405\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.25'),\n", - " Text(0.4624951418577536, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.46871356393315194, 0.25, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.47804119704624953, 0.3055555555555556, 'x[0] <= 9.05\\nsquared_error = 0.099\\nsamples = 9\\nvalue = 5.889'),\n", - " Text(0.47493198600855036, 0.25, 'squared_error = 0.0\\nsamples = 7\\nvalue = 6.0'),\n", - " Text(0.4811504080839487, 0.25, 'x[1] <= 0.52\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", - " Text(0.47804119704624953, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.4842596191216479, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.49047804119704624, 0.4166666666666667, 'x[2] <= 0.435\\nsquared_error = 0.091\\nsamples = 22\\nvalue = 5.0'),\n", - " Text(0.48736883015934707, 0.3611111111111111, 'x[0] <= 9.95\\nsquared_error = 0.045\\nsamples = 21\\nvalue = 5.048'),\n", - " Text(0.4842596191216479, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 19\\nvalue = 5.0'),\n", - " Text(0.49047804119704624, 0.3055555555555556, 'x[8] <= 3.2\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", - " Text(0.48736883015934707, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.4935872522347454, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.4935872522347454, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.4652157015157404, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.4745433346288379, 0.5833333333333334, 'x[8] <= 3.285\\nsquared_error = 0.25\\nsamples = 4\\nvalue = 4.5'),\n", - " Text(0.47143412359113873, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.47765254566653714, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", - " Text(0.4838709677419355, 0.6388888888888888, 'x[3] <= 5.5\\nsquared_error = 0.188\\nsamples = 12\\nvalue = 5.75'),\n", - " Text(0.4807617567042363, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 9\\nvalue = 6.0'),\n", - " Text(0.4869801787796347, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.5025262339681306, 0.6944444444444444, 'x[8] <= 2.985\\nsquared_error = 0.076\\nsamples = 39\\nvalue = 5.026'),\n", - " Text(0.4963078118927322, 0.6388888888888888, 'x[3] <= 1.95\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", - " Text(0.49319860085503303, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.4994170229304314, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.5087446560435289, 0.6388888888888888, 'x[3] <= 1.65\\nsquared_error = 0.027\\nsamples = 36\\nvalue = 4.972'),\n", - " Text(0.5056354450058298, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.5118538670812282, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 35\\nvalue = 5.0'),\n", - " Text(0.7811771278663039, 0.9166666666666666, 'x[9] <= 0.645\\nsquared_error = 0.741\\nsamples = 490\\nvalue = 6.088'),\n", - " Text(0.6395922652302759, 0.9444444444444444, ' False'),\n", - " Text(0.6822046249514185, 0.8611111111111112, 'x[1] <= 1.015\\nsquared_error = 0.726\\nsamples = 215\\nvalue = 5.712'),\n", - " Text(0.6318013991449669, 0.8055555555555556, 'x[10] <= 11.45\\nsquared_error = 0.583\\nsamples = 206\\nvalue = 5.791'),\n", - " Text(0.5764671589584143, 0.75, 'x[1] <= 0.635\\nsquared_error = 0.527\\nsamples = 108\\nvalue = 5.528'),\n", - " Text(0.5524679362611737, 0.6944444444444444, 'x[8] <= 3.475\\nsquared_error = 0.439\\nsamples = 70\\nvalue = 5.7'),\n", - " Text(0.5378935095219588, 0.6388888888888888, 'x[4] <= 0.067\\nsquared_error = 0.427\\nsamples = 60\\nvalue = 5.8'),\n", - " Text(0.5180722891566265, 0.5833333333333334, 'x[4] <= 0.059\\nsquared_error = 0.61\\nsamples = 10\\nvalue = 6.3'),\n", - " Text(0.5118538670812282, 0.5277777777777778, 'x[9] <= 0.53\\nsquared_error = 0.25\\nsamples = 4\\nvalue = 5.5'),\n", - " Text(0.5087446560435289, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.5149630781189273, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.5242907112320249, 0.5277777777777778, 'x[8] <= 3.43\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.833'),\n", - " Text(0.5211815001943257, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 5\\nvalue = 7.0'),\n", - " Text(0.5273999222697241, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.5577147298872911, 0.5833333333333334, 'x[9] <= 0.585\\nsquared_error = 0.33\\nsamples = 50\\nvalue = 5.7'),\n", - " Text(0.5445005829770696, 0.5277777777777778, 'x[10] <= 11.05\\nsquared_error = 0.402\\nsamples = 26\\nvalue = 5.462'),\n", - " Text(0.5336183443451225, 0.4722222222222222, 'x[10] <= 10.85\\nsquared_error = 0.277\\nsamples = 16\\nvalue = 5.188'),\n", - " Text(0.5273999222697241, 0.4166666666666667, 'x[9] <= 0.525\\nsquared_error = 0.245\\nsamples = 7\\nvalue = 5.571'),\n", - " Text(0.5242907112320249, 0.3611111111111111, 'x[0] <= 8.25\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.25'),\n", - " Text(0.5211815001943257, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.5273999222697241, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.5305091333074232, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.5398367664205208, 0.4166666666666667, 'x[2] <= 0.04\\nsquared_error = 0.099\\nsamples = 9\\nvalue = 4.889'),\n", - " Text(0.5367275553828216, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.5429459774582199, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 8\\nvalue = 5.0'),\n", - " Text(0.5553828216090168, 0.4722222222222222, 'x[0] <= 9.45\\nsquared_error = 0.29\\nsamples = 10\\nvalue = 5.9'),\n", - " Text(0.5522736105713175, 0.4166666666666667, 'x[9] <= 0.575\\nsquared_error = 0.109\\nsamples = 8\\nvalue = 6.125'),\n", - " Text(0.5491643995336184, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 7\\nvalue = 6.0'),\n", - " Text(0.5553828216090168, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.5584920326467159, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.5709288767975126, 0.5277777777777778, 'x[3] <= 2.9\\nsquared_error = 0.123\\nsamples = 24\\nvalue = 5.958'),\n", - " Text(0.5678196657598135, 0.4722222222222222, 'x[1] <= 0.34\\nsquared_error = 0.079\\nsamples = 23\\nvalue = 5.913'),\n", - " Text(0.5647104547221142, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.5709288767975126, 0.4166666666666667, 'x[1] <= 0.61\\nsquared_error = 0.043\\nsamples = 22\\nvalue = 5.955'),\n", - " Text(0.5678196657598135, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 20\\nvalue = 6.0'),\n", - " Text(0.5740380878352118, 0.3611111111111111, 'x[8] <= 3.375\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", - " Text(0.5709288767975126, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.577147298872911, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.5740380878352118, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.5670423630003887, 0.6388888888888888, 'x[7] <= 0.996\\nsquared_error = 0.09\\nsamples = 10\\nvalue = 5.1'),\n", - " Text(0.5639331519626894, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 9\\nvalue = 5.0'),\n", - " Text(0.5701515740380878, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.6004663816556549, 0.6944444444444444, 'x[5] <= 6.5\\nsquared_error = 0.535\\nsamples = 38\\nvalue = 5.211'),\n", - " Text(0.5864749319860085, 0.6388888888888888, 'x[1] <= 0.81\\nsquared_error = 0.222\\nsamples = 12\\nvalue = 4.667'),\n", - " Text(0.5802565099106102, 0.5833333333333334, 'x[6] <= 10.0\\nsquared_error = 0.109\\nsamples = 8\\nvalue = 4.875'),\n", - " Text(0.577147298872911, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.5833657209483094, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 7\\nvalue = 5.0'),\n", - " Text(0.5926933540614069, 0.5833333333333334, 'x[7] <= 0.996\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 4.25'),\n", - " Text(0.5895841430237078, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.5958025650991061, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 3\\nvalue = 4.0'),\n", - " Text(0.6144578313253012, 0.6388888888888888, 'x[6] <= 45.5\\nsquared_error = 0.479\\nsamples = 26\\nvalue = 5.462'),\n", - " Text(0.6051301982122037, 0.5833333333333334, 'x[2] <= 0.08\\nsquared_error = 0.312\\nsamples = 16\\nvalue = 5.75'),\n", - " Text(0.6020209871745045, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 11\\nvalue = 6.0'),\n", - " Text(0.6082394092499028, 0.5277777777777778, 'x[9] <= 0.505\\nsquared_error = 0.56\\nsamples = 5\\nvalue = 5.2'),\n", - " Text(0.6051301982122037, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.6113486202876021, 0.4722222222222222, 'x[7] <= 0.996\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 4.667'),\n", - " Text(0.6082394092499028, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.6144578313253012, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.6237854644383988, 0.5833333333333334, 'x[3] <= 3.0\\nsquared_error = 0.4\\nsamples = 10\\nvalue = 5.0'),\n", - " Text(0.6206762534006995, 0.5277777777777778, 'x[8] <= 3.48\\nsquared_error = 0.188\\nsamples = 8\\nvalue = 5.25'),\n", - " Text(0.6175670423630004, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", - " Text(0.6237854644383988, 0.4722222222222222, 'x[5] <= 13.0\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", - " Text(0.6206762534006995, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.6268946754760979, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.6268946754760979, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", - " Text(0.6871356393315197, 0.75, 'x[1] <= 0.485\\nsquared_error = 0.483\\nsamples = 98\\nvalue = 6.082'),\n", - " Text(0.6634279051690634, 0.6944444444444444, 'x[8] <= 3.275\\nsquared_error = 0.436\\nsamples = 50\\nvalue = 6.38'),\n", - " Text(0.6502137582588419, 0.6388888888888888, 'x[0] <= 10.1\\nsquared_error = 0.38\\nsamples = 29\\nvalue = 6.586'),\n", - " Text(0.6393315196268947, 0.5833333333333334, 'x[1] <= 0.245\\nsquared_error = 0.28\\nsamples = 23\\nvalue = 6.739'),\n", - " Text(0.6362223085891955, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.6424407306645938, 0.5277777777777778, 'x[1] <= 0.32\\nsquared_error = 0.228\\nsamples = 20\\nvalue = 6.85'),\n", - " Text(0.6362223085891955, 0.4722222222222222, 'x[0] <= 9.95\\nsquared_error = 0.076\\nsamples = 12\\nvalue = 7.083'),\n", - " Text(0.6331130975514964, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 11\\nvalue = 7.0'),\n", - " Text(0.6393315196268947, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", - " Text(0.6486591527399922, 0.4722222222222222, 'x[1] <= 0.4\\nsquared_error = 0.25\\nsamples = 8\\nvalue = 6.5'),\n", - " Text(0.6455499417022931, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.6517683637776914, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 4\\nvalue = 7.0'),\n", - " Text(0.661095996890789, 0.5833333333333334, 'x[2] <= 0.72\\nsquared_error = 0.333\\nsamples = 6\\nvalue = 6.0'),\n", - " Text(0.6579867858530898, 0.5277777777777778, 'x[1] <= 0.265\\nsquared_error = 0.16\\nsamples = 5\\nvalue = 5.8'),\n", - " Text(0.6548775748153906, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.661095996890789, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.6642052079284881, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.6766420520792849, 0.6388888888888888, 'x[3] <= 6.1\\nsquared_error = 0.372\\nsamples = 21\\nvalue = 6.095'),\n", - " Text(0.6735328410415857, 0.5833333333333334, 'x[0] <= 5.8\\nsquared_error = 0.16\\nsamples = 20\\nvalue = 6.2'),\n", - " Text(0.6704236300038865, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.6766420520792849, 0.5277777777777778, 'x[3] <= 5.25\\nsquared_error = 0.099\\nsamples = 18\\nvalue = 6.111'),\n", - " Text(0.6735328410415857, 0.4722222222222222, 'x[6] <= 9.5\\nsquared_error = 0.055\\nsamples = 17\\nvalue = 6.059'),\n", - " Text(0.6704236300038865, 0.4166666666666667, 'x[4] <= 0.066\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 6.5'),\n", - " Text(0.6673144189661874, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.6735328410415857, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.6766420520792849, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 15\\nvalue = 6.0'),\n", - " Text(0.6797512631169841, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.6797512631169841, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.7108433734939759, 0.6944444444444444, 'x[4] <= 0.058\\nsquared_error = 0.343\\nsamples = 48\\nvalue = 5.771'),\n", - " Text(0.6984065293431791, 0.6388888888888888, 'x[1] <= 0.68\\nsquared_error = 0.373\\nsamples = 15\\nvalue = 5.4'),\n", - " Text(0.6921881072677808, 0.5833333333333334, 'x[6] <= 102.5\\nsquared_error = 0.25\\nsamples = 8\\nvalue = 5.0'),\n", - " Text(0.6890788962300817, 0.5277777777777778, 'x[2] <= 0.03\\nsquared_error = 0.122\\nsamples = 7\\nvalue = 4.857'),\n", - " Text(0.6859696851923824, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.6921881072677808, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 6\\nvalue = 5.0'),\n", - " Text(0.69529731830548, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.7046249514185775, 0.5833333333333334, 'x[3] <= 2.45\\nsquared_error = 0.122\\nsamples = 7\\nvalue = 5.857'),\n", - " Text(0.7015157403808784, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 6\\nvalue = 6.0'),\n", - " Text(0.7077341624562767, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.7232802176447727, 0.6388888888888888, 'x[10] <= 12.85\\nsquared_error = 0.239\\nsamples = 33\\nvalue = 5.939'),\n", - " Text(0.7201710066070734, 0.5833333333333334, 'x[9] <= 0.525\\nsquared_error = 0.194\\nsamples = 31\\nvalue = 6.0'),\n", - " Text(0.7139525845316751, 0.5277777777777778, 'x[9] <= 0.515\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 5.5'),\n", - " Text(0.7108433734939759, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.7170617955693742, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", - " Text(0.7263894286824718, 0.5277777777777778, 'x[4] <= 0.059\\nsquared_error = 0.106\\nsamples = 25\\nvalue = 6.12'),\n", - " Text(0.7232802176447727, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.729498639720171, 0.4722222222222222, 'x[5] <= 4.0\\nsquared_error = 0.076\\nsamples = 24\\nvalue = 6.083'),\n", - " Text(0.7263894286824718, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.7326078507578702, 0.4166666666666667, 'x[4] <= 0.091\\nsquared_error = 0.042\\nsamples = 23\\nvalue = 6.043'),\n", - " Text(0.729498639720171, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 20\\nvalue = 6.0'),\n", - " Text(0.7357170617955694, 0.3611111111111111, 'x[6] <= 15.5\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 6.333'),\n", - " Text(0.7326078507578702, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.7388262728332685, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.7263894286824718, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.7326078507578702, 0.8055555555555556, 'x[3] <= 1.9\\nsquared_error = 0.543\\nsamples = 9\\nvalue = 3.889'),\n", - " Text(0.729498639720171, 0.75, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.7357170617955694, 0.75, 'x[2] <= 0.04\\nsquared_error = 0.245\\nsamples = 7\\nvalue = 3.571'),\n", - " Text(0.7326078507578702, 0.6944444444444444, 'x[0] <= 6.85\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 3.25'),\n", - " Text(0.729498639720171, 0.6388888888888888, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.7357170617955694, 0.6388888888888888, 'squared_error = 0.0\\nsamples = 3\\nvalue = 3.0'),\n", - " Text(0.7388262728332685, 0.6944444444444444, 'squared_error = 0.0\\nsamples = 3\\nvalue = 4.0'),\n", - " Text(0.8801496307811892, 0.8611111111111112, 'x[10] <= 11.55\\nsquared_error = 0.556\\nsamples = 275\\nvalue = 6.382'),\n", - " Text(0.8251068791294209, 0.8055555555555556, 'x[1] <= 0.395\\nsquared_error = 0.559\\nsamples = 158\\nvalue = 6.171'),\n", - " Text(0.7784687135639331, 0.75, 'x[8] <= 3.255\\nsquared_error = 0.605\\nsamples = 73\\nvalue = 6.466'),\n", - " Text(0.7481539059463661, 0.6944444444444444, 'x[9] <= 0.705\\nsquared_error = 0.37\\nsamples = 31\\nvalue = 6.871'),\n", - " Text(0.7419354838709677, 0.6388888888888888, 'x[4] <= 0.079\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 7.5'),\n", - " Text(0.7388262728332685, 0.5833333333333334, 'x[10] <= 10.8\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 7.75'),\n", - " Text(0.7357170617955694, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.7419354838709677, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 3\\nvalue = 8.0'),\n", - " Text(0.7450446949086669, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.7543723280217645, 0.6388888888888888, 'x[7] <= 0.995\\nsquared_error = 0.282\\nsamples = 25\\nvalue = 6.72'),\n", - " Text(0.7512631169840653, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", - " Text(0.7574815390594637, 0.5833333333333334, 'x[2] <= 0.345\\nsquared_error = 0.222\\nsamples = 24\\nvalue = 6.667'),\n", - " Text(0.7543723280217645, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.7605907500971628, 0.5277777777777778, 'x[1] <= 0.375\\nsquared_error = 0.181\\nsamples = 21\\nvalue = 6.762'),\n", - " Text(0.7574815390594637, 0.4722222222222222, 'x[10] <= 11.3\\nsquared_error = 0.133\\nsamples = 19\\nvalue = 6.842'),\n", - " Text(0.7543723280217645, 0.4166666666666667, 'x[5] <= 23.5\\nsquared_error = 0.099\\nsamples = 18\\nvalue = 6.889'),\n", - " Text(0.7512631169840653, 0.3611111111111111, 'x[9] <= 1.055\\nsquared_error = 0.055\\nsamples = 17\\nvalue = 6.941'),\n", - " Text(0.7481539059463661, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 16\\nvalue = 7.0'),\n", - " Text(0.7543723280217645, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.7574815390594637, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.7605907500971628, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.763699961134862, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.8087835211815002, 0.6944444444444444, 'x[6] <= 52.0\\nsquared_error = 0.567\\nsamples = 42\\nvalue = 6.167'),\n", - " Text(0.7916828604741547, 0.6388888888888888, 'x[2] <= 0.47\\nsquared_error = 0.444\\nsamples = 28\\nvalue = 6.357'),\n", - " Text(0.779246016323358, 0.5833333333333334, 'x[7] <= 0.994\\nsquared_error = 0.349\\nsamples = 18\\nvalue = 6.611'),\n", - " Text(0.7730275942479595, 0.5277777777777778, 'x[1] <= 0.185\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", - " Text(0.7699183832102604, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.7761368052856588, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.7854644383987563, 0.5277777777777778, 'x[2] <= 0.335\\nsquared_error = 0.16\\nsamples = 15\\nvalue = 6.8'),\n", - " Text(0.7823552273610571, 0.4722222222222222, 'x[1] <= 0.315\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 6.4'),\n", - " Text(0.779246016323358, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.7854644383987563, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.7885736494364555, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 10\\nvalue = 7.0'),\n", - " Text(0.8041197046249514, 0.5833333333333334, 'x[10] <= 10.65\\nsquared_error = 0.29\\nsamples = 10\\nvalue = 5.9'),\n", - " Text(0.7979012825495531, 0.5277777777777778, 'x[7] <= 0.997\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", - " Text(0.7947920715118538, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.8010104935872522, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.8103381267003498, 0.5277777777777778, 'x[5] <= 5.5\\nsquared_error = 0.122\\nsamples = 7\\nvalue = 6.143'),\n", - " Text(0.8072289156626506, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.813447337738049, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 6\\nvalue = 6.0'),\n", - " Text(0.8258841818888457, 0.6388888888888888, 'x[0] <= 8.05\\nsquared_error = 0.597\\nsamples = 14\\nvalue = 5.786'),\n", - " Text(0.8196657598134474, 0.5833333333333334, 'x[10] <= 11.35\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 5.167'),\n", - " Text(0.8165565487757481, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", - " Text(0.8227749708511465, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.8321026039642441, 0.5833333333333334, 'x[2] <= 0.56\\nsquared_error = 0.438\\nsamples = 8\\nvalue = 6.25'),\n", - " Text(0.8289933929265448, 0.5277777777777778, 'x[1] <= 0.345\\nsquared_error = 0.245\\nsamples = 7\\nvalue = 6.429'),\n", - " Text(0.8258841818888457, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", - " Text(0.8321026039642441, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", - " Text(0.8352118150019433, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.8717450446949087, 0.75, 'x[4] <= 0.093\\nsquared_error = 0.381\\nsamples = 85\\nvalue = 5.918'),\n", - " Text(0.8585308977846872, 0.6944444444444444, 'x[6] <= 73.5\\nsquared_error = 0.279\\nsamples = 68\\nvalue = 6.015'),\n", - " Text(0.8507578701904391, 0.6388888888888888, 'x[10] <= 11.45\\nsquared_error = 0.235\\nsamples = 62\\nvalue = 6.081'),\n", - " Text(0.8445394481150408, 0.5833333333333334, 'x[4] <= 0.09\\nsquared_error = 0.206\\nsamples = 58\\nvalue = 6.034'),\n", - " Text(0.8414302370773417, 0.5277777777777778, 'x[8] <= 3.57\\nsquared_error = 0.179\\nsamples = 56\\nvalue = 6.0'),\n", - " Text(0.8383210260396424, 0.4722222222222222, 'x[10] <= 10.575\\nsquared_error = 0.147\\nsamples = 54\\nvalue = 5.963'),\n", - " Text(0.8352118150019433, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.8414302370773417, 0.4166666666666667, 'x[7] <= 1.0\\nsquared_error = 0.129\\nsamples = 53\\nvalue = 5.943'),\n", - " Text(0.8328799067236689, 0.3611111111111111, 'x[2] <= 0.29\\nsquared_error = 0.104\\nsamples = 48\\nvalue = 5.979'),\n", - " Text(0.8251068791294209, 0.3055555555555556, 'x[6] <= 36.5\\nsquared_error = 0.09\\nsamples = 30\\nvalue = 5.9'),\n", - " Text(0.8219976680917217, 0.25, 'x[0] <= 7.7\\nsquared_error = 0.152\\nsamples = 16\\nvalue = 5.812'),\n", - " Text(0.8157792460163233, 0.19444444444444445, 'x[10] <= 10.7\\nsquared_error = 0.071\\nsamples = 13\\nvalue = 5.923'),\n", - " Text(0.8126700349786242, 0.1388888888888889, 'x[7] <= 0.995\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", - " Text(0.809560823940925, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.8157792460163233, 0.08333333333333333, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.8188884570540226, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 11\\nvalue = 6.0'),\n", - " Text(0.8282160901671201, 0.19444444444444445, 'x[1] <= 0.762\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", - " Text(0.8251068791294209, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.8313253012048193, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.8282160901671201, 0.25, 'squared_error = 0.0\\nsamples = 14\\nvalue = 6.0'),\n", - " Text(0.8406529343179169, 0.3055555555555556, 'x[2] <= 0.315\\nsquared_error = 0.099\\nsamples = 18\\nvalue = 6.111'),\n", - " Text(0.8375437232802176, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.843762145355616, 0.25, 'x[7] <= 0.996\\nsquared_error = 0.055\\nsamples = 17\\nvalue = 6.059'),\n", - " Text(0.8406529343179169, 0.19444444444444445, 'x[4] <= 0.076\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 6.5'),\n", - " Text(0.8375437232802176, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.843762145355616, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.8468713563933152, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 15\\nvalue = 6.0'),\n", - " Text(0.8499805674310144, 0.3611111111111111, 'x[7] <= 1.0\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.6'),\n", - " Text(0.8468713563933152, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.8530897784687136, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.8445394481150408, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.84764865915274, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.8569762922658375, 0.5833333333333334, 'x[0] <= 10.05\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 6.75'),\n", - " Text(0.8538670812281384, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", - " Text(0.8600855033035367, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.8663039253789351, 0.6388888888888888, 'x[9] <= 0.69\\nsquared_error = 0.222\\nsamples = 6\\nvalue = 5.333'),\n", - " Text(0.863194714341236, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.8694131364166343, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 4\\nvalue = 5.0'),\n", - " Text(0.8849591916051301, 0.6944444444444444, 'x[10] <= 11.15\\nsquared_error = 0.602\\nsamples = 17\\nvalue = 5.529'),\n", - " Text(0.8787407695297318, 0.6388888888888888, 'x[0] <= 8.0\\nsquared_error = 0.286\\nsamples = 7\\nvalue = 5.0'),\n", - " Text(0.8756315584920327, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", - " Text(0.881849980567431, 0.5833333333333334, 'x[5] <= 7.5\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 5.167'),\n", - " Text(0.8787407695297318, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.8849591916051301, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", - " Text(0.8911776136805286, 0.6388888888888888, 'x[6] <= 18.0\\nsquared_error = 0.49\\nsamples = 10\\nvalue = 5.9'),\n", - " Text(0.8880684026428294, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", - " Text(0.8942868247182277, 0.5833333333333334, 'x[1] <= 0.782\\nsquared_error = 0.359\\nsamples = 8\\nvalue = 6.125'),\n", - " Text(0.8911776136805286, 0.5277777777777778, 'x[8] <= 3.055\\nsquared_error = 0.204\\nsamples = 7\\nvalue = 6.286'),\n", - " Text(0.8880684026428294, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.8942868247182277, 0.4722222222222222, 'x[4] <= 0.119\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.167'),\n", - " Text(0.8911776136805286, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", - " Text(0.897396035755927, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.897396035755927, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.9351923824329577, 0.8055555555555556, 'x[7] <= 0.993\\nsquared_error = 0.41\\nsamples = 117\\nvalue = 6.667'),\n", - " Text(0.9036144578313253, 0.75, 'x[1] <= 0.4\\nsquared_error = 0.438\\nsamples = 13\\nvalue = 7.154'),\n", - " Text(0.9005052467936261, 0.6944444444444444, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", - " Text(0.9067236688690244, 0.6944444444444444, 'x[0] <= 5.45\\nsquared_error = 0.231\\nsamples = 11\\nvalue = 7.364'),\n", - " Text(0.9036144578313253, 0.6388888888888888, 'x[4] <= 0.054\\nsquared_error = 0.109\\nsamples = 8\\nvalue = 7.125'),\n", - " Text(0.9005052467936261, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 7\\nvalue = 7.0'),\n", - " Text(0.9067236688690244, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", - " Text(0.9098328799067237, 0.6388888888888888, 'squared_error = 0.0\\nsamples = 3\\nvalue = 8.0'),\n", - " Text(0.96677030703459, 0.75, 'x[6] <= 56.5\\nsquared_error = 0.373\\nsamples = 104\\nvalue = 6.606'),\n", - " Text(0.9397590361445783, 0.6944444444444444, 'x[9] <= 0.685\\nsquared_error = 0.352\\nsamples = 90\\nvalue = 6.678'),\n", - " Text(0.9191605130198213, 0.6388888888888888, 'x[6] <= 17.5\\nsquared_error = 0.216\\nsamples = 19\\nvalue = 6.316'),\n", - " Text(0.9129420909444228, 0.5833333333333334, 'x[1] <= 0.328\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.833'),\n", - " Text(0.9098328799067237, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.916051301982122, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 5\\nvalue = 7.0'),\n", - " Text(0.9253789350952196, 0.5833333333333334, 'x[3] <= 5.05\\nsquared_error = 0.071\\nsamples = 13\\nvalue = 6.077'),\n", - " Text(0.9222697240575204, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 12\\nvalue = 6.0'),\n", - " Text(0.9284881461329187, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.9603575592693354, 0.6388888888888888, 'x[10] <= 12.45\\nsquared_error = 0.344\\nsamples = 71\\nvalue = 6.775'),\n", - " Text(0.9455888068402643, 0.5833333333333334, 'x[6] <= 34.5\\nsquared_error = 0.304\\nsamples = 50\\nvalue = 6.66'),\n", - " Text(0.9347065682083171, 0.5277777777777778, 'x[5] <= 5.5\\nsquared_error = 0.228\\nsamples = 36\\nvalue = 6.778'),\n", - " Text(0.9284881461329187, 0.4722222222222222, 'x[6] <= 10.0\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.167'),\n", - " Text(0.9253789350952196, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.931597357170618, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", - " Text(0.9409249902837155, 0.4722222222222222, 'x[9] <= 0.695\\nsquared_error = 0.157\\nsamples = 30\\nvalue = 6.9'),\n", - " Text(0.9378157792460163, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", - " Text(0.9440342013214147, 0.4166666666666667, 'x[3] <= 1.65\\nsquared_error = 0.119\\nsamples = 29\\nvalue = 6.862'),\n", - " Text(0.9409249902837155, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.9471434123591139, 0.3611111111111111, 'x[4] <= 0.053\\nsquared_error = 0.096\\nsamples = 28\\nvalue = 6.893'),\n", - " Text(0.9440342013214147, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.950252623396813, 0.3055555555555556, 'x[4] <= 0.161\\nsquared_error = 0.069\\nsamples = 27\\nvalue = 6.926'),\n", - " Text(0.9471434123591139, 0.25, 'x[7] <= 0.998\\nsquared_error = 0.037\\nsamples = 26\\nvalue = 6.962'),\n", - " Text(0.9440342013214147, 0.19444444444444445, 'squared_error = 0.0\\nsamples = 22\\nvalue = 7.0'),\n", - " Text(0.950252623396813, 0.19444444444444445, 'x[7] <= 0.998\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 6.75'),\n", - " Text(0.9471434123591139, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.9533618344345123, 0.1388888888888889, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", - " Text(0.9533618344345123, 0.25, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.9564710454722114, 0.5277777777777778, 'x[6] <= 47.0\\nsquared_error = 0.372\\nsamples = 14\\nvalue = 6.357'),\n", - " Text(0.9533618344345123, 0.4722222222222222, 'x[4] <= 0.06\\nsquared_error = 0.29\\nsamples = 10\\nvalue = 6.1'),\n", - " Text(0.950252623396813, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.9564710454722114, 0.4166666666666667, 'x[3] <= 2.35\\nsquared_error = 0.173\\nsamples = 9\\nvalue = 6.222'),\n", - " Text(0.9533618344345123, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 6\\nvalue = 6.0'),\n", - " Text(0.9595802565099106, 0.3611111111111111, 'x[5] <= 19.0\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 6.667'),\n", - " Text(0.9564710454722114, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", - " Text(0.9626894675476098, 0.3055555555555556, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", - " Text(0.9595802565099106, 0.4722222222222222, 'squared_error = 0.0\\nsamples = 4\\nvalue = 7.0'),\n", - " Text(0.9751263116984066, 0.5833333333333334, 'x[9] <= 0.695\\nsquared_error = 0.331\\nsamples = 21\\nvalue = 7.048'),\n", - " Text(0.9720171006607073, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 2\\nvalue = 8.0'),\n", - " Text(0.9782355227361057, 0.5277777777777778, 'x[0] <= 8.75\\nsquared_error = 0.26\\nsamples = 19\\nvalue = 6.947'),\n", - " Text(0.9720171006607073, 0.4722222222222222, 'x[9] <= 0.85\\nsquared_error = 0.13\\nsamples = 13\\nvalue = 7.154'),\n", - " Text(0.9689078896230081, 0.4166666666666667, 'x[6] <= 44.0\\nsquared_error = 0.076\\nsamples = 12\\nvalue = 7.083'),\n", - " Text(0.965798678585309, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 11\\nvalue = 7.0'),\n", - " Text(0.9720171006607073, 0.3611111111111111, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", - " Text(0.9751263116984066, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", - " Text(0.9844539448115041, 0.4722222222222222, 'x[5] <= 8.5\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 6.5'),\n", - " Text(0.9813447337738049, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", - " Text(0.9875631558492033, 0.4166666666666667, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", - " Text(0.9937815779246016, 0.6944444444444444, 'x[2] <= 0.69\\nsquared_error = 0.265\\nsamples = 14\\nvalue = 6.143'),\n", - " Text(0.9906723668869024, 0.6388888888888888, 'x[10] <= 13.9\\nsquared_error = 0.167\\nsamples = 12\\nvalue = 6.0'),\n", - " Text(0.9875631558492033, 0.5833333333333334, 'x[0] <= 9.15\\nsquared_error = 0.083\\nsamples = 11\\nvalue = 6.091'),\n", - " Text(0.9844539448115041, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 10\\nvalue = 6.0'),\n", - " Text(0.9906723668869024, 0.5277777777777778, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", - " Text(0.9937815779246016, 0.5833333333333334, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", - " Text(0.9968907889623008, 0.6388888888888888, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0')]" + "[Text(0.502204871251947, 0.9736842105263158, 'x[10] <= 10.525\\nsquared_error = 0.671\\nsamples = 1279\\nvalue = 5.647'),\n", + " Text(0.21956988658489096, 0.9210526315789473, 'x[9] <= 0.575\\nsquared_error = 0.431\\nsamples = 789\\nvalue = 5.373'),\n", + " Text(0.360887378918419, 0.9473684210526316, 'True '),\n", + " Text(0.10922897196261683, 0.868421052631579, 'x[4] <= 0.251\\nsquared_error = 0.329\\nsamples = 323\\nvalue = 5.164'),\n", + " Text(0.10611370716510904, 0.8157894736842105, 'x[1] <= 0.587\\nsquared_error = 0.316\\nsamples = 322\\nvalue = 5.171'),\n", + " Text(0.07515576323987538, 0.7631578947368421, 'x[10] <= 10.05\\nsquared_error = 0.338\\nsamples = 148\\nvalue = 5.284'),\n", + " Text(0.045171339563862926, 0.7105263157894737, 'x[4] <= 0.08\\nsquared_error = 0.267\\nsamples = 114\\nvalue = 5.175'),\n", + " Text(0.028037383177570093, 0.6578947368421053, 'x[7] <= 0.996\\nsquared_error = 0.38\\nsamples = 58\\nvalue = 5.293'),\n", + " Text(0.01557632398753894, 0.6052631578947368, 'x[8] <= 3.365\\nsquared_error = 0.196\\nsamples = 15\\nvalue = 4.933'),\n", + " Text(0.009345794392523364, 0.5526315789473685, 'x[1] <= 0.44\\nsquared_error = 0.083\\nsamples = 11\\nvalue = 5.091'),\n", + " Text(0.006230529595015576, 0.5, 'x[9] <= 0.46\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", + " Text(0.003115264797507788, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.009345794392523364, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.012461059190031152, 0.5, 'squared_error = 0.0\\nsamples = 9\\nvalue = 5.0'),\n", + " Text(0.021806853582554516, 0.5526315789473685, 'x[5] <= 13.5\\nsquared_error = 0.25\\nsamples = 4\\nvalue = 4.5'),\n", + " Text(0.018691588785046728, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.024922118380062305, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", + " Text(0.040498442367601244, 0.6052631578947368, 'x[2] <= 0.075\\nsquared_error = 0.383\\nsamples = 43\\nvalue = 5.419'),\n", + " Text(0.03426791277258567, 0.5526315789473685, 'x[1] <= 0.555\\nsquared_error = 0.16\\nsamples = 5\\nvalue = 6.2'),\n", + " Text(0.03115264797507788, 0.5, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", + " Text(0.037383177570093455, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.04672897196261682, 0.5526315789473685, 'x[8] <= 3.375\\nsquared_error = 0.321\\nsamples = 38\\nvalue = 5.316'),\n", + " Text(0.04361370716510903, 0.5, 'x[4] <= 0.058\\nsquared_error = 0.298\\nsamples = 34\\nvalue = 5.235'),\n", + " Text(0.040498442367601244, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.04672897196261682, 0.4473684210526316, 'x[3] <= 3.9\\nsquared_error = 0.259\\nsamples = 33\\nvalue = 5.273'),\n", + " Text(0.04361370716510903, 0.39473684210526316, 'x[7] <= 1.0\\nsquared_error = 0.215\\nsamples = 32\\nvalue = 5.312'),\n", + " Text(0.040498442367601244, 0.34210526315789475, 'x[7] <= 0.996\\nsquared_error = 0.196\\nsamples = 30\\nvalue = 5.267'),\n", + " Text(0.03426791277258567, 0.2894736842105263, 'x[5] <= 5.5\\nsquared_error = 0.222\\nsamples = 6\\nvalue = 5.667'),\n", + " Text(0.03115264797507788, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.037383177570093455, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", + " Text(0.04672897196261682, 0.2894736842105263, 'x[5] <= 5.5\\nsquared_error = 0.139\\nsamples = 24\\nvalue = 5.167'),\n", + " Text(0.04361370716510903, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.04984423676012461, 0.23684210526315788, 'x[0] <= 7.25\\nsquared_error = 0.113\\nsamples = 23\\nvalue = 5.13'),\n", + " Text(0.04672897196261682, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.0529595015576324, 0.18421052631578946, 'x[5] <= 20.5\\nsquared_error = 0.083\\nsamples = 22\\nvalue = 5.091'),\n", + " Text(0.04984423676012461, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 15\\nvalue = 5.0'),\n", + " Text(0.056074766355140186, 0.13157894736842105, 'x[6] <= 117.0\\nsquared_error = 0.204\\nsamples = 7\\nvalue = 5.286'),\n", + " Text(0.0529595015576324, 0.07894736842105263, 'x[7] <= 0.997\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", + " Text(0.04984423676012461, 0.02631578947368421, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.056074766355140186, 0.02631578947368421, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.059190031152647975, 0.07894736842105263, 'squared_error = 0.0\\nsamples = 4\\nvalue = 5.0'),\n", + " Text(0.04672897196261682, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.04984423676012461, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.04984423676012461, 0.5, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", + " Text(0.06230529595015576, 0.6578947368421053, 'x[6] <= 14.5\\nsquared_error = 0.122\\nsamples = 56\\nvalue = 5.054'),\n", + " Text(0.059190031152647975, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.06542056074766354, 0.6052631578947368, 'x[10] <= 9.75\\nsquared_error = 0.104\\nsamples = 55\\nvalue = 5.073'),\n", + " Text(0.059190031152647975, 0.5526315789473685, 'x[10] <= 9.025\\nsquared_error = 0.06\\nsamples = 50\\nvalue = 5.02'),\n", + " Text(0.056074766355140186, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.06230529595015576, 0.5, 'x[10] <= 9.075\\nsquared_error = 0.041\\nsamples = 49\\nvalue = 5.0'),\n", + " Text(0.059190031152647975, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.06542056074766354, 0.4473684210526316, 'x[8] <= 3.36\\nsquared_error = 0.02\\nsamples = 48\\nvalue = 5.021'),\n", + " Text(0.06230529595015576, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 41\\nvalue = 5.0'),\n", + " Text(0.06853582554517133, 0.39473684210526316, 'x[5] <= 14.0\\nsquared_error = 0.122\\nsamples = 7\\nvalue = 5.143'),\n", + " Text(0.06542056074766354, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.07165109034267912, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 6\\nvalue = 5.0'),\n", + " Text(0.07165109034267912, 0.5526315789473685, 'x[0] <= 7.45\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.6'),\n", + " Text(0.06853582554517133, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.07476635514018691, 0.5, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.10514018691588785, 0.7105263157894737, 'x[2] <= 0.015\\nsquared_error = 0.405\\nsamples = 34\\nvalue = 5.647'),\n", + " Text(0.10202492211838006, 0.6578947368421053, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.10825545171339564, 0.6578947368421053, 'x[1] <= 0.565\\nsquared_error = 0.309\\nsamples = 32\\nvalue = 5.562'),\n", + " Text(0.09813084112149532, 0.6052631578947368, 'x[10] <= 10.45\\nsquared_error = 0.226\\nsamples = 29\\nvalue = 5.655'),\n", + " Text(0.08722741433021806, 0.5526315789473685, 'x[9] <= 0.485\\nsquared_error = 0.166\\nsamples = 19\\nvalue = 5.789'),\n", + " Text(0.08099688473520249, 0.5, 'x[7] <= 0.996\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", + " Text(0.0778816199376947, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.08411214953271028, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.09345794392523364, 0.5, 'x[3] <= 1.65\\nsquared_error = 0.109\\nsamples = 16\\nvalue = 5.875'),\n", + " Text(0.09034267912772585, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.09657320872274143, 0.4473684210526316, 'x[6] <= 17.5\\nsquared_error = 0.062\\nsamples = 15\\nvalue = 5.933'),\n", + " Text(0.09345794392523364, 0.39473684210526316, 'x[6] <= 15.5\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", + " Text(0.09034267912772585, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.09657320872274143, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.09968847352024922, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 12\\nvalue = 6.0'),\n", + " Text(0.10903426791277258, 0.5526315789473685, 'x[5] <= 11.5\\nsquared_error = 0.24\\nsamples = 10\\nvalue = 5.4'),\n", + " Text(0.1059190031152648, 0.5, 'squared_error = 0.0\\nsamples = 4\\nvalue = 5.0'),\n", + " Text(0.11214953271028037, 0.5, 'x[9] <= 0.555\\nsquared_error = 0.222\\nsamples = 6\\nvalue = 5.667'),\n", + " Text(0.10903426791277258, 0.4473684210526316, 'x[8] <= 3.365\\nsquared_error = 0.16\\nsamples = 5\\nvalue = 5.8'),\n", + " Text(0.1059190031152648, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.11214953271028037, 0.39473684210526316, 'x[7] <= 0.997\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", + " Text(0.10903426791277258, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.11526479750778816, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.11526479750778816, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.11838006230529595, 0.6052631578947368, 'x[4] <= 0.102\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 4.667'),\n", + " Text(0.11526479750778816, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.12149532710280374, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.13707165109034267, 0.7631578947368421, 'x[3] <= 1.25\\nsquared_error = 0.276\\nsamples = 174\\nvalue = 5.075'),\n", + " Text(0.13395638629283488, 0.7105263157894737, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.14018691588785046, 0.7105263157894737, 'x[7] <= 0.994\\nsquared_error = 0.256\\nsamples = 173\\nvalue = 5.064'),\n", + " Text(0.13707165109034267, 0.6578947368421053, 'squared_error = 0.0\\nsamples = 3\\nvalue = 4.0'),\n", + " Text(0.14330218068535824, 0.6578947368421053, 'x[5] <= 3.5\\nsquared_error = 0.24\\nsamples = 170\\nvalue = 5.082'),\n", + " Text(0.1308411214953271, 0.6052631578947368, 'x[3] <= 3.7\\nsquared_error = 1.0\\nsamples = 2\\nvalue = 4.0'),\n", + " Text(0.1277258566978193, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.13395638629283488, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", + " Text(0.1557632398753894, 0.6052631578947368, 'x[9] <= 0.495\\nsquared_error = 0.217\\nsamples = 168\\nvalue = 5.095'),\n", + " Text(0.14018691588785046, 0.5526315789473685, 'x[0] <= 8.85\\nsquared_error = 0.126\\nsamples = 47\\nvalue = 4.957'),\n", + " Text(0.13395638629283488, 0.5, 'x[1] <= 0.752\\nsquared_error = 0.09\\nsamples = 40\\nvalue = 4.9'),\n", + " Text(0.1308411214953271, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 25\\nvalue = 5.0'),\n", + " Text(0.13707165109034267, 0.4473684210526316, 'x[2] <= 0.265\\nsquared_error = 0.196\\nsamples = 15\\nvalue = 4.733'),\n", + " Text(0.13395638629283488, 0.39473684210526316, 'x[2] <= 0.015\\nsquared_error = 0.13\\nsamples = 13\\nvalue = 4.846'),\n", + " Text(0.1308411214953271, 0.34210526315789475, 'x[8] <= 3.4\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 4.333'),\n", + " Text(0.1277258566978193, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", + " Text(0.13395638629283488, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.13707165109034267, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 10\\nvalue = 5.0'),\n", + " Text(0.14018691588785046, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", + " Text(0.14641744548286603, 0.5, 'x[0] <= 9.1\\nsquared_error = 0.204\\nsamples = 7\\nvalue = 5.286'),\n", + " Text(0.14330218068535824, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.14953271028037382, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", + " Text(0.17133956386292834, 0.5526315789473685, 'x[4] <= 0.062\\nsquared_error = 0.242\\nsamples = 121\\nvalue = 5.149'),\n", + " Text(0.1588785046728972, 0.5, 'x[1] <= 0.825\\nsquared_error = 1.0\\nsamples = 2\\nvalue = 4.0'),\n", + " Text(0.1557632398753894, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.16199376947040497, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", + " Text(0.1838006230529595, 0.5, 'x[2] <= 0.23\\nsquared_error = 0.207\\nsamples = 119\\nvalue = 5.168'),\n", + " Text(0.16822429906542055, 0.4473684210526316, 'x[8] <= 3.345\\nsquared_error = 0.186\\nsamples = 81\\nvalue = 5.247'),\n", + " Text(0.1573208722741433, 0.39473684210526316, 'x[8] <= 3.305\\nsquared_error = 0.232\\nsamples = 41\\nvalue = 5.366'),\n", + " Text(0.15109034267912771, 0.34210526315789475, 'x[8] <= 3.245\\nsquared_error = 0.175\\nsamples = 31\\nvalue = 5.226'),\n", + " Text(0.14797507788161993, 0.2894736842105263, 'x[8] <= 3.21\\nsquared_error = 0.249\\nsamples = 15\\nvalue = 5.467'),\n", + " Text(0.14174454828660435, 0.23684210526315788, 'x[0] <= 7.5\\nsquared_error = 0.173\\nsamples = 9\\nvalue = 5.222'),\n", + " Text(0.13862928348909656, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.14485981308411214, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 7\\nvalue = 5.0'),\n", + " Text(0.1542056074766355, 0.23684210526315788, 'x[6] <= 105.5\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 5.833'),\n", + " Text(0.15109034267912771, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", + " Text(0.1573208722741433, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.1542056074766355, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 16\\nvalue = 5.0'),\n", + " Text(0.16355140186915887, 0.34210526315789475, 'x[8] <= 3.33\\nsquared_error = 0.16\\nsamples = 10\\nvalue = 5.8'),\n", + " Text(0.16043613707165108, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 7\\nvalue = 6.0'),\n", + " Text(0.16666666666666666, 0.2894736842105263, 'x[1] <= 0.665\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", + " Text(0.16355140186915887, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.16978193146417445, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.1791277258566978, 0.39473684210526316, 'x[1] <= 0.595\\nsquared_error = 0.109\\nsamples = 40\\nvalue = 5.125'),\n", + " Text(0.17601246105919002, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.1822429906542056, 0.34210526315789475, 'x[3] <= 9.3\\nsquared_error = 0.073\\nsamples = 38\\nvalue = 5.079'),\n", + " Text(0.1791277258566978, 0.2894736842105263, 'x[10] <= 10.25\\nsquared_error = 0.051\\nsamples = 37\\nvalue = 5.054'),\n", + " Text(0.17601246105919002, 0.23684210526315788, 'x[7] <= 0.998\\nsquared_error = 0.027\\nsamples = 36\\nvalue = 5.028'),\n", + " Text(0.17289719626168223, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 33\\nvalue = 5.0'),\n", + " Text(0.1791277258566978, 0.18421052631578946, 'x[7] <= 0.999\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", + " Text(0.17601246105919002, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.1822429906542056, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.1822429906542056, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.1853582554517134, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.19937694704049844, 0.4473684210526316, 'x[6] <= 59.5\\nsquared_error = 0.211\\nsamples = 38\\nvalue = 5.0'),\n", + " Text(0.19158878504672897, 0.39473684210526316, 'x[5] <= 10.0\\nsquared_error = 0.247\\nsamples = 9\\nvalue = 4.556'),\n", + " Text(0.18847352024922118, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", + " Text(0.19470404984423675, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 4\\nvalue = 4.0'),\n", + " Text(0.2071651090342679, 0.39473684210526316, 'x[5] <= 17.5\\nsquared_error = 0.119\\nsamples = 29\\nvalue = 5.138'),\n", + " Text(0.20093457943925233, 0.34210526315789475, 'x[4] <= 0.085\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 5.5'),\n", + " Text(0.19781931464174454, 0.2894736842105263, 'x[3] <= 2.05\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.75'),\n", + " Text(0.19470404984423675, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.20093457943925233, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.20404984423676012, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.21339563862928349, 0.34210526315789475, 'x[10] <= 10.05\\nsquared_error = 0.042\\nsamples = 23\\nvalue = 5.043'),\n", + " Text(0.2102803738317757, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 21\\nvalue = 5.0'),\n", + " Text(0.21651090342679127, 0.2894736842105263, 'x[7] <= 0.998\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", + " Text(0.21339563862928349, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.21962616822429906, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.11234423676012462, 0.8157894736842105, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", + " Text(0.3299108012071651, 0.868421052631579, 'x[1] <= 0.365\\nsquared_error = 0.451\\nsamples = 466\\nvalue = 5.517'),\n", + " Text(0.205607476635514, 0.8157894736842105, 'x[9] <= 0.65\\nsquared_error = 0.457\\nsamples = 72\\nvalue = 5.958'),\n", + " Text(0.19314641744548286, 0.7631578947368421, 'x[1] <= 0.355\\nsquared_error = 0.249\\nsamples = 17\\nvalue = 5.471'),\n", + " Text(0.19003115264797507, 0.7105263157894737, 'x[0] <= 10.75\\nsquared_error = 0.213\\nsamples = 13\\nvalue = 5.308'),\n", + " Text(0.18691588785046728, 0.6578947368421053, 'x[5] <= 4.0\\nsquared_error = 0.149\\nsamples = 11\\nvalue = 5.182'),\n", + " Text(0.1838006230529595, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.19003115264797507, 0.6052631578947368, 'x[8] <= 3.33\\nsquared_error = 0.09\\nsamples = 10\\nvalue = 5.1'),\n", + " Text(0.18691588785046728, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 6\\nvalue = 5.0'),\n", + " Text(0.19314641744548286, 0.5526315789473685, 'x[4] <= 0.077\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.25'),\n", + " Text(0.19003115264797507, 0.5, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.19626168224299065, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.19314641744548286, 0.6578947368421053, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.19626168224299065, 0.7105263157894737, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", + " Text(0.21806853582554517, 0.7631578947368421, 'x[10] <= 9.75\\nsquared_error = 0.424\\nsamples = 55\\nvalue = 6.109'),\n", + " Text(0.205607476635514, 0.7105263157894737, 'x[1] <= 0.225\\nsquared_error = 0.332\\nsamples = 24\\nvalue = 5.792'),\n", + " Text(0.20249221183800623, 0.6578947368421053, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.2087227414330218, 0.6578947368421053, 'x[10] <= 9.45\\nsquared_error = 0.217\\nsamples = 22\\nvalue = 5.682'),\n", + " Text(0.20249221183800623, 0.6052631578947368, 'x[2] <= 0.395\\nsquared_error = 0.076\\nsamples = 12\\nvalue = 5.917'),\n", + " Text(0.19937694704049844, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.205607476635514, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 11\\nvalue = 6.0'),\n", + " Text(0.21495327102803738, 0.6052631578947368, 'x[0] <= 11.65\\nsquared_error = 0.24\\nsamples = 10\\nvalue = 5.4'),\n", + " Text(0.2118380062305296, 0.5526315789473685, 'x[2] <= 0.385\\nsquared_error = 0.188\\nsamples = 8\\nvalue = 5.25'),\n", + " Text(0.2087227414330218, 0.5, 'x[7] <= 0.997\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", + " Text(0.205607476635514, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.2118380062305296, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.21495327102803738, 0.5, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", + " Text(0.21806853582554517, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.23052959501557632, 0.7105263157894737, 'x[1] <= 0.245\\nsquared_error = 0.358\\nsamples = 31\\nvalue = 6.355'),\n", + " Text(0.22429906542056074, 0.6578947368421053, 'x[4] <= 0.223\\nsquared_error = 0.109\\nsamples = 8\\nvalue = 5.875'),\n", + " Text(0.22118380062305296, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 7\\nvalue = 6.0'),\n", + " Text(0.22741433021806853, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.2367601246105919, 0.6578947368421053, 'x[5] <= 4.0\\nsquared_error = 0.336\\nsamples = 23\\nvalue = 6.522'),\n", + " Text(0.2336448598130841, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", + " Text(0.2398753894080997, 0.6052631578947368, 'x[2] <= 0.515\\nsquared_error = 0.248\\nsamples = 22\\nvalue = 6.455'),\n", + " Text(0.2336448598130841, 0.5526315789473685, 'x[7] <= 0.998\\nsquared_error = 0.215\\nsamples = 16\\nvalue = 6.312'),\n", + " Text(0.23052959501557632, 0.5, 'x[7] <= 0.998\\nsquared_error = 0.248\\nsamples = 11\\nvalue = 6.455'),\n", + " Text(0.22741433021806853, 0.4473684210526316, 'x[3] <= 1.5\\nsquared_error = 0.188\\nsamples = 8\\nvalue = 6.25'),\n", + " Text(0.22429906542056074, 0.39473684210526316, 'x[7] <= 0.996\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 6.667'),\n", + " Text(0.22118380062305296, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.22741433021806853, 0.34210526315789475, 'x[5] <= 10.0\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 6.5'),\n", + " Text(0.22429906542056074, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.23052959501557632, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.23052959501557632, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", + " Text(0.2336448598130841, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", + " Text(0.2367601246105919, 0.5, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", + " Text(0.24610591900311526, 0.5526315789473685, 'x[8] <= 3.155\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.833'),\n", + " Text(0.24299065420560748, 0.5, 'x[0] <= 12.0\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 6.5'),\n", + " Text(0.2398753894080997, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.24610591900311526, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.24922118380062305, 0.5, 'squared_error = 0.0\\nsamples = 4\\nvalue = 7.0'),\n", + " Text(0.4542141257788162, 0.8157894736842105, 'x[6] <= 55.5\\nsquared_error = 0.408\\nsamples = 394\\nvalue = 5.437'),\n", + " Text(0.413879964953271, 0.7631578947368421, 'x[8] <= 3.535\\nsquared_error = 0.463\\nsamples = 249\\nvalue = 5.558'),\n", + " Text(0.38227706386292837, 0.7105263157894737, 'x[5] <= 33.0\\nsquared_error = 0.43\\nsamples = 227\\nvalue = 5.617'),\n", + " Text(0.3408781152647975, 0.6578947368421053, 'x[9] <= 0.685\\nsquared_error = 0.393\\nsamples = 222\\nvalue = 5.64'),\n", + " Text(0.29156931464174457, 0.6052631578947368, 'x[3] <= 1.85\\nsquared_error = 0.348\\nsamples = 142\\nvalue = 5.528'),\n", + " Text(0.2616822429906542, 0.5526315789473685, 'x[4] <= 0.083\\nsquared_error = 0.227\\nsamples = 30\\nvalue = 5.2'),\n", + " Text(0.2554517133956386, 0.5, 'x[7] <= 0.998\\nsquared_error = 0.141\\nsamples = 21\\nvalue = 5.048'),\n", + " Text(0.2523364485981308, 0.4473684210526316, 'x[7] <= 0.996\\nsquared_error = 0.09\\nsamples = 20\\nvalue = 5.1'),\n", + " Text(0.24922118380062305, 0.39473684210526316, 'x[5] <= 10.0\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.4'),\n", + " Text(0.24610591900311526, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.2523364485981308, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.2554517133956386, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 15\\nvalue = 5.0'),\n", + " Text(0.2585669781931464, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.26791277258566976, 0.5, 'x[7] <= 0.996\\nsquared_error = 0.247\\nsamples = 9\\nvalue = 5.556'),\n", + " Text(0.26479750778816197, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 4\\nvalue = 5.0'),\n", + " Text(0.27102803738317754, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", + " Text(0.3214563862928349, 0.5526315789473685, 'x[3] <= 2.65\\nsquared_error = 0.344\\nsamples = 112\\nvalue = 5.616'),\n", + " Text(0.2955607476635514, 0.5, 'x[4] <= 0.076\\nsquared_error = 0.349\\nsamples = 94\\nvalue = 5.67'),\n", + " Text(0.2772585669781931, 0.4473684210526316, 'x[5] <= 26.5\\nsquared_error = 0.358\\nsamples = 37\\nvalue = 5.514'),\n", + " Text(0.27414330218068533, 0.39473684210526316, 'x[6] <= 25.5\\nsquared_error = 0.245\\nsamples = 35\\nvalue = 5.429'),\n", + " Text(0.2632398753894081, 0.34210526315789475, 'x[10] <= 9.25\\nsquared_error = 0.18\\nsamples = 17\\nvalue = 5.765'),\n", + " Text(0.2570093457943925, 0.2894736842105263, 'x[1] <= 0.46\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", + " Text(0.2538940809968847, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.2601246105919003, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.26947040498442365, 0.2894736842105263, 'x[7] <= 0.996\\nsquared_error = 0.122\\nsamples = 14\\nvalue = 5.857'),\n", + " Text(0.26635514018691586, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.27258566978193144, 0.23684210526315788, 'x[7] <= 0.998\\nsquared_error = 0.071\\nsamples = 13\\nvalue = 5.923'),\n", + " Text(0.26947040498442365, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 10\\nvalue = 6.0'),\n", + " Text(0.2757009345794392, 0.18421052631578946, 'x[9] <= 0.61\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", + " Text(0.27258566978193144, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.278816199376947, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.2850467289719626, 0.34210526315789475, 'x[2] <= 0.135\\nsquared_error = 0.099\\nsamples = 18\\nvalue = 5.111'),\n", + " Text(0.2819314641744548, 0.2894736842105263, 'x[3] <= 2.15\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.4'),\n", + " Text(0.278816199376947, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.2850467289719626, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.2881619937694704, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 13\\nvalue = 5.0'),\n", + " Text(0.2803738317757009, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.31386292834890966, 0.4473684210526316, 'x[10] <= 10.45\\nsquared_error = 0.316\\nsamples = 57\\nvalue = 5.772'),\n", + " Text(0.3107476635514019, 0.39473684210526316, 'x[7] <= 0.997\\nsquared_error = 0.299\\nsamples = 54\\nvalue = 5.815'),\n", + " Text(0.29750778816199375, 0.34210526315789475, 'x[8] <= 3.475\\nsquared_error = 0.094\\nsamples = 19\\nvalue = 6.105'),\n", + " Text(0.29439252336448596, 0.2894736842105263, 'x[7] <= 0.997\\nsquared_error = 0.052\\nsamples = 18\\nvalue = 6.056'),\n", + " Text(0.29127725856697817, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 15\\nvalue = 6.0'),\n", + " Text(0.29750778816199375, 0.23684210526315788, 'x[6] <= 37.5\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 6.333'),\n", + " Text(0.29439252336448596, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.30062305295950154, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.30062305295950154, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.32398753894080995, 0.34210526315789475, 'x[5] <= 14.5\\nsquared_error = 0.34\\nsamples = 35\\nvalue = 5.657'),\n", + " Text(0.32087227414330216, 0.2894736842105263, 'x[0] <= 9.7\\nsquared_error = 0.302\\nsamples = 29\\nvalue = 5.793'),\n", + " Text(0.3130841121495327, 0.23684210526315788, 'x[8] <= 3.265\\nsquared_error = 0.231\\nsamples = 22\\nvalue = 5.636'),\n", + " Text(0.3068535825545171, 0.18421052631578946, 'x[2] <= 0.085\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 5.167'),\n", + " Text(0.3037383177570093, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.3099688473520249, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", + " Text(0.31931464174454827, 0.18421052631578946, 'x[2] <= 0.33\\nsquared_error = 0.152\\nsamples = 16\\nvalue = 5.812'),\n", + " Text(0.3161993769470405, 0.13157894736842105, 'x[2] <= 0.085\\nsquared_error = 0.066\\nsamples = 14\\nvalue = 5.929'),\n", + " Text(0.3130841121495327, 0.07894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.31931464174454827, 0.07894736842105263, 'squared_error = 0.0\\nsamples = 13\\nvalue = 6.0'),\n", + " Text(0.32242990654205606, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.32866043613707163, 0.23684210526315788, 'x[6] <= 43.0\\nsquared_error = 0.204\\nsamples = 7\\nvalue = 6.286'),\n", + " Text(0.32554517133956384, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", + " Text(0.3317757009345794, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.32710280373831774, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 6\\nvalue = 5.0'),\n", + " Text(0.31697819314641745, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.34735202492211836, 0.5, 'x[10] <= 10.35\\nsquared_error = 0.222\\nsamples = 18\\nvalue = 5.333'),\n", + " Text(0.3411214953271028, 0.4473684210526316, 'x[3] <= 7.45\\nsquared_error = 0.13\\nsamples = 13\\nvalue = 5.154'),\n", + " Text(0.338006230529595, 0.39473684210526316, 'x[6] <= 47.5\\nsquared_error = 0.076\\nsamples = 12\\nvalue = 5.083'),\n", + " Text(0.3348909657320872, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 8\\nvalue = 5.0'),\n", + " Text(0.3411214953271028, 0.34210526315789475, 'x[1] <= 0.595\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.25'),\n", + " Text(0.338006230529595, 0.2894736842105263, 'x[7] <= 0.998\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", + " Text(0.3348909657320872, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.3411214953271028, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.3442367601246106, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.3442367601246106, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.35358255451713394, 0.4473684210526316, 'x[3] <= 3.3\\nsquared_error = 0.16\\nsamples = 5\\nvalue = 5.8'),\n", + " Text(0.35046728971962615, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", + " Text(0.35669781931464173, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.3901869158878505, 0.6052631578947368, 'x[10] <= 9.85\\nsquared_error = 0.411\\nsamples = 80\\nvalue = 5.838'),\n", + " Text(0.37227414330218067, 0.5526315789473685, 'x[7] <= 0.997\\nsquared_error = 0.287\\nsamples = 44\\nvalue = 5.591'),\n", + " Text(0.3629283489096573, 0.5, 'x[1] <= 0.385\\nsquared_error = 0.312\\nsamples = 16\\nvalue = 5.25'),\n", + " Text(0.3598130841121495, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.3660436137071651, 0.4473684210526316, 'x[8] <= 3.41\\nsquared_error = 0.116\\nsamples = 15\\nvalue = 5.133'),\n", + " Text(0.3629283489096573, 0.39473684210526316, 'x[10] <= 9.15\\nsquared_error = 0.066\\nsamples = 14\\nvalue = 5.071'),\n", + " Text(0.3598130841121495, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.3660436137071651, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 13\\nvalue = 5.0'),\n", + " Text(0.3691588785046729, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.38161993769470404, 0.5, 'x[10] <= 9.45\\nsquared_error = 0.168\\nsamples = 28\\nvalue = 5.786'),\n", + " Text(0.37850467289719625, 0.4473684210526316, 'x[7] <= 0.998\\nsquared_error = 0.24\\nsamples = 15\\nvalue = 5.6'),\n", + " Text(0.37538940809968846, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.38161993769470404, 0.39473684210526316, 'x[2] <= 0.27\\nsquared_error = 0.188\\nsamples = 12\\nvalue = 5.75'),\n", + " Text(0.37850467289719625, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 6\\nvalue = 6.0'),\n", + " Text(0.3847352024922118, 0.34210526315789475, 'x[2] <= 0.43\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 5.5'),\n", + " Text(0.38161993769470404, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.3878504672897196, 0.2894736842105263, 'x[4] <= 0.079\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.75'),\n", + " Text(0.3847352024922118, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.3909657320872274, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.3847352024922118, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 13\\nvalue = 6.0'),\n", + " Text(0.40809968847352024, 0.5526315789473685, 'x[3] <= 3.05\\nsquared_error = 0.397\\nsamples = 36\\nvalue = 6.139'),\n", + " Text(0.40031152647975077, 0.5, 'x[1] <= 0.412\\nsquared_error = 0.333\\nsamples = 30\\nvalue = 6.0'),\n", + " Text(0.3940809968847352, 0.4473684210526316, 'x[10] <= 10.15\\nsquared_error = 0.25\\nsamples = 8\\nvalue = 6.5'),\n", + " Text(0.3909657320872274, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 4\\nvalue = 7.0'),\n", + " Text(0.397196261682243, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", + " Text(0.40654205607476634, 0.4473684210526316, 'x[5] <= 3.5\\nsquared_error = 0.24\\nsamples = 22\\nvalue = 5.818'),\n", + " Text(0.40342679127725856, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.40965732087227413, 0.39473684210526316, 'x[2] <= 0.465\\nsquared_error = 0.181\\nsamples = 21\\nvalue = 5.762'),\n", + " Text(0.40342679127725856, 0.34210526315789475, 'x[9] <= 1.09\\nsquared_error = 0.109\\nsamples = 16\\nvalue = 5.875'),\n", + " Text(0.40031152647975077, 0.2894736842105263, 'x[8] <= 3.49\\nsquared_error = 0.062\\nsamples = 15\\nvalue = 5.933'),\n", + " Text(0.397196261682243, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 14\\nvalue = 6.0'),\n", + " Text(0.40342679127725856, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.40654205607476634, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.4158878504672897, 0.34210526315789475, 'x[1] <= 0.455\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.4'),\n", + " Text(0.4127725856697819, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.4190031152647975, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.4158878504672897, 0.5, 'x[6] <= 50.5\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.833'),\n", + " Text(0.4127725856697819, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 5\\nvalue = 7.0'),\n", + " Text(0.4190031152647975, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.4236760124610592, 0.6578947368421053, 'x[4] <= 0.112\\nsquared_error = 1.04\\nsamples = 5\\nvalue = 4.6'),\n", + " Text(0.4174454828660436, 0.6052631578947368, 'x[4] <= 0.067\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", + " Text(0.4143302180685358, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.4205607476635514, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.42990654205607476, 0.6052631578947368, 'x[2] <= 0.43\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 3.5'),\n", + " Text(0.42679127725856697, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", + " Text(0.43302180685358255, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.4454828660436137, 0.7105263157894737, 'x[9] <= 0.635\\nsquared_error = 0.407\\nsamples = 22\\nvalue = 4.955'),\n", + " Text(0.4392523364485981, 0.6578947368421053, 'x[10] <= 9.975\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 3.667'),\n", + " Text(0.43613707165109034, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 3.0'),\n", + " Text(0.4423676012461059, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", + " Text(0.4517133956386293, 0.6578947368421053, 'x[5] <= 7.5\\nsquared_error = 0.133\\nsamples = 19\\nvalue = 5.158'),\n", + " Text(0.4485981308411215, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.45482866043613707, 0.6052631578947368, 'x[7] <= 0.995\\nsquared_error = 0.055\\nsamples = 17\\nvalue = 5.059'),\n", + " Text(0.4517133956386293, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.45794392523364486, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 16\\nvalue = 5.0'),\n", + " Text(0.4945482866043614, 0.7631578947368421, 'x[6] <= 105.5\\nsquared_error = 0.245\\nsamples = 145\\nvalue = 5.228'),\n", + " Text(0.48130841121495327, 0.7105263157894737, 'x[10] <= 10.35\\nsquared_error = 0.286\\nsamples = 106\\nvalue = 5.302'),\n", + " Text(0.4735202492211838, 0.6578947368421053, 'x[1] <= 0.855\\nsquared_error = 0.27\\nsamples = 94\\nvalue = 5.245'),\n", + " Text(0.4672897196261682, 0.6052631578947368, 'x[2] <= 0.85\\nsquared_error = 0.245\\nsamples = 90\\nvalue = 5.278'),\n", + " Text(0.46417445482866043, 0.5526315789473685, 'x[5] <= 18.5\\nsquared_error = 0.229\\nsamples = 89\\nvalue = 5.292'),\n", + " Text(0.44042056074766356, 0.5, 'x[7] <= 0.997\\nsquared_error = 0.245\\nsamples = 35\\nvalue = 5.429'),\n", + " Text(0.4326323987538941, 0.4473684210526316, 'x[9] <= 0.595\\nsquared_error = 0.149\\nsamples = 11\\nvalue = 5.182'),\n", + " Text(0.4295171339563863, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.4357476635514019, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 9\\nvalue = 5.0'),\n", + " Text(0.44820872274143303, 0.4473684210526316, 'x[1] <= 0.615\\nsquared_error = 0.248\\nsamples = 24\\nvalue = 5.542'),\n", + " Text(0.44197819314641745, 0.39473684210526316, 'x[4] <= 0.098\\nsquared_error = 0.23\\nsamples = 14\\nvalue = 5.357'),\n", + " Text(0.43886292834890966, 0.34210526315789475, 'x[8] <= 3.355\\nsquared_error = 0.247\\nsamples = 9\\nvalue = 5.556'),\n", + " Text(0.4357476635514019, 0.2894736842105263, 'x[10] <= 9.9\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 5.833'),\n", + " Text(0.4326323987538941, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", + " Text(0.43886292834890966, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.44197819314641745, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.44509345794392524, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", + " Text(0.4544392523364486, 0.39473684210526316, 'x[6] <= 59.0\\nsquared_error = 0.16\\nsamples = 10\\nvalue = 5.8'),\n", + " Text(0.4513239875389408, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.4575545171339564, 0.34210526315789475, 'x[0] <= 9.45\\nsquared_error = 0.099\\nsamples = 9\\nvalue = 5.889'),\n", + " Text(0.4544392523364486, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 8\\nvalue = 6.0'),\n", + " Text(0.4606697819314642, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.4879283489096573, 0.5, 'x[10] <= 9.55\\nsquared_error = 0.199\\nsamples = 54\\nvalue = 5.204'),\n", + " Text(0.47468847352024923, 0.4473684210526316, 'x[10] <= 9.45\\nsquared_error = 0.226\\nsamples = 32\\nvalue = 5.344'),\n", + " Text(0.46690031152647976, 0.39473684210526316, 'x[3] <= 14.6\\nsquared_error = 0.094\\nsamples = 19\\nvalue = 5.105'),\n", + " Text(0.463785046728972, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 17\\nvalue = 5.0'),\n", + " Text(0.47001557632398755, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.4824766355140187, 0.39473684210526316, 'x[4] <= 0.076\\nsquared_error = 0.213\\nsamples = 13\\nvalue = 5.692'),\n", + " Text(0.4762461059190031, 0.34210526315789475, 'x[9] <= 0.61\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.25'),\n", + " Text(0.47313084112149534, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.4793613707165109, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.4887071651090343, 0.34210526315789475, 'x[0] <= 9.05\\nsquared_error = 0.099\\nsamples = 9\\nvalue = 5.889'),\n", + " Text(0.4855919003115265, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 7\\nvalue = 6.0'),\n", + " Text(0.49182242990654207, 0.2894736842105263, 'x[6] <= 75.5\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", + " Text(0.4887071651090343, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.49493769470404986, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.5011682242990654, 0.4473684210526316, 'x[2] <= 0.435\\nsquared_error = 0.091\\nsamples = 22\\nvalue = 5.0'),\n", + " Text(0.49805295950155765, 0.39473684210526316, 'x[0] <= 9.95\\nsquared_error = 0.045\\nsamples = 21\\nvalue = 5.048'),\n", + " Text(0.49493769470404986, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 19\\nvalue = 5.0'),\n", + " Text(0.5011682242990654, 0.34210526315789475, 'x[9] <= 0.655\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", + " Text(0.49805295950155765, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.5042834890965732, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.5042834890965732, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.470404984423676, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.4797507788161994, 0.6052631578947368, 'x[8] <= 3.285\\nsquared_error = 0.25\\nsamples = 4\\nvalue = 4.5'),\n", + " Text(0.4766355140186916, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.48286604361370716, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", + " Text(0.48909657320872274, 0.6578947368421053, 'x[3] <= 5.5\\nsquared_error = 0.188\\nsamples = 12\\nvalue = 5.75'),\n", + " Text(0.48598130841121495, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 9\\nvalue = 6.0'),\n", + " Text(0.49221183800623053, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.5077881619937694, 0.7105263157894737, 'x[9] <= 1.585\\nsquared_error = 0.076\\nsamples = 39\\nvalue = 5.026'),\n", + " Text(0.5015576323987538, 0.6578947368421053, 'x[3] <= 1.65\\nsquared_error = 0.027\\nsamples = 36\\nvalue = 4.972'),\n", + " Text(0.4984423676012461, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.5046728971962616, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 35\\nvalue = 5.0'),\n", + " Text(0.514018691588785, 0.6578947368421053, 'x[5] <= 19.5\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", + " Text(0.5109034267912772, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.5171339563862928, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.7848398559190031, 0.9210526315789473, 'x[9] <= 0.645\\nsquared_error = 0.741\\nsamples = 490\\nvalue = 6.088'),\n", + " Text(0.643522363585475, 0.9473684210526316, ' False'),\n", + " Text(0.6843117211838006, 0.868421052631579, 'x[1] <= 1.015\\nsquared_error = 0.726\\nsamples = 215\\nvalue = 5.712'),\n", + " Text(0.6365362149532711, 0.8157894736842105, 'x[10] <= 11.45\\nsquared_error = 0.583\\nsamples = 206\\nvalue = 5.791'),\n", + " Text(0.5818730529595015, 0.7631578947368421, 'x[1] <= 0.635\\nsquared_error = 0.527\\nsamples = 108\\nvalue = 5.528'),\n", + " Text(0.5578271028037384, 0.7105263157894737, 'x[8] <= 3.475\\nsquared_error = 0.439\\nsamples = 70\\nvalue = 5.7'),\n", + " Text(0.5432242990654206, 0.6578947368421053, 'x[4] <= 0.067\\nsquared_error = 0.427\\nsamples = 60\\nvalue = 5.8'),\n", + " Text(0.5233644859813084, 0.6052631578947368, 'x[4] <= 0.059\\nsquared_error = 0.61\\nsamples = 10\\nvalue = 6.3'),\n", + " Text(0.5171339563862928, 0.5526315789473685, 'x[6] <= 25.5\\nsquared_error = 0.25\\nsamples = 4\\nvalue = 5.5'),\n", + " Text(0.514018691588785, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.5202492211838006, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.5295950155763239, 0.5526315789473685, 'x[8] <= 3.43\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.833'),\n", + " Text(0.5264797507788161, 0.5, 'squared_error = 0.0\\nsamples = 5\\nvalue = 7.0'),\n", + " Text(0.5327102803738317, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.5630841121495327, 0.6052631578947368, 'x[9] <= 0.585\\nsquared_error = 0.33\\nsamples = 50\\nvalue = 5.7'),\n", + " Text(0.5498442367601246, 0.5526315789473685, 'x[10] <= 11.05\\nsquared_error = 0.402\\nsamples = 26\\nvalue = 5.462'),\n", + " Text(0.5389408099688473, 0.5, 'x[10] <= 10.85\\nsquared_error = 0.277\\nsamples = 16\\nvalue = 5.188'),\n", + " Text(0.5327102803738317, 0.4473684210526316, 'x[3] <= 2.75\\nsquared_error = 0.245\\nsamples = 7\\nvalue = 5.571'),\n", + " Text(0.5295950155763239, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.5358255451713395, 0.39473684210526316, 'x[3] <= 3.2\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 5.25'),\n", + " Text(0.5327102803738317, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.5389408099688473, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.5451713395638629, 0.4473684210526316, 'x[2] <= 0.04\\nsquared_error = 0.099\\nsamples = 9\\nvalue = 4.889'),\n", + " Text(0.5420560747663551, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.5482866043613707, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 8\\nvalue = 5.0'),\n", + " Text(0.5607476635514018, 0.5, 'x[0] <= 9.45\\nsquared_error = 0.29\\nsamples = 10\\nvalue = 5.9'),\n", + " Text(0.557632398753894, 0.4473684210526316, 'x[3] <= 1.65\\nsquared_error = 0.109\\nsamples = 8\\nvalue = 6.125'),\n", + " Text(0.5545171339563862, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.5607476635514018, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 7\\nvalue = 6.0'),\n", + " Text(0.5638629283489096, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.5763239875389408, 0.5526315789473685, 'x[3] <= 2.9\\nsquared_error = 0.123\\nsamples = 24\\nvalue = 5.958'),\n", + " Text(0.573208722741433, 0.5, 'x[0] <= 12.45\\nsquared_error = 0.079\\nsamples = 23\\nvalue = 5.913'),\n", + " Text(0.5700934579439252, 0.4473684210526316, 'x[5] <= 27.5\\nsquared_error = 0.043\\nsamples = 22\\nvalue = 5.955'),\n", + " Text(0.5669781931464174, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 20\\nvalue = 6.0'),\n", + " Text(0.573208722741433, 0.39473684210526316, 'x[6] <= 56.5\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", + " Text(0.5700934579439252, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.5763239875389408, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.5763239875389408, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.5794392523364486, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.572429906542056, 0.6578947368421053, 'x[3] <= 2.3\\nsquared_error = 0.09\\nsamples = 10\\nvalue = 5.1'),\n", + " Text(0.5693146417445483, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 9\\nvalue = 5.0'),\n", + " Text(0.5755451713395638, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.6059190031152648, 0.7105263157894737, 'x[5] <= 6.5\\nsquared_error = 0.535\\nsamples = 38\\nvalue = 5.211'),\n", + " Text(0.5919003115264797, 0.6578947368421053, 'x[1] <= 0.81\\nsquared_error = 0.222\\nsamples = 12\\nvalue = 4.667'),\n", + " Text(0.5856697819314641, 0.6052631578947368, 'x[4] <= 0.058\\nsquared_error = 0.109\\nsamples = 8\\nvalue = 4.875'),\n", + " Text(0.5825545171339563, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.5887850467289719, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 7\\nvalue = 5.0'),\n", + " Text(0.5981308411214953, 0.6052631578947368, 'x[8] <= 3.545\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 4.25'),\n", + " Text(0.5950155763239875, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 3\\nvalue = 4.0'),\n", + " Text(0.6012461059190031, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.6199376947040498, 0.6578947368421053, 'x[6] <= 45.5\\nsquared_error = 0.479\\nsamples = 26\\nvalue = 5.462'),\n", + " Text(0.6105919003115264, 0.6052631578947368, 'x[2] <= 0.08\\nsquared_error = 0.312\\nsamples = 16\\nvalue = 5.75'),\n", + " Text(0.6074766355140186, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 11\\nvalue = 6.0'),\n", + " Text(0.6137071651090342, 0.5526315789473685, 'x[6] <= 23.0\\nsquared_error = 0.56\\nsamples = 5\\nvalue = 5.2'),\n", + " Text(0.6105919003115264, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.616822429906542, 0.5, 'x[7] <= 0.996\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 4.667'),\n", + " Text(0.6137071651090342, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.6199376947040498, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.6292834890965732, 0.6052631578947368, 'x[3] <= 3.0\\nsquared_error = 0.4\\nsamples = 10\\nvalue = 5.0'),\n", + " Text(0.6261682242990654, 0.5526315789473685, 'x[8] <= 3.48\\nsquared_error = 0.188\\nsamples = 8\\nvalue = 5.25'),\n", + " Text(0.6230529595015576, 0.5, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", + " Text(0.6292834890965732, 0.5, 'x[5] <= 13.0\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", + " Text(0.6261682242990654, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.632398753894081, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.632398753894081, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 2\\nvalue = 4.0'),\n", + " Text(0.6911993769470405, 0.7631578947368421, 'x[1] <= 0.485\\nsquared_error = 0.483\\nsamples = 98\\nvalue = 6.082'),\n", + " Text(0.6658878504672897, 0.7105263157894737, 'x[8] <= 3.275\\nsquared_error = 0.436\\nsamples = 50\\nvalue = 6.38'),\n", + " Text(0.6557632398753894, 0.6578947368421053, 'x[0] <= 10.1\\nsquared_error = 0.38\\nsamples = 29\\nvalue = 6.586'),\n", + " Text(0.6448598130841121, 0.6052631578947368, 'x[1] <= 0.245\\nsquared_error = 0.28\\nsamples = 23\\nvalue = 6.739'),\n", + " Text(0.6417445482866043, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.6479750778816199, 0.5526315789473685, 'x[1] <= 0.32\\nsquared_error = 0.228\\nsamples = 20\\nvalue = 6.85'),\n", + " Text(0.6417445482866043, 0.5, 'x[0] <= 9.95\\nsquared_error = 0.076\\nsamples = 12\\nvalue = 7.083'),\n", + " Text(0.6386292834890965, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 11\\nvalue = 7.0'),\n", + " Text(0.6448598130841121, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", + " Text(0.6542056074766355, 0.5, 'x[1] <= 0.4\\nsquared_error = 0.25\\nsamples = 8\\nvalue = 6.5'),\n", + " Text(0.6510903426791277, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", + " Text(0.6573208722741433, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 4\\nvalue = 7.0'),\n", + " Text(0.6666666666666666, 0.6052631578947368, 'x[6] <= 31.5\\nsquared_error = 0.333\\nsamples = 6\\nvalue = 6.0'),\n", + " Text(0.6635514018691588, 0.5526315789473685, 'x[2] <= 0.67\\nsquared_error = 0.16\\nsamples = 5\\nvalue = 5.8'),\n", + " Text(0.660436137071651, 0.5, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", + " Text(0.6666666666666666, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.6697819314641744, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.67601246105919, 0.6578947368421053, 'x[5] <= 3.5\\nsquared_error = 0.372\\nsamples = 21\\nvalue = 6.095'),\n", + " Text(0.6728971962616822, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.6791277258566978, 0.6052631578947368, 'x[0] <= 5.8\\nsquared_error = 0.16\\nsamples = 20\\nvalue = 6.2'),\n", + " Text(0.67601246105919, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.6822429906542056, 0.5526315789473685, 'x[3] <= 5.25\\nsquared_error = 0.099\\nsamples = 18\\nvalue = 6.111'),\n", + " Text(0.6791277258566978, 0.5, 'x[10] <= 12.65\\nsquared_error = 0.055\\nsamples = 17\\nvalue = 6.059'),\n", + " Text(0.67601246105919, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 15\\nvalue = 6.0'),\n", + " Text(0.6822429906542056, 0.4473684210526316, 'x[2] <= 0.22\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 6.5'),\n", + " Text(0.6791277258566978, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.6853582554517134, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.6853582554517134, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.7165109034267912, 0.7105263157894737, 'x[4] <= 0.058\\nsquared_error = 0.343\\nsamples = 48\\nvalue = 5.771'),\n", + " Text(0.7040498442367601, 0.6578947368421053, 'x[1] <= 0.68\\nsquared_error = 0.373\\nsamples = 15\\nvalue = 5.4'),\n", + " Text(0.6978193146417445, 0.6052631578947368, 'x[7] <= 0.994\\nsquared_error = 0.25\\nsamples = 8\\nvalue = 5.0'),\n", + " Text(0.6947040498442367, 0.5526315789473685, 'x[6] <= 102.5\\nsquared_error = 0.122\\nsamples = 7\\nvalue = 5.143'),\n", + " Text(0.6915887850467289, 0.5, 'squared_error = 0.0\\nsamples = 6\\nvalue = 5.0'),\n", + " Text(0.6978193146417445, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.7009345794392523, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.7102803738317757, 0.6052631578947368, 'x[3] <= 2.45\\nsquared_error = 0.122\\nsamples = 7\\nvalue = 5.857'),\n", + " Text(0.7071651090342679, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 6\\nvalue = 6.0'),\n", + " Text(0.7133956386292835, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.7289719626168224, 0.6578947368421053, 'x[10] <= 12.85\\nsquared_error = 0.239\\nsamples = 33\\nvalue = 5.939'),\n", + " Text(0.7258566978193146, 0.6052631578947368, 'x[9] <= 0.525\\nsquared_error = 0.194\\nsamples = 31\\nvalue = 6.0'),\n", + " Text(0.719626168224299, 0.5526315789473685, 'x[9] <= 0.515\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 5.5'),\n", + " Text(0.7165109034267912, 0.5, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.7227414330218068, 0.5, 'squared_error = 0.0\\nsamples = 3\\nvalue = 5.0'),\n", + " Text(0.7320872274143302, 0.5526315789473685, 'x[4] <= 0.059\\nsquared_error = 0.106\\nsamples = 25\\nvalue = 6.12'),\n", + " Text(0.7289719626168224, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.735202492211838, 0.5, 'x[5] <= 4.0\\nsquared_error = 0.076\\nsamples = 24\\nvalue = 6.083'),\n", + " Text(0.7320872274143302, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.7383177570093458, 0.4473684210526316, 'x[9] <= 0.555\\nsquared_error = 0.042\\nsamples = 23\\nvalue = 6.043'),\n", + " Text(0.735202492211838, 0.39473684210526316, 'x[8] <= 3.44\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 6.333'),\n", + " Text(0.7320872274143302, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.7383177570093458, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.7414330218068536, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 20\\nvalue = 6.0'),\n", + " Text(0.7320872274143302, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.7320872274143302, 0.8157894736842105, 'x[3] <= 1.9\\nsquared_error = 0.543\\nsamples = 9\\nvalue = 3.889'),\n", + " Text(0.7289719626168224, 0.7631578947368421, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.735202492211838, 0.7631578947368421, 'x[4] <= 0.083\\nsquared_error = 0.245\\nsamples = 7\\nvalue = 3.571'),\n", + " Text(0.7320872274143302, 0.7105263157894737, 'squared_error = 0.0\\nsamples = 3\\nvalue = 4.0'),\n", + " Text(0.7383177570093458, 0.7105263157894737, 'x[2] <= 0.06\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 3.25'),\n", + " Text(0.735202492211838, 0.6578947368421053, 'squared_error = 0.0\\nsamples = 3\\nvalue = 3.0'),\n", + " Text(0.7414330218068536, 0.6578947368421053, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.8853679906542056, 0.868421052631579, 'x[10] <= 11.55\\nsquared_error = 0.556\\nsamples = 275\\nvalue = 6.382'),\n", + " Text(0.8309968847352025, 0.8157894736842105, 'x[1] <= 0.395\\nsquared_error = 0.559\\nsamples = 158\\nvalue = 6.171'),\n", + " Text(0.7842679127725857, 0.7631578947368421, 'x[8] <= 3.255\\nsquared_error = 0.605\\nsamples = 73\\nvalue = 6.466'),\n", + " Text(0.7538940809968847, 0.7105263157894737, 'x[9] <= 0.705\\nsquared_error = 0.37\\nsamples = 31\\nvalue = 6.871'),\n", + " Text(0.7476635514018691, 0.6578947368421053, 'x[4] <= 0.079\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 7.5'),\n", + " Text(0.7445482866043613, 0.6052631578947368, 'x[6] <= 28.0\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 7.75'),\n", + " Text(0.7414330218068536, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 3\\nvalue = 8.0'),\n", + " Text(0.7476635514018691, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.7507788161993769, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.7601246105919003, 0.6578947368421053, 'x[0] <= 7.45\\nsquared_error = 0.282\\nsamples = 25\\nvalue = 6.72'),\n", + " Text(0.7570093457943925, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", + " Text(0.7632398753894081, 0.6052631578947368, 'x[0] <= 8.3\\nsquared_error = 0.222\\nsamples = 24\\nvalue = 6.667'),\n", + " Text(0.7601246105919003, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.7663551401869159, 0.5526315789473685, 'x[5] <= 23.0\\nsquared_error = 0.181\\nsamples = 21\\nvalue = 6.762'),\n", + " Text(0.7632398753894081, 0.5, 'x[9] <= 0.75\\nsquared_error = 0.133\\nsamples = 19\\nvalue = 6.842'),\n", + " Text(0.7570093457943925, 0.4473684210526316, 'x[3] <= 2.2\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 6.333'),\n", + " Text(0.7538940809968847, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.7601246105919003, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.7694704049844237, 0.4473684210526316, 'x[9] <= 1.055\\nsquared_error = 0.059\\nsamples = 16\\nvalue = 6.938'),\n", + " Text(0.7663551401869159, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 15\\nvalue = 7.0'),\n", + " Text(0.7725856697819314, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.7694704049844237, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.8146417445482866, 0.7105263157894737, 'x[6] <= 52.0\\nsquared_error = 0.567\\nsamples = 42\\nvalue = 6.167'),\n", + " Text(0.7975077881619937, 0.6578947368421053, 'x[2] <= 0.47\\nsquared_error = 0.444\\nsamples = 28\\nvalue = 6.357'),\n", + " Text(0.7850467289719626, 0.6052631578947368, 'x[7] <= 0.994\\nsquared_error = 0.349\\nsamples = 18\\nvalue = 6.611'),\n", + " Text(0.778816199376947, 0.5526315789473685, 'x[7] <= 0.994\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.667'),\n", + " Text(0.7757009345794392, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.7819314641744548, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.7912772585669782, 0.5526315789473685, 'x[2] <= 0.335\\nsquared_error = 0.16\\nsamples = 15\\nvalue = 6.8'),\n", + " Text(0.7881619937694704, 0.5, 'x[1] <= 0.315\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 6.4'),\n", + " Text(0.7850467289719626, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.7912772585669782, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.794392523364486, 0.5, 'squared_error = 0.0\\nsamples = 10\\nvalue = 7.0'),\n", + " Text(0.8099688473520249, 0.6052631578947368, 'x[10] <= 10.65\\nsquared_error = 0.29\\nsamples = 10\\nvalue = 5.9'),\n", + " Text(0.8037383177570093, 0.5526315789473685, 'x[9] <= 0.915\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", + " Text(0.8006230529595015, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.8068535825545171, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.8161993769470405, 0.5526315789473685, 'x[5] <= 5.5\\nsquared_error = 0.122\\nsamples = 7\\nvalue = 6.143'),\n", + " Text(0.8130841121495327, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.8193146417445483, 0.5, 'squared_error = 0.0\\nsamples = 6\\nvalue = 6.0'),\n", + " Text(0.8317757009345794, 0.6578947368421053, 'x[0] <= 8.05\\nsquared_error = 0.597\\nsamples = 14\\nvalue = 5.786'),\n", + " Text(0.8255451713395638, 0.6052631578947368, 'x[1] <= 0.373\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 5.167'),\n", + " Text(0.822429906542056, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", + " Text(0.8286604361370716, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.838006230529595, 0.6052631578947368, 'x[2] <= 0.56\\nsquared_error = 0.438\\nsamples = 8\\nvalue = 6.25'),\n", + " Text(0.8348909657320872, 0.5526315789473685, 'x[1] <= 0.345\\nsquared_error = 0.245\\nsamples = 7\\nvalue = 6.429'),\n", + " Text(0.8317757009345794, 0.5, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", + " Text(0.838006230529595, 0.5, 'squared_error = 0.0\\nsamples = 4\\nvalue = 6.0'),\n", + " Text(0.8411214953271028, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.8777258566978193, 0.7631578947368421, 'x[4] <= 0.093\\nsquared_error = 0.381\\nsamples = 85\\nvalue = 5.918'),\n", + " Text(0.8644859813084113, 0.7105263157894737, 'x[6] <= 73.5\\nsquared_error = 0.279\\nsamples = 68\\nvalue = 6.015'),\n", + " Text(0.8566978193146417, 0.6578947368421053, 'x[10] <= 11.45\\nsquared_error = 0.235\\nsamples = 62\\nvalue = 6.081'),\n", + " Text(0.8504672897196262, 0.6052631578947368, 'x[8] <= 3.57\\nsquared_error = 0.206\\nsamples = 58\\nvalue = 6.034'),\n", + " Text(0.8473520249221184, 0.5526315789473685, 'x[4] <= 0.09\\nsquared_error = 0.179\\nsamples = 56\\nvalue = 6.0'),\n", + " Text(0.8442367601246106, 0.5, 'x[10] <= 10.575\\nsquared_error = 0.147\\nsamples = 54\\nvalue = 5.963'),\n", + " Text(0.8411214953271028, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.8473520249221184, 0.4473684210526316, 'x[7] <= 1.0\\nsquared_error = 0.129\\nsamples = 53\\nvalue = 5.943'),\n", + " Text(0.8387850467289719, 0.39473684210526316, 'x[2] <= 0.29\\nsquared_error = 0.104\\nsamples = 48\\nvalue = 5.979'),\n", + " Text(0.8309968847352025, 0.34210526315789475, 'x[6] <= 36.5\\nsquared_error = 0.09\\nsamples = 30\\nvalue = 5.9'),\n", + " Text(0.8278816199376947, 0.2894736842105263, 'x[0] <= 7.7\\nsquared_error = 0.152\\nsamples = 16\\nvalue = 5.812'),\n", + " Text(0.8216510903426791, 0.23684210526315788, 'x[10] <= 10.7\\nsquared_error = 0.071\\nsamples = 13\\nvalue = 5.923'),\n", + " Text(0.8185358255451713, 0.18421052631578946, 'x[1] <= 0.535\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 5.5'),\n", + " Text(0.8154205607476636, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.8216510903426791, 0.13157894736842105, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.8247663551401869, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 11\\nvalue = 6.0'),\n", + " Text(0.8341121495327103, 0.23684210526315788, 'x[10] <= 10.8\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 5.333'),\n", + " Text(0.8309968847352025, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.8372274143302181, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.8341121495327103, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 14\\nvalue = 6.0'),\n", + " Text(0.8465732087227414, 0.34210526315789475, 'x[2] <= 0.315\\nsquared_error = 0.099\\nsamples = 18\\nvalue = 6.111'),\n", + " Text(0.8434579439252337, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.8496884735202492, 0.2894736842105263, 'x[7] <= 0.996\\nsquared_error = 0.055\\nsamples = 17\\nvalue = 6.059'),\n", + " Text(0.8465732087227414, 0.23684210526315788, 'x[2] <= 0.375\\nsquared_error = 0.25\\nsamples = 2\\nvalue = 6.5'),\n", + " Text(0.8434579439252337, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.8496884735202492, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.852803738317757, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 15\\nvalue = 6.0'),\n", + " Text(0.8559190031152648, 0.39473684210526316, 'x[7] <= 1.0\\nsquared_error = 0.24\\nsamples = 5\\nvalue = 5.6'),\n", + " Text(0.852803738317757, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.8590342679127726, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.8504672897196262, 0.5, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.8535825545171339, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.8629283489096573, 0.6052631578947368, 'x[0] <= 10.05\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 6.75'),\n", + " Text(0.8598130841121495, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", + " Text(0.8660436137071651, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.8722741433021807, 0.6578947368421053, 'x[5] <= 24.0\\nsquared_error = 0.222\\nsamples = 6\\nvalue = 5.333'),\n", + " Text(0.8691588785046729, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 4\\nvalue = 5.0'),\n", + " Text(0.8753894080996885, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.8909657320872274, 0.7105263157894737, 'x[10] <= 11.15\\nsquared_error = 0.602\\nsamples = 17\\nvalue = 5.529'),\n", + " Text(0.8847352024922118, 0.6578947368421053, 'x[0] <= 8.0\\nsquared_error = 0.286\\nsamples = 7\\nvalue = 5.0'),\n", + " Text(0.881619937694704, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 4.0'),\n", + " Text(0.8878504672897196, 0.6052631578947368, 'x[8] <= 3.275\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 5.167'),\n", + " Text(0.8847352024922118, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 5\\nvalue = 5.0'),\n", + " Text(0.8909657320872274, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.897196261682243, 0.6578947368421053, 'x[6] <= 18.0\\nsquared_error = 0.49\\nsamples = 10\\nvalue = 5.9'),\n", + " Text(0.8940809968847352, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 2\\nvalue = 5.0'),\n", + " Text(0.9003115264797508, 0.6052631578947368, 'x[1] <= 0.782\\nsquared_error = 0.359\\nsamples = 8\\nvalue = 6.125'),\n", + " Text(0.897196261682243, 0.5526315789473685, 'x[7] <= 0.995\\nsquared_error = 0.204\\nsamples = 7\\nvalue = 6.286'),\n", + " Text(0.8940809968847352, 0.5, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.9003115264797508, 0.5, 'x[5] <= 9.5\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.167'),\n", + " Text(0.897196261682243, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.9034267912772586, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", + " Text(0.9034267912772586, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.9397390965732088, 0.8157894736842105, 'x[7] <= 0.993\\nsquared_error = 0.41\\nsamples = 117\\nvalue = 6.667'),\n", + " Text(0.9096573208722741, 0.7631578947368421, 'x[1] <= 0.4\\nsquared_error = 0.438\\nsamples = 13\\nvalue = 7.154'),\n", + " Text(0.9065420560747663, 0.7105263157894737, 'squared_error = 0.0\\nsamples = 2\\nvalue = 6.0'),\n", + " Text(0.9127725856697819, 0.7105263157894737, 'x[0] <= 5.45\\nsquared_error = 0.231\\nsamples = 11\\nvalue = 7.364'),\n", + " Text(0.9096573208722741, 0.6578947368421053, 'x[4] <= 0.054\\nsquared_error = 0.109\\nsamples = 8\\nvalue = 7.125'),\n", + " Text(0.9065420560747663, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 7\\nvalue = 7.0'),\n", + " Text(0.9127725856697819, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", + " Text(0.9158878504672897, 0.6578947368421053, 'squared_error = 0.0\\nsamples = 3\\nvalue = 8.0'),\n", + " Text(0.9698208722741433, 0.7631578947368421, 'x[6] <= 56.5\\nsquared_error = 0.373\\nsamples = 104\\nvalue = 6.606'),\n", + " Text(0.9458722741433022, 0.7105263157894737, 'x[9] <= 0.685\\nsquared_error = 0.352\\nsamples = 90\\nvalue = 6.678'),\n", + " Text(0.9252336448598131, 0.6578947368421053, 'x[6] <= 17.5\\nsquared_error = 0.216\\nsamples = 19\\nvalue = 6.316'),\n", + " Text(0.9190031152647975, 0.6052631578947368, 'x[7] <= 0.996\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.833'),\n", + " Text(0.9158878504672897, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.9221183800623053, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 5\\nvalue = 7.0'),\n", + " Text(0.9314641744548287, 0.6052631578947368, 'x[5] <= 5.5\\nsquared_error = 0.071\\nsamples = 13\\nvalue = 6.077'),\n", + " Text(0.9283489096573209, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.9345794392523364, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 12\\nvalue = 6.0'),\n", + " Text(0.9665109034267912, 0.6578947368421053, 'x[10] <= 12.45\\nsquared_error = 0.344\\nsamples = 71\\nvalue = 6.775'),\n", + " Text(0.9517133956386293, 0.6052631578947368, 'x[6] <= 34.5\\nsquared_error = 0.304\\nsamples = 50\\nvalue = 6.66'),\n", + " Text(0.940809968847352, 0.5526315789473685, 'x[5] <= 5.5\\nsquared_error = 0.228\\nsamples = 36\\nvalue = 6.778'),\n", + " Text(0.9345794392523364, 0.5, 'x[8] <= 3.205\\nsquared_error = 0.139\\nsamples = 6\\nvalue = 6.167'),\n", + " Text(0.9314641744548287, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.9376947040498442, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 5\\nvalue = 6.0'),\n", + " Text(0.9470404984423676, 0.5, 'x[6] <= 13.0\\nsquared_error = 0.157\\nsamples = 30\\nvalue = 6.9'),\n", + " Text(0.9439252336448598, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", + " Text(0.9501557632398754, 0.4473684210526316, 'x[4] <= 0.053\\nsquared_error = 0.119\\nsamples = 29\\nvalue = 6.862'),\n", + " Text(0.9470404984423676, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.9532710280373832, 0.39473684210526316, 'x[3] <= 1.65\\nsquared_error = 0.096\\nsamples = 28\\nvalue = 6.893'),\n", + " Text(0.9501557632398754, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.956386292834891, 0.34210526315789475, 'x[4] <= 0.161\\nsquared_error = 0.069\\nsamples = 27\\nvalue = 6.926'),\n", + " Text(0.9532710280373832, 0.2894736842105263, 'x[9] <= 0.91\\nsquared_error = 0.037\\nsamples = 26\\nvalue = 6.962'),\n", + " Text(0.9501557632398754, 0.23684210526315788, 'squared_error = 0.0\\nsamples = 22\\nvalue = 7.0'),\n", + " Text(0.956386292834891, 0.23684210526315788, 'x[9] <= 0.96\\nsquared_error = 0.188\\nsamples = 4\\nvalue = 6.75'),\n", + " Text(0.9532710280373832, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.9595015576323987, 0.18421052631578946, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", + " Text(0.9595015576323987, 0.2894736842105263, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.9626168224299065, 0.5526315789473685, 'x[6] <= 47.0\\nsquared_error = 0.372\\nsamples = 14\\nvalue = 6.357'),\n", + " Text(0.9595015576323987, 0.5, 'x[4] <= 0.06\\nsquared_error = 0.29\\nsamples = 10\\nvalue = 6.1'),\n", + " Text(0.956386292834891, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.9626168224299065, 0.4473684210526316, 'x[3] <= 2.35\\nsquared_error = 0.173\\nsamples = 9\\nvalue = 6.222'),\n", + " Text(0.9595015576323987, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 6\\nvalue = 6.0'),\n", + " Text(0.9657320872274143, 0.39473684210526316, 'x[7] <= 0.997\\nsquared_error = 0.222\\nsamples = 3\\nvalue = 6.667'),\n", + " Text(0.9626168224299065, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0'),\n", + " Text(0.9688473520249221, 0.34210526315789475, 'squared_error = 0.0\\nsamples = 1\\nvalue = 6.0'),\n", + " Text(0.9657320872274143, 0.5, 'squared_error = 0.0\\nsamples = 4\\nvalue = 7.0'),\n", + " Text(0.9813084112149533, 0.6052631578947368, 'x[9] <= 0.695\\nsquared_error = 0.331\\nsamples = 21\\nvalue = 7.048'),\n", + " Text(0.9781931464174455, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 2\\nvalue = 8.0'),\n", + " Text(0.9844236760124611, 0.5526315789473685, 'x[0] <= 8.75\\nsquared_error = 0.26\\nsamples = 19\\nvalue = 6.947'),\n", + " Text(0.9781931464174455, 0.5, 'x[2] <= 0.455\\nsquared_error = 0.13\\nsamples = 13\\nvalue = 7.154'),\n", + " Text(0.9750778816199377, 0.4473684210526316, 'x[6] <= 44.0\\nsquared_error = 0.076\\nsamples = 12\\nvalue = 7.083'),\n", + " Text(0.9719626168224299, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 11\\nvalue = 7.0'),\n", + " Text(0.9781931464174455, 0.39473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", + " Text(0.9813084112149533, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 1\\nvalue = 8.0'),\n", + " Text(0.9906542056074766, 0.5, 'x[6] <= 25.0\\nsquared_error = 0.25\\nsamples = 6\\nvalue = 6.5'),\n", + " Text(0.9875389408099688, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 3\\nvalue = 6.0'),\n", + " Text(0.9937694704049844, 0.4473684210526316, 'squared_error = 0.0\\nsamples = 3\\nvalue = 7.0'),\n", + " Text(0.9937694704049844, 0.7105263157894737, 'x[2] <= 0.69\\nsquared_error = 0.265\\nsamples = 14\\nvalue = 6.143'),\n", + " Text(0.9906542056074766, 0.6578947368421053, 'x[8] <= 3.105\\nsquared_error = 0.167\\nsamples = 12\\nvalue = 6.0'),\n", + " Text(0.9875389408099688, 0.6052631578947368, 'squared_error = 0.0\\nsamples = 1\\nvalue = 5.0'),\n", + " Text(0.9937694704049844, 0.6052631578947368, 'x[0] <= 9.15\\nsquared_error = 0.083\\nsamples = 11\\nvalue = 6.091'),\n", + " Text(0.9906542056074766, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 10\\nvalue = 6.0'),\n", + " Text(0.9968847352024922, 0.5526315789473685, 'squared_error = 0.0\\nsamples = 1\\nvalue = 7.0'),\n", + " Text(0.9968847352024922, 0.6578947368421053, 'squared_error = 0.0\\nsamples = 2\\nvalue = 7.0')]" ] }, - "execution_count": 128, + "execution_count": 13, "metadata": {}, "output_type": "execute_result" }, { "data": { - "image/png": "iVBORw0KGgoAAAANSUhEUgAAAg8AAAGFCAYAAAB65hCBAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMCwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy80BEi2AAAACXBIWXMAAA9hAAAPYQGoP6dpAAEAAElEQVR4nOydeVxU1fvHP7OwDQPMsCiKILuiQigqbkm5lVupqV8zc2lP28zMNr9mtnzbTE1tL7cys8zdolwyhUTBPQIFBFRQBhEY9pl5fn/4u7dZ7p25Mwyb3vfr5cvh3nOe85xznvPcc5fzHAkREUREREREREREBCJtaQVERERERERE2hbi5EFERERERETELsTJg4iIiIiIiIhdiJMHEREREREREbsQJw8iIiIiIiIidiFOHkRERERERETsQpw8iIiIiIiIiNiFOHkQERERERERsQtx8iAiIiIiIiJiF+LkQURERERERMQuxMmDiIiIiIiIiF2IkwcRERERERERuxAnDyIiIiIiIiJ2IU4eREREREREROxC3tIKiIiIND8FBQXQaDSNkuHv74+QkBAnaSQiItKWECcPIiK3GAUFBYiJiUF1dXWj5CgUCmRmZooTCBGRWxBx8iAicouh0WhQXV2NDRs2ICYmxiEZmZmZmDZtGjQajTh5EBG5BRG/eRARuUWJiYlBr169oNFo0NDQgKKiInh4eECv1yMgIAAxMTGorKxEbW0tioqKUFZWhqKiIvTq1cvhSYeIiMjNgfjkQUTkFmfYsGEoKSlBYmIiioqKTCYGSUlJLaiZiIhIa0WcPIiI3MQQES5fvoxz584hOzsb586dw9GjRwEAycnJqKysREBAABoaGnD48GEQESIiIlBeXg4AUKvViIyMhFarRUZGBoKDg1FaWoqsrCwAwJIlS9C/f39ERUUhOjoaERERcHd3b7H6ioiINA/i5EFEpI1DRNBoNCYTBOb3+fPnUVVVBQCQSqUICwtDu3btAAAjRoxAr169sGXLFgQEBEAmk6GiogK//vor+vbti/j4eMjlchw/fhxarRaenp7Q6XQYPHgwlEolACArKwv79u1DRUUFAEAikSAkJISdTERFRbG/Q0ND4eLi0jKNJCIi4lQkREQtrYSIiIhtysvLOScI586dw/Xr19l0wcHBJhdv5v+wsDC4uroiIyMDCQkJJh9MpqenIzs7G2FhYaipqUFCQgJkMhkyMjKgVCpRVlaGgIAAxMbGAvj3g8n09HT07NkTV69e5Z281NTUAADkcjnCwsI4JxbBwcGQSsVPsERE2gri5EFEpBVRXV2N8+fPc04Qrl69yqZr37495wQhIiICCoXCahnNuVTTYDDg0qVLnBOL3NxcNDQ0AADc3NwQGRnJObEIDAyERCJplK4iIiLORZw8iIg0M/X19cjNzeWcIFy8eJFNp1KpEB0dbXExjYqKgre3d6N0aA1BonQ6HfLz8zknFvn5+TAYDAAApVJpUX/mt5+fX6PqICIi4hji5EFEpAnQ6/XIz8/nnCBcuHCBvTB6enpyXhSjoqLg5+d3y95x19XVITc316TdmP8vXbrEplOr1RZPX5h/jZ1giYiI8CNOHkREHMRgMODy5cucE4ScnByTR/IRERGcE4QOHTrcshMER6mqqsL58+c5JxYlJSVsuvbt23O2eWRkJDw8PFqwBiIibR9x8iAiYgUiQklJCecE4dy5c+zHgDKZzOJjQOb/4OBgyGSyFq7JrcH169ct+on5n1l+Ctj+qFRERMQ64uRBRARAWVkZ5+QgOzvbZBmitYuOuAyx9cIsZzWfUDArQpiPR2UyGUJDQzn7OCQkRJwEioj8P+LkQeSWoaqqiveu1PjjwcDAQN6VDOLj7psPJpAW18TC+PWTq6srIiIiOG2jY8eO4usnkVsKcfIgclNRV1eHnJwczgnC5cuX2XQKhQI9evRAly5dLN6Hix/aiTDo9XoUFBRY2NLx48dx9epVMO5ToVBYfFvB/O/v7y9OLERuOsTJg0ibQ6fT4cKFC5wThPz8fNahM0v8uL7GF5f4iTSW+vp65OXlcT6xMF5y6+PjY2GDzP8+Pj4tWAMREccRJw8irRKDwYCLFy9yfqiYm5sLnU4H4N/gQlwTBDG4kEhLUV1djZycHM6JhXGwr4CAAE7bjYyMhKenZwvWQETEOuLkQaTFICJcuXLFwsGeO3cO58+fR21tLYB/wxpz3b116tRJDGss0qYoLy83iSJq/L9xmPGgoCDOiUV4eDjc3NxargIiIhAnDyLNwLVr1zgnCNnZ2dBqtQD+3VCJa4LQuXNncSWDyE0PEaG0tJTzddy5c+dMNjjr3LkzZwyLzp07Qy4X9zsUaXrEycNNQkuHG66srORdyXDt2jU2XceOHTk/LAsPDxe3chYR4YGIUFRUxDm+cnJyUFdXBwBwcXFBeHg458QiKCjI4ad0zvAvQONDmou0HsTJw01Ac210VFNTw7uSobi4mE3n7+/PGXI5MjKS3cpZRETEOej1ehQWFnKOy7y8POj1egCAh4eHyfdBxmO0Xbt2vN8HOcu/AMI2UxNpG4jPt24CNBoNqqurTbZYthdmi2WNRsMO7CeeeAJbt25Fjx49cO7cORQWFrIrGby9vVnnc+edd5o4IrVa7bS6iYiIWIcJbBUaGorhw4ebnGtoaEBeXp7FxOK7777jHM8KhQLnzp3DX3/9hc6dOwNwjn8BuH2MSNtFnDzcRMTExKBXr15Ok/fTTz9Bo9Fg4MCBmDp1qskdi7U7FRERkdaBi4sLuzPr6NGjTc5xPUncvXs3iouLceDAAcyYMcMkvbP9i0jbRpw83IQkJydDoVBAIpFApVIhMDAQrq6uOHToEIAbOzlWVlZaOBNzrly5goaGBvHLbhGRmxAPDw/06NEDPXr0YI8REerq6mx+f2TNx3h5eaGkpASurq42fYxI20WcPNxEpKenw93dHQEBATh+/DgMBgN69+6NM2fOALix9CsyMhJarRYZGRm4dOkSiouLodPpOD+kkkql4sRBROQWQiKR8E4ckpOTUVlZiYCAAME+pry8HH///Tfq6+uhUCiasyoiTYy4QP4mIiEhAd26dUNeXh4bve748eM4ceIEDAYDgoODodfrkZeXhytXruDChQtISEhAYmKiuOGPiIiIVUaMGIGkpCRBPub06dO4evUqcnJy0L9/fyQlJYk+5iZDfPLQxjEYDDh27JjJsQkTJljNk5iYiMTExKZUS0RE5CbGlo8ZOnRoM2ki0lKIk4c2Sl5eHtatW4e1a9ciLy8PwI2vmYEbry+ys7MRFhaGmpoaJCQkQCaTISMjA56ennBxcUFlZSUGDBjAymPyPvfcc3j22WcxduxYuLq6Nn/FREREWg0XL17E6tWrAfzrIwB+H5Oens5+8wDceFrBwOTPyMhAz549xQ+u2zhinIc2hFarxU8//YQ1a9bgwIEDUCqV+M9//oORI0di+vTpjV6H7ebmhq5du+LkyZPw8/PD1KlTMXPmTHGgi4jcQhAR9u/fj1WrVmHbtm1wc3ODTqdDfX19o2XLZDLo9XrExcVh9uzZeOCBB8TYL20UcfLQyiEi/Pnnn/jmm2+wefNmVFVVYciQIZg5cyYmTJjAbp7jzAiTZ8+exdq1a7F+/XoUFxcjNjYWM2fOxAMPPID27ds7o1oiIiKtjIqKCqxbtw6rV69GZmYmunXrhjlz5uDBBx9EWVmZUyJM+vr6Ijs7G6tWrcLOnTuhVCoxa9YszJ49G9HR0U6ohUhzIU4eWikXLlxgX0vk5uYiPDwcM2fOxPTp09ngLU2NTqdDcnIyvvnmG2zfvh16vR6jRo3CrFmzMHr0aPG1hojITcDZs2exatUqrF+/HjU1NRg/fjzmzJmDpKSkJn3imJ+fj08//RRffvklNBoNhg8fjjlz5mDMmDHix5VtAHHy0IqoqqrCli1b8M0332D//v3w9PTE5MmTMWvWLAwaNKhFXx2Ulpbi+++/x5o1a3Ds2DH4+fnhgQcewMyZMxEfHy++1hARaUM0NDRg69atWLVqFf744w8EBgbisccew6OPPopOnTo1qy61tbXYvHkzVq1ahSNHjiAkJARPPPEEHnnkEQQEBDSrLiLCEScPLQwR4dChQ1izZg1++OEHaLVa3Hnnnexridb4PvDMmTPsa40rV64gLi6Ofa3Rrl27llZPRESEh6KiInzxxRf47LPPcPnyZdx+++2YM2cOxo8f3yqeJKanp2PVqlXYuHEjDAYDJk+ejDlz5iAxMVG8QWlliJOHFqKgoABr167F2rVrkZOTg7CwMPa1RGhoaEurJ4iGhgb88ssvWLt2LbZv3w4iwujRozFz5kyMGjWqVTgjEZFbHeYGZdWqVfjpp5/g6uqKadOmYc6cOYiLi2tp9TgpLS3FN998g08++QS5ubno1asX5syZg/vvvx8eHh4trZ4IAJBIs1FVVUXr16+noUOHkkQiIU9PT5o5cyYdOHCA9Hp9S6vXKDQaDX388ceUkJBAAMjf35+ee+45OnHiREurJiJyS1JZWUmffvopxcbGEgCKjo6mZcuWUVlZWUurJhi9Xk+7du2ikSNHkkQiIV9fX3rhhRcoJyenpVW75REnD02MwWCgQ4cO0cMPP0xeXl4EgJKSkmjNmjVUWVnZ0uo1CSdPnqTnn3+e2rVrRwAoPj6eli1bRlevXm1p1UREbnr++ecfeuaZZ8jb25ukUinde++9lJyc3OZvUM6fP0/z5s0jtVpNEomERo0aRbt27Wrz9WqriK8tmoiCggKsX78ea9aswfnz5xEaGooZM2Zg+vTpCA8Pb2n1mgXmtcY333yDHTt2QCKRYMyYMZg5cyZGjhwJFxeXllZRROSmQKfTYefOnVi1ahV+//13+Pv749FHH8Xjjz/ebKuzmovq6mp8//33WLVqFTIyMhAeHo4nn3wSDz30EHx9fVtavVuHlp693ExUVVXRhg0baNiwYSSRSEihUND06dNp//79t/zs+OrVq7R8+XLq2bMnAaCAgACaO3cunTx5sqVVExFps1y9epXefvttCgkJIQDUr18/Wr9+PdXW1ra0ak2OwWCg1NRUmjZtGrm6upK7uzvNmjWLjh071tKq3RKITx4aSVlZGbZs2YIjR45g06ZNqKiowODBgzFz5kxMnDgRXl5eLa1iq+PkyZNYu3YtNmzYgJKSEvTq1Qv3338/unXrhlGjRrW0eiIirZ7Tp08jLi4Ocrkccrkc999/P+bMmYOEhISWVq1FuHr1Kr766it8+umnKCgoAAAsXLgQb7zxRgtrdvMiTh4aSWhoKPLz89GpUyfMmjULM2bMQEREREur1Saor6/Hnj17sGbNGmzbtg1EhO+++w73339/S6smItKq+eSTTzB79mzce++9+Oqrr+Dn59fSKrUKdDodNmzYgFmzZmHAgAE4fPhwS6t003JLTR6cGcKZ4bPPPsOxY8ewatUqcWliIzhw4ABWr16N5cuXo0OHDuxxZ/QZYNlvIiLNhWjDrYemuAbcqtwyk4eCggLExMQ0evMohUKBzMxM0XiaAWf1GSD2m0jLINpw60G8BjiXW2ZLbo1Gg+rqamzYsAExMTEOycjMzMS0adOg0WhuecNpDpzRZ4DYbyIth2jDrQfxGuBcbpnJA0NMTAx69eoFAEhOToZKpYJCoYBEIkFgYCBcXV1x6NAhqNVqlJaWQqVSYeDAgS2s9a2NeZ/5+PiwYbuN+8zT0xP5+fnw9fXF6NGjW1JlEREThNjwqVOnQETQ6/XQarWiDTcRTF8w/aDRaBAeHg6tVovAwED4+/sjLS0Ncrkc169fBwCxLzi45SYPxgwbNgwlJSUwGAwm79lHjhzZglqJWEPsM5G2Dp8NizcpzQvTD4mJiSgqKjJ5GpGUlNSCmrUNbrnJQ3p6Otzd3dHQ0ICcnBwQESIiIpCdnQ0AUKvViIyMhFarRUZGBrp3747CwkIQEerq6lpY+1uT5ORkVFZWIiAgwKLfysvLAVj2W2xsLK5evYqKigooFIoWroHIrY4jNty/f38UFRXhypUrLaz9zYW914Dg4GBUVFRAp9PBYDC0sPatB2lLK9DcJCQkoFu3bsjJyUFAQAAMBgOOHz+OEydOwGAwIDg4GHq9HsePH4der0deXh4GDBiAgQMHQqVStbT6txTMQB0xYgSSkpIE9dvp06eh0WhQUFCAnj17IikpCTKZrIVrInKrY68Ne3l5ITMzE127dkVSUpIYL8aJCL0GnD59Gmq1GpWVlejfvz9uv/12sR+MuOWePGRmZgK4EZ8hPT0d2dnZCAsLg06ng0QiwZkzZ5CRkQGFQoHKykooFAr23SSTV6TpMBgMSE1NxebNm7Fx40YApu1eWlqK1NRUhIWFoaamBgkJCZDJZFi3bh2kUik8PT0hk8ng5uaGjIwMk/yfffYZnnnmGXTr1k3c3lekWRFqw4GBgaiqqkJ9fT369u1rYcMijYdpS75+WLt2LZRKJTQaDVQqldgPPIhLNe1EXKbjfPR6PVJSUrB582b89NNPuHz5Mjp06IARI0Zg06ZNqK2tbXQZLi4ucHNzg1arRdeuXTFp0iRMmjQJPXr0ECcSIk2GuFSz9SBeA5zLLTN5AKwHCPnuu++wdOlS3HHHHfjggw94ZYgBQpyDXq/HoUOH2AlDcXExOnbsiIkTJ2LixIkYOHAgpFKpUwPstG/fHr/99hs2b96Mbdu2oby8HNHR0exEIi4uTpxIiDidgoICnDt3DgsWLMDJkyexYMECTJgwwWqelJQUvPzyy/D398dHH32EkJAQ0fc4gS+//BJz586Fl5cX3n33XXTv3t1qep1Oh1WrVmHdunUYPHgwFi9ejPDwcLEfAHFjLIaFCxeSh4cHDR48uKVVuWlpaGigffv20ZNPPknt27cnANSpUyd67rnn6PDhw826eVhdXR3t2rWLZs2aRWq1mgBQZGQkvfzyy5SRkUEGg6HZdBG5uTl9+jSFhYWRv78/HTx4UHC+rKwsio6OJpVKRcnJyU2o4c1PfX09Pf/88wSAxo0bR9euXbMr//bt20mtVlPnzp3pr7/+aiIt2xbi5OH/efLJJ8nf35+6d+/e0qrcVDQ0NNBvv/1Gjz/+OAUEBBAACgkJoeeff55SU1NbxW6jdXV1tGfPHnr44YfJ19eXAFBERAQtWLCAjh49Kk4kRBxm69atpFQqKS4ujvLy8uzOX1ZWRnfddRfJZDJavny5aIsOcOHCBerXrx/J5XL66KOPHG7DCxcuUGJiIrm4uDRKzs2COHn4fyZPnkxhYWEUGBjY0qq0eerr6+nXX3+lRx99lPz9/QkAhYaG0gsvvEBHjhxp1YOuvr6ekpOTTXQPCwuj+fPnt3rdRVoPBoOB3nzzTQJAEyZMoMrKSodl6XQ6mjdvHgGghx9++JbYbttZ7Nixg9RqNYWEhDjliUFdXV2jnmDcTIiTh/9n6NCh1LNnT3JxcREvEA5QX19vcfceHh7epu/eGxoa6Pfffzd5atK5c2eaN28epaamtsk6iTQ9VVVVNGXKFAJA//3vf532dG3NmjXk6upKAwcOpCtXrjhF5s1KfX09vfDCCwSAxo4dS6WlpU6Vv3XrVlKpVBQaGkppaWlOld1WECcP/098fDwNGzaMAFB5eXlLq9MmYL4bmDlzpsV3A+np6TfVxZXre43g4GCaO3dus3+vIdJ6KSgooF69epFCoaDNmzc7XX5KSgq1b9+egoOD6fjx406XfzNQUFBA/fv3J7lcTh988EGT+aHc3Fzq06cPubi40IoVK24qfycEcfJARJWVlQSAunfvTgAoNze3pVVqtdTW1tKOHTto+vTp5OPjQwAoOjqaXn31VTpx4sQtMYB0Oh0dOHCA5syZQ4GBgQSAgoKC6JlnnqE///xTnEjcojAX9pCQkCa9sBcWFlJCQkKTTVDaMrt27SJfX18KDg6mlJSUJi+vrq6Onn32Wfb1VFlZWZOX2VoQJw904zEjAIqLiyMA9N5777W0Sq2Kmpoa2rZtG02bNo28vb0JAHXt2pUWLlxIp06duiUmDHzodDo6ePAgPfPMM9SxY0cCQB06dKCnnnqK/vjjD9LpdC2tokgTU1dXRytWrGjWVwrGr0YWLFhwS797JyKqrq6mBQsWEAAaPXo0aTSaZi1/y5Yt5OPjQ+Hh4fTXX3/dEj5RnDz8P9euXaOUlBSSSqX0ww8/tLQ6LU51dTX9/PPPNHXqVPLy8iIA1K1bN1q0aBGdOXOmpdVrlej1ejp06BA999xz1KlTJwJAgYGBNHv2bNq/f784kbhJ6d27NwGgBx98kOrq6pqtXOOPMpVKZbOV29rIz88nACSRSOi9995rsSd/ubm51KtXLwJAI0eObBEdmpNbKkiUEIjolg0UVF1djV9++QWbN2/Gzp07odVqERsbywZu6tatW0ur2GYwGAxIS0vD5s2b8eOPP6KgoADt2rXDhAkTMHHiRCQlJUEuv+Wiw9+UPPLII/jnn3/w22+/wcPDo1nLJiJMnjwZ169fx2+//dasZbcWjh49ijvuuAOPPPIIli9f3qK6lJaWIjo6GrGxsThw4ECL6tLUiJOHWxgiwt9//43MzExs3rwZu3btQlVVFW677TZMnDgRkyZNQpcuXVpazTYPEeHo0aPsROLChQsICAjA+PHjMWHCBERGRiIiIqKl1RQRERERzC0xeXBmiOOWCkvqjDqY6//EE0/gs88+AwD07NkTkyZNwn333Yfo6OhGlSPCDxEhPT2dnUjk5uYCANasWYMZM2aw6W4Gm20L3Czt3Fbr0Vb1FkJT+OxWRQu9Lmk28vPzSaFQEIBG/3N3d6edO3dSfn5+m6yDQqEw0X3jxo0UGxtLBw4caNb6iNzAYDDQmjVrKDY2lo4ePcoed6bNmve5yL/cLO3cVuvRVvUWQlP57NbETf/SVaPRoLq6Ghs2bEBMTAyKioowadIk1NTU2C2rtrYWY8aMafZd1czr4AiZmZmYNm0aNBoNq/eUKVMwZcoUZ6oqYgcSiQQzZswweeIAOKe/Ae4+F/mXm6Wd22o92qreQmgqn92auOknDwwxMTHo1asXMjIyUFNT43CntmSHMnUQuTUQ+7t5uFnaua3Wo63qLYSbuW63zOTBnMLCQnTq1AkBAQFoaGhATk4OiAgREREoLy8HAKjVakRGRkKr1SIjIwOdO3du9q+p+UhOToZCoYBEIoFKpUJgYCBcXV1x6NAheHl5IT8/Hw888EBLqyniJJj+lsvl8PLyYvv74MGD0Ol0kMvlGD16dEur2eZJTk6Gj48PNBoNwsPDodVqERgYCH9/f6SlpUEul6O2tha1tbWtvr2Tk5OhUqmg1+vh7e3N2sypU6cgk8kQFRUFPz+/llbTBKb9lUolAJj4NU9PTxQWFkKlUrX6tuciOTkZgYGBcHFxgcFgMKmbWq1GTk4O/P39cdddd7W0qoK4ZSYPycnJqKysRElJCQBgxIgRJjPC2267DbW1taivr4e3t7dJXoVCgbvvvhsAHHrd4SyYOgQEBCAgIADHjx+HwWBA7969cebMGQBAUFAQIiMjER0djV9++QWxsbG4evUq0tPTW0xvEccQ0t/BwcHsBJfp7/z8fJw/fx5BQUEtXIO2AVc7+/j44OLFi3B1dUVubi7KysrQp08f9kYiNDQUKSkpkMvlqK6ubukqADCtR0NDAyoqKlBYWIiQkBDU19dDo9FArVajZ8+e0Gq1OHr0KIKDg1FRUYH6+npQC307b49f69q1KzIyMnD27FlUVFQAaFmfbAvzuh07doy3buHh4cjIyMClS5dQXFyMhoaGFtbeOrfM5IGZLGRkZFic27JlCwICAnDt2jXU1taiuLgYcXFxiI+Ph1wux6lTpzBw4MAW0NoU8wlPz549BU14goKCWswxiDhOY/p7wIABnLYuYomj7czQWtrZ0Rsihpaqx83S/lw0Zgy35noBt9DkwZzMzEz2d2lpKVJTUxEWFoaamhokJCRAJpPh22+/hYeHB0JDQ9mONM7Xktia8Pz999+oqqrCkCFDWlpVESdgq79TUlKg1+vh6+uLfv36tbS6bRZb7ZyWlsZ+79S/f/+WVtcqtupy8ODBVvf4X8iN3Pnz5xESEoI777yzpdUVjJB66XQ6eHt7o2fPni2triBumckDc9EvKiqCm5sbpk2b5rAshUIBf39/Z6kmGCETnnXr1kGlUqGwsBByuRwqlcoir0jbQGh/e3p6oqKiAn5+fggMDGx1E93WjtB2DgwMRHFxMby8vODm5tbq2tlYj/T0dGRnZ5vUo2PHjjh58iROnz6N6upqeHh4mNzdtlQ9hLT/2rVr4enpCVdXV+j1evj4+LS69ueC0S00NNSkT3Q6HSQSCc6cOYP09HR4eXmhqKgIwcHB7FPi1lwvAGKcB3v+3WxxHkRaJzfz+vfWxM3Szm21Hm1VbyHcCj77loww+cMPP+Ddd9/Fxx9/jAEDBpikzcvLwwMPPIB7770XCxYsMDnX2iJMFhYWYty4cVi4cCHGjRsHIsKDDz4IPz8/zhjvrTpamYgJTH9XVlbiscceg0ajwVdffcXbf8XFxXj44Yfh7u6OL7/8Emq1GoDY57bYvn07nnjiCVRWVuL1118X/Cj89OnTeOmll6DVarF48WJMnDix1UaY1Ol0SExMBHDD91kLhd4SESaPHz+Op59+GlqtFitWrLC5h87Ro0cxb948dOrUCcuXL0dAQECrtHPjPtm/fz9eeOEFzJ07l/Op9969e/Hiiy/ihRdewP33388eb431YmnhyUuzk5mZSe7u7jRnzhzeNCtXriQAtGfPnmbUzH7mz59PKpWKqqqq2GNffvklSSQSys3NbUHNRJyBVqulAQMGkFqtplOnTtlMn52dTe3bt6eePXtSWVlZ0yvYhjEYDLRs2TJycXGhvn37Ul5ent0yrl27RuPGjSMANHfu3GbdUdMerly5wt7JtrZoskePHqV27dpRVFQU5eTkCM536tQpCgoKos6dO1NmZmYTath4cnJyyMfHh8aPH291q+5nn32WXFxc6K+//mpG7Rznlpo81NfXU0JCAnXp0sXkgmuOwWCgu+66izp06EAlJSXNqKFwampqyM/Pj+bOnWtyvKqqinx8fOill15qIc1EnEFtbS0NHz6clEolHTlyRHC+U6dOkVqtpgEDBpBWq21CDdsuxhf9559/vlEXfYPBQMuXL2cnIa1x0n727Fl28vDTTz+1tDosu3fvJk9PT0pMTHTIzxYUFFD37t3J19eXDh061AQaNp6amhrq1asXRURE2JzQ19XVUb9+/Sg4OJg0Gk3zKNgIbqnJw2uvvUZyuZzS0tJspr106RL5+vrSfffdZ3W22FKsW7eOAFBWVpbFueeee478/f2ptra2BTQTaSwNDQ00btw4cnd3p/3799ud/8iRI6RUKmn48OGiDZjx119/UefOnUmtVtO2bducJjctLY1CQ0PJx8eHtmzZ4jS5zuDgwYMEgCQSCX3++ectrQ4REX399dckk8nonnvusXojZ4uysjJKSkoid3f3VtfuRESPP/44ubm5UUZGhqD0BQUF5OfnRyNHjiS9Xt/E2jWOW2bycPjwYZJKpfTGG28IzrN582YCQGvWrGlCzRyjX79+NGzYMM5z//zzDwGgDRs2NLNWIo1Fr9fTtGnTSC6X086dOx2Ws3//fnJ3d6dx48ZRQ0ODEzVsmxgMBvrwww9JLpdTv3796MKFC04vo6ysjCZMmEAA6Nlnn201rzF+/vlnAkBqtZreeeedFtXFYDDQ4sWLCQA98cQTTrHN2tpamjx5MkkkElq5cqUTtHQO69evJwD0xRdf2JVvz549JJFI6M0332wizZzDLTF5qKyspPDwcOrXr5/dxjp9+nTy8vJy6J1oU5GRkUEArM60hw4dSgMGDGhGrUQai8FgoNmzZ5NEIqHvv/++0fJ27txJcrmcpk2b1urvYpqS0tJSuueeewgAvfDCC1RfX99kZRkMBlqxYgW5uLhQ79697XqP31R8+eWXBIBCQ0PpkUceaTE9Ghoa6NFHHyUA9NZbbzn1ia5er6e5c+cSAFqwYEGL2/uZM2dIoVDQ9OnTHarnwoULSSqV0r59+5pAO+dw008eamtr6bbbbiOFQkHnzp2zO//169cpJCSEQkJC6PLly02gof1IJBKSSCRWJ0JLly4lAPT66683o2YijlJXV0cvvvgiAaAvv/zSaXI3bdpEUqmUHn/8caqpqXGa3LZCamoqhYSEkFqtpu3btzdbuUePHqWwsDDy8fFp8e8Mnn32WfL09GS/e2gJtFotjRkzhuRyeZM+yWX83rRp01rsyc/JkycpNDSUunfv7vB3RzqdjoYOHUq+vr6UnJzsZA2dw00/efjqq68IAA0dOtRhGW+++SYBoIceesiJmjlOp06dqH///lbT5OXlkaurKy1evLiZtBJpDN27dycA9N577zld9ueff04AqFOnTk6X3Vq5du0a3XPPPexripZYK19WVkb33Xcf63+4vk9qDtRqNfuawJ7Xts7iwIEDBIA8PT3p119/bfLyNm3aRC4uLgRA0ColZxMaGkoAKCUlpVFyLl26RADIzc3NSZo5l5t+8nD9+nV69dVXG/VRjk6no//973/0zz//OFEzEZF/ueOOO6h79+5N8khdp9NRQkIC9enTx+myWyvMRXvChAlN+prCFgaDgRYtWkQAqGvXri2iw9atW+mVV15pkbKJiKZMmUIAmvVjTabNn3/++WYrk2HlypVO+17h888/p0WLFjlFlrO5JYJEiYiI3FqcPn0av/zyC+bOnQu5vGWj8BMRvvrqK4SGhmLYsGEtqktLoNfrUVtbC09Pz2YtV6vVwtPTExKJpFnLvVUQJw8iIiIiIiIidtGmNsayFoJVKPaG+2yuMp1RTl1dHdzc3DjPEZGgGXirDofaymkJ+xRKa9bNnLakq700dd2aQr4zZHLJbWoaq3dRURGuX78OlUqFDh06OCzH0Xq3+nHQku9M7KElNhpprjKdVY5MJrupN2JpzbTmjXBas25tWVd7acq65efn086dO8nDw8Op8tvq5lXO0FsqlbZYvdvCOGgzTx40Gg2qq6uxYcMGxMTEOCQjMzMT06ZNg0ajETQba64ynVHO7t27sXDhwmZtH5F/aQn7vBl0M6ct6WovTVW3goICxMTEoLq6GgCcKt8ZOvPp3ZQ0Vm9G35aqd1sYB21m8sAQExODXr16ITk5GT4+PtBoNAgPD4dWq0VgYCD8/f2RlpYGFxcXlJeXw2AwYPTo0U4pEwCSk5OhUqmg1+vh7e2NwMBAuLq64tSpU5DJZCgtLXW4PPO6KZVKAGDLOHToEDw9PVFYWAiVSmVSDrP3u5D2+e233xAYGIiSkpJGt42IKea2cuHCBXTr1g1qtZrtx5SUFBgMBtTX10MulzdbHxjbhkKhgFwuh5eXl4kNX7x4EZ07d26UHTtTVwBWx4OXlxcuXboEpVLZZmxZaN08PT1x4cIF+Pn5Wa0bc6FZsmQJFi5caCFfoVDA19cXRGTRdkVFRZg4caLNV5pC7drHxwelpaUA0Cr6g8t3KxQKSCQSi7bIzc1F+/btcdddd3HmZ2RY669evXqx55pCf65xe/DgQej1eshksmZt8zY3eWAYNmwYSkpKkJiYiKKiIpPZWVJSUpOXazAYTN6DDRw4sMnLGDlypN0yuNrnnnvucZquIvzw9aOxc2oJmsOGnYkzxkNrxVbdBg8eLFhWbW2t3fKdqXNL27UtbLXFoEGDGi2jKeEru6UmaW1u8pCcnIzKykoEBASgoaEBhw8fBhEhIiIC5eXlAAC1Wo3IyEhotVpkZGSge/fuuHr1Kn7++WeHykxPT4e7uzsaGhqQk5PDlpednc1ZXmxsLHJyciCVSqHX6xtdDl+9YmNjUVBQAACorKx0WNfCwkLU1dVBJpM51D4i/2Jun0L78fz582wfNRWO2teJEycQFxfXpLqZ40g7BgcHQyaTIT09vVl1tRdHxuiVK1eg0+nYVxNcMDcIjsi31c+O9odEIsHRo0cRGRnpzCYUjCN6d+/enX2Say2/tfYsLi5Geno6IiIiGqW/vX3ZvXt35OXlAQAMBkOjyraFtEmlNwEjRoxAUlIS/vnnH1RUVEAmk6G6uhq//vorDAYD4uLiEBYWhuPHj+OPP/6Am5sbgoODkZCQgAkTJjhUZkJCArp164acnBwEBATAYDDg+PHjOHHiBAwGA4KDg6HX63Hu3DkoFAoUFhZi8ODBGDRoELy8vJqkHF9fXwQFBaF///7o378/W45QGUePHoVer0dQUBD69euHpKQkKBQKh9pH5F+E2mdqaipSU1Ph5eWFoKAgJCUlISEhoUl1s8e+qqqqUFhYiP79++PJJ5+Eh4dHk+pmjj3jfP/+/XBzc0P37t3RtWvXJm/HxsL0w2233QYA8PHxQWZmJoqLi3HixAmUlpairq4OHh4e0Ov1OHz4MHr16oW+ffvC29ubVy5z0bBHvlqtZv2ItX5m+kOI/eTl5UEikaB79+7o1q0bZsyY0ez244jeBw4cgF6vR3BwMDsRsyf/uXPnIJFIEBQUhISEBDz22GNQq9WN0t+eMVtXV4dLly5h8ODBGDx4sFVbcQZt7skDMyMMDQ1Feno6srOzERYWBrlcDolEgjNnziAjIwMqlQr5+flo164dfHx8TPI6WmZpaSlSU1MRFhaGmpoaJCQkQCaTYd26dVAqlXBxcUFZWRluv/12ZGRk2F2mkHKYQCtSqdQk+A3jOGzJWLt2LTw9Pdk7GEbPxrSPyL8ItU+pVAqDwYDMzEzWsTZ1+wuxL5VKhevXr6OmpgZhYWEO2bEzdRXajnl5eY0e582FsX7WxqmXlxdKSkqgUqms9oO/vz8UCgUWLlwoWP63334LIoKHhwfOnj2L+Ph4Xvn26KxUKqHVagEAAQEBnPmbEyF6M3av1+uRm5uLDh06sPmE5N++fTvq6+tRXV0NNzc3p/pUIf7cy8sLV69ehYeHB4KDg5tvzDbJGo4mQFyqafufuFSz5WjNS6tas25tWVd7EZdqiks1m1P/pm7zNhVh0jxoxsmTJ/HQQw/hmWeewYwZM9jjlZWVmDRpEiIjI/Hxxx+bfEnszCBRr776KpKTk/HUU0+ZlG9OY4NEPfLIIzh+/DiWLFmCUaNG8crgCxL12WefYdOmTXj22Wfxxhtv4I8//uD9Iri1BtdpCxj3oV6vx5w5c5Cbm4uNGzfCz8+PTUdEeOGFF3Ds2DFs3LgRHTt2ZM81d5CoyZMno0uXLliyZAkmT56M6OhovPnmm5wyWipIVF1dHSZOnIjOnTubjOcNGzZg2bJl2LhxI6KiolpEV3sxr1tlZSXGjRuHAQMGYMmSJezxd955B7/88gu2bt1q8ejb0SBRGzduxAcffIAhQ4bg/fff59XRVpCor776CqtXr8Ynn3yCvn37muR96623sHPnTmzYsMHifX9rCRJVWFiIcePG4f3330dUVBT7e8iQISbprAWJunDhAu677z64ubkhJSXFqh7OChI1f/58ZGRk4McffzSxieXLl2Pjxo34/vvvERoa6pSyBdEkU5JmoLq6mqKjoykxMZF0Op3F+d27dxPg3O2NzbnrrrvI09OTFixY0GRlEBHFxcWRXC6nZcuWOZR/xIgRNGbMGMrMzCQArXaL15uJRYsWkVQqpf3793Oev3btGoWGhlLfvn1bbOvgrKwsAkA///wzERH997//JZVK1WL68PHWW2+RXC6nzMxMk+N1dXXUpUsXuvPOO8lgMLSQdo1j/vz5pFAo6OLFiybHS0pKyMfHh5544gmnlfXf//6XPDw86I477nBYxuHDh0kmk9Grr77Keb66upq6d+9O3bt3p+rqaofLaUree+898vDwYLfLjo2NpQceeMAuGYcPH2bv7ptjvGzevJkA0KZNmyzOVVdXU1RUFA0cOJD0en2T68LQZicP8+bNIzc3NwuHYsysWbPI29ubCgoKmkSHhIQECggIoEceeaRJ5DMEBQWRt7c3vfbaa3bn1el05O3tTW+//Tbp9Xry9fWl119/vQm0FGH4/fffSSKR0JIlS6ymO3LkCLm4uNDcuXObSTNT/ve//5FCoWB3nD1x4gQBaJZtk4Vy8eJF8vT05G0j5ibhp59+ambNGs+5c+fIxcWFd5vspUuXklQqpZMnTzqlvDlz5pCfnx/16NHDofzXrl2jkJAQGjhwIDU0NPCmO3PmDHl4eNDjjz/uqKpNSr9+/Wj8+PHs34sWLSIfHx+7JgHbtm1jJw+XL19uCjVZNBoNtWvXjsaNG8c7Sf7jjz8IAK1YsaJJdTGmTU4eDh8+TBKJhN577z2r6crKyigoKIhGjBjRJHcmoaGhFB4ebmKIzsZgMJCbmxsFBQXRk08+aXf+U6dOEQD2Dnj06NE0YsQIJ2spwlBUVETt27en4cOHcz4RM2fZsmUmd//NSd++fWnChAns3waDgcLDw+mxxx5rdl34ePDBBykgIIDKysp404waNYpCQ0Nb7Z0uH+PGjaOQkBBevevq6ig6OpqGDBniFP81ZcoUCg0NpQ4dOtid12Aw0IQJE0ilUgl6h/75558TANq8ebMjqjYZly5dIgC0bt069hgzad6zZ49gOV9//TU7eTh16lRTqMry4IMPkkqlsjlJmT17Nnl6elJeXl6T6sPQ5iYPzOuKfv36CXLOTfn6wsvLi3r16kWDBw92umwGrVZLAKh79+40efJku/N/+umnJJPJ2Ed0b775Jnl7ezfr461bBZ1OR3feeSd16NCBrly5IiiPwWCg8ePHk0qlotzc3CbW8F8KCwsJAG3YsMHk+Lx586h9+/aCxlZTk5qaSgDoiy++sJouKyuL5HI5vfnmm82kWePZu3cvAaDvv//earodO3YQANq6dWujyxw2bBjFx8eTq6ur3ZORTz75xK4nPAaDgSZNmkQ+Pj7NdjETwqpVq0gul9O1a9fYY45Mmt9//33y9PQ0uTFrCnbt2kUA6Ouvv7aZtqKigkJCQmjYsGHN8hqvzU0ehLyuMKcpXl/U1dURABo+fDh169bNaXLNyc/PJwA0ePBgGjp0qN35Z8yYQQkJCezf+/btIwB0+vRpZ6opQjfeKUulUjpw4IBd+crKyig0NJT69OnTbN8bfPzxx+Ti4mJxR8+8yz106FCz6MGHXq+nPn36UM+ePQVNZObNm0cKhYIKCwubQbvG0dDQQLGxsTRgwACbTt5gMNCIESMoIiKCamtrG1Vuz549aejQoQSAKisrBec7deoUubm52f3ks6ysjDp37kz9+/en+vp6e9VtEoYOHcr55PWFF16gdu3aCZ40v/TSSxQSEkIA6Mcff3S2mkREVF5eTp06dbLryfkvv/xCAOirr75qEp2MaVOThz///FPQ6wpzjF9fOOuO6vLlywSAevfuTQCooqLCKXLN+eabb9hJSnx8vF15KysrydXVlcaMGcMeu3btGgGgKVOmOFvVW5rffvuNJBKJw3e/aWlp5OLiQs8995yTNbOkoaGB2rdvT/369bM4p9frycfHhxITE5tcD2t88MEHBIAOHjwoKP3169epXbt2NH78eKvv41sDb7/9NgGgtLQ0QenPnDlDMpmMXnnlFYfLrKqqIolEQvHx8QSALly4ICifVqulmJgYio2Ndei1UGpqKslkMnr55ZftzutsUlNTSSKR0NKlSy3O/fnnnwSA8xwXjz76KNuWTeFL9Xo9PfbYY6RUKgX3FcOMGTPIx8enyZfFtpnJw4ULFwgABQUFOTQB+PHHHwkA9e3b1yn6MO+8unXrRgBMHoM5kw8//JAAUHR0tN2TlNzcXAJgMtOura0lABQcHNwU6t6SbN26lQDQoEGDGvU6iPn+4a677nKidpbk5eURAN4P5yQSCbXkQqzz58+zY90e5s6dSwDov//9bxNp1nj+/vtvAkChoaF25bvtttsa9USosrKSAFCXLl0IAH388ceC8kkkEpJKpXT27FmHyiUiWrx4MQGgadOmOSzDGTz00EO8KxYuXrxIAKhr166CZLm7u7NxGBx5ImyLp556igA49JF8aWkpG6OiKWkzk4fMzEzy8PCg999/36H89fX1FBwc7LSO3rRpEwGg7du3U3Z2tlNkcmEwGOjvv/+miRMnklQqtXv2v3v3bos7sZMnTzbr+/WbHeaitXv37kbJYe4Ow8PDnaQZPytWrKDy8nLOc+fPn7f4FqI50Wg0FBYWRlu2bLErX1FREUVHR9N3333XRJo1nuLiYgoPD6ddu3bZle+PP/6gsLAwOn/+vMNlnzt3jn777TfB79D1ej3J5XLq1auXw2US/Xsx69+/f6PkNJarV6/Sp59+ynt+y5YtdOLECUGy2rdvT507d6acnJxGv07iYt68eeTn5yf42ylzpk6dSoGBgU367UObChLV2uALytQUEBHq6+ubrTwR+zAYDJBKnbNVjDNliYiYY4/fIiKb23ULxZmyWpqGhgZIpdJbejNBcfIgIiIiIiIiYhctsjGWtRCq9iA09GZjyysqKgIAixCl9sKlr6O6MaFTAXCGTzVPwwVfPnNaa6jfpqCxtuKsULSO4IidctmIULswxtGQyW1BvjVaS92sjXWmP235A+O09urJR3P4ekfKMG8La/Xmazeh46Qprx/mNOtYaLIXIjw090YrrXmDlMboJkSnltzYpS3iDFtpyU1wHOnvpraRpt7gpyU3EGpNdWsOf2BvGzWHr3e0DHvaorHt1lx+uLnHQrM/edBoNKiursaGDRvYPdMdITMzE9OmTYNGo7E6S3K0vKKiIkyaNAk1NTUwGAxNoq+5bsZl2sKWTkx5zdXONwONtU1H28oZY8KR/m4OG3Fm3VpCvjVaS93M+5HPjzTGjznSRs3h6x0pQ4jdO8v/N6cfbu6x0CKvLQAgJiYGvXr1arXlZWRkoKamBkuWLMHChQubVF9GNlOmUGchRKfmbuebgZZqM2eU64iM5qhvU5fRknbeWupmzY/Y4zOcTWu1L2t5nO3/m7Pdm6usFps8mJOcnAyVSgWFQgGJRILAwEC4urri0KFD8PLywuXLlzF58mSnlKNQKODr6wsisihHr9dDq9Wy76fCwsI4ZQQGBsLFxQUGg8FEhlqtRk5ODgIDAzF06FCHdHSk85OTk+Hr64va2lqo1WrOd3TJycnw8fFht+M217u0tBQAMHr0aIf0vhlJTk5Gfn4+Bg4caGIvzDa8er0eI0eOdPpX5IydSiQSqFQqCzu9dOkSlEolb18xfa3RaBAeHg6tVovAwED4+/sjLS0NLi4uyMjI4Mx34cIFdOvWDWq1mi03LS0Nnp6eyM/Pt1qu0LpxlZGSkgIPDw8AN7aqdrQMvj47cOAA5HI5kpKSoFAoHNbfVtl8dfPx8UF9fb3DdePzkYcPH+ZMb82PWLOvoKAgXLp0CQaDwem+gClXLpfDy8uLLffgwYNwcXGBTqdr9HjiK+Pvv//G9evX8c8//1ikNx8rJSUlAPj9v7GvNa6Dl5cXysrKcO+999rUj29sX758GZ6enk5pe1vXu4KCAkydOtUh2S02eUhOTkZlZSUCAgLQ0NCAiooKFBYWIiQkBK6urtBoNFCr1UhKSoJWq4VWq8WlS5eg0Whw/fp1uLi42FVeeno63N3dERAQgOPHj8NgMKB37944c+YMACAoKAiRkZHQarXIyMjA1atXAQB//fWXhb4BAQE4duwYr4zw8HBkZGTg0qVLKCgogE6ng8FgsNkWjMGat01OTg6ICBERESgvL0d2djanTsb1ysnJsZmGr+6FhYW4evUq/vnnHwQGBtrVzjcD5m128eJFpKSkmLRZhw4d2Db79ddfERsbi8zMTKeWa62voqOjWRvLz8/H33//bSKjY8eOuHr1Kurq6nD48GH07t0bubm5yM3NhVqtRmRkJKqrq3nr+88//5iUGxAQYGLbmZmZuHr1KmQyGfR6vUNtal6GcZsydSsuLsaJEydsymfGN+NLpFIpLl26ZOJLhg4dCq1Wi4MHDyI4OBgAkJKSgm7dutndVy1RNz6baNeunYkeXH6E8RlC/WBgYCDrC/Ly8lBbW+u09uEqNzg42GQ8BQcHQ6fTCfb15v3PXEvq6urY/o+NjYVWq8W5c+dM9OIaK5cuXQIAdkzzydfr9az8O++806R/r1+/jtOnTwtuA/Oxzfjh+vp6q9cPoW1h67p66tQphIeHC+9YwV+/OIn09HQCQOnp6RbnampqeAPX2CNHSDpbZTH5NmzY0GT6mh8z//unn36igwcP0tatW2ndunX0v//9j/bt20f79++3qVNzt/PNQGPbzNG2ckZfOSKjOWykqevm6PgWKt/RfM1ZN1t+hOjGRk6NaSdH2qgl7cuafCF62fL/TTku7ZVjK01TjYVW8dpiy5YtCAgIwLVr11BbW4vi4mLExcUhPj4ecrkcp06dAgDIZDL069evyctLSUlBfn4+ACAvL88hfXU6HSQSCQYPHmy3fsxsNzQ0FOnp6cjOzkZYWBjkcjkkEgnOnz9vU6ejR486VG+lUomBAwfarfPNiK32SktLg06nQ7t27dCzZ89mL1sikWDIkCEOy+C66xViI3q9HqNGjWqyujGPl++6664mkZ+SkoLy8nKnvAa1t+yDBw9CLpc7VDc+2XyP+I2fhJm/xmwpX+AMu25sGQcPHrSZh/Gfjvp/ALxt15Q24oiuDQ0NuOOOO+yW3WKTB2PDLi0tRWpqKsLCwlBTU4OEhATIZDKsW7cOCoUCrq6uuH79Om6//Xb2Pa29j4iNHz8xF2OmrI4dOyIjIwO5ubkoKytDQEAAgoKC4OHhgYULF9qlr1KpRFFREfz9/dG3b19B+jLnioqK4ObmhmnTptlVJy6doqOjBeu9du1aKJVKFBcXw8vLi33vbEvvmxWmzrb6WSKRQCaTISAggH2U74xyrZW9adMmeHh4oLCwEF5eXlCpVCZ5hdqpp6cnjh8/blcepVKJkpISuLu7m7zOElJv4zTmk2Jmon3mzBlkZGQgMDAQwcHBdo11oXVQqVTsaxZHfYkjZTNjTKPRYMSIEQ7VjU/2tm3bTNIVFRXBw8OD04/YkrV27VpIpVKoVCpcunSJ9QWNaSOh7ePp6YnKykr4+fmZfI/jrP5fu3YtvLy82DgI1vL06dMH7u7uFv6f7/qRm5uLnJwcFBUVISAggPX99oxLRj8XFxdcvnwZAQEBdrWBI+2t1+uh0+ng7e1tdzlinIcWXKcrxnloXYhxHpxf79YUC6G19psY56H5+1+M89D4fm6R8NRcUbCICFOmTEFQUBCWLl0KAFi6dCl27tyJPXv2cMZid0aEyVdffRX79u3D1KlT8fTTT3OmsRYhrLCwEOPGjQNw4+MrazHj7Y0wuW/fPsyfPx9BQUHYvn27hU58ESa//fZbLFu2DLGxsZg/fz6n7DVr1uCff/7BxYsXsWjRItxzzz126X2zUlBQgMLCQjz99NPIzs7GJ598gu7du3Om1el0WLBgAQ4dOoSPPvoIAwYMaJJIhVu2bME777yDoKAg3H777Zg3bx5nOmt2OmnSJPTq1QsHDx7EqFGjWFu3FmFy1apV2LFjByoqKjBnzhw88MADvPo7EgFw8uTJiIyMxNtvv42srCxMnToVK1as4Hzca698nU6H4cOH47777sNTTz2FdevWYfXq1di7dy88PT3tkm8NvrotXrwYJ06cwJYtW3DgwAG88MIL2LJlCzp37tzoutXW1mLIkCF4/PHHMX36dIwaNQr9+vXjfQ3j5eXFfv3/7rvvIigoyOT80qVLUVVVhaysLCxZsoT3lZSzIkxWVFTg7rvvxsMPP4yHH34YAPDII49AIpHgiy++sLtsvj5gfPOCBQvw7rvvYs2aNYiNjQVgPcLkxIkT0alTJ/z555/YsWMHJBIJb4TJlStXOnT9WLVqFb777jvs3LkTarUaALB9+3YsXrwY33//PaKiouxqA1ttAdzw+Z988gkSExOxYsUKXhmtNsIkH4cOHSIA9Ouvv7LHsrOzCQCtW7euycq96667SKVS0aOPPupQ/r/++oudsV28eNGpun3++ecEgNRqtV35Xn31VVIqldSzZ0/eNMOGDaMJEyZQSEgIvfTSS41V9aahqqqKhgwZQkqlkg4fPmwzfV1dHY0ePZrc3d1p7969TaLT888/T5GRkTR27FgaNWqU3fmrq6tJJpPRZ599RmPGjKG7775bUL6JEyfS0KFDKS4ujp544gm7y7XGyZMnCQDt2LGDiG7sHhsTE+O0bZv37NlDAOj48eNEdOOuDECz7Bba0NBA/v7+7LiqqqoiDw8P+t///ucU+Tt27CAA9PfffxMR0RNPPEHh4eG8OyhevXqV9VEHDx60ON+1a1d66qmnyMXFhVauXOkUHa3x0UcfkYuLCxUVFbHHNm7cSAAatfW3OZs3byYAdOHCBZLJZFZ31GTQ6XTk6upKixYtsrgecTFixAi7rx8ajYaUSiW9+OKLJsfr6+spLCyMJkyYIFiWPcyfP5+8vLwoMTHRKfJazdZ9q1evRmRkJIYNG8Yei4qKwogRI7Bq1aomK1ej0bDvIh2BiY3AyHImGo0GCoUC169fF7QczlgnT09PE93MycrKQnR0NKKjo5GVleUMdds8tbW1GD9+PP766y/s2rULAwYMsJnH1dUVP/74I5KSkjB27FjOj7EaS3Z2dqP66uzZs9Dr9YiPj0d8fDz7rYMtmtJGvvvuO/j5+bEfhUkkEkydOhU///wzu4S0Mfzwww+Ijo7GbbfdBgAICQlB//79sWnTpkbLtsWhQ4eg0WgwYcIEAIBCocDIkSOxZcsWp8jfsWMHIiIi0LVrVwDA2LFjkZuby/u+2tgPmPsEnU6HnJwcdO3aFZGRkU3uC4gIn376KSZMmGDy3cyECRPQrl07rF692mllnThxAh06dEDnzp0RExMjyO7z8/NRX1+PxMREuLq62myP0tJSKJVKq77WnKVLl8JgMOCFF14wOe7i4oLXXnsNW7ZsYT+6dCaO6GqNVjF5uHr1KjZv3ownn3zSYivi2bNn48iRI5wBbZxBaWkpvL29HW5QawOzsZSWlsLHxwdEhLKyMrvz8U1mqqurUVhYiOjoaHTp0oVdA34rU1dXh/vuuw8HDx7Ejh077Fol4+7ujp9//hn9+/fHqFGj2ABSzoK5iHfp0gV5eXmor6+3K/+JEycglUrRo0cPxMfH48qVKyguLraax2Aw4Ny5c01iIwaDARs3bsTEiRNN1vBPnToVVVVV2LFjR6Pk19fX4+eff8bkyZNNViJMnjwZv/76q83NoRrLli1b0KlTJ/Tu3Zs9NmHCBKSlpeHixYuNkk1E2LlzJ8aOHcvWbciQIVAoFLztxvgBiURi4RMuXLiAhoYGdpLY1L5g3759yMrKwpNPPmly3NXVFY8++ijWrVsHrVbrlLJOnDjBTh7j4+Nx8uRJm3mY+sfExCAyMtJmezDXD6E3jteuXcPHH3+MOXPmmHwQyfDggw8iLCwMS5YsESTPHuzV1RatYvLw9ddfQyaTYebMmRbnRo8ejU6dOuGTTz5pkrJLS0vh6+vbqMkD80VyU0wemPdh9shm8lVXV3MGd2GWenbp0gXR0dE4f/68XU82bjYaGhrwn//8B7///ju2bdvm0DIxDw8PbN++Hb1798bIkSORlpbmNN1yc3PZvjIYDGwAMKGcOHECXbp0gUKhQHx8PHvMGoWFhaitrWXLvXTpktOcekpKCgoKCiy+oQgPD0diYiK+++67Rsn/7bffcP36dfznP/8xOT5p0iTU19dbfD/kTIgIP//8M8aPH28ycRk9ejTkcjm2bt3aKPnHjx/H5cuXMXbsWPaYu7s7hg8fzjt5YHyHj4+PhR9hLo5dunRplhuJ1atXo3v37pyT88ceewxVVVX49ttvnVLWiRMn2CXU8fHxOHXqlE0/l5WVBXd3d4SEhKBLly6CnjzYc/346KOPoNfrLZ46MLi4uOCVV17Bjz/+yAaPchZMgKjr169Dp9M1Wl6LTx70ej0+/fRTTJkyBb6+vhbn5XI5Hn/8cXz33XdOv2NgQsWqVCo2oqS9aDQa+Pn5sRHtnElpaSn8/f0BwOadojFFRUXsEj4uo2Zm4IzDqKurQ25ubuMVboPodDpMnToVu3fvxpYtWzBixAiHZSkUCuzcuROxsbG46667nPK0LCsrC3q9nu0rAGzUOqEcO3YMcXFxAG6E2/Xy8sKRI0es5mHKYJ48AGCjWDaW7777DsHBwZwfRk6dOhV79uzBtWvXHJa/adMmxMTEWHzoGhQUhEGDBjXpq4ujR4/i4sWLGD9+vMlxlUqFoUOHNvrVxbZt2+Dj44Pbb7/d5PjYsWORkpLCeVfJ+AB/f38Lf3DixAm4u7ujU6dOiIqKQl5enlNeG3Fx6dIlbNu2DbNnz+aMTRESEoIxY8Zg9erVoEZ+x19cXIxLly6xk+X4+HhUV1dbhKY25+TJk4iIiIBUKkVkZCQyMzN5damrq0NlZaXgyUNZWRlWrFiB2bNns1FBuZg+fTpCQ0Od/vShuLiYvcba8ySbF6d8OdEIJk2aRAAoOTmZNw3zsVNMTIxTy87JySEA1LlzZwJA//zzj90yJk2aRFFRUQSAAgMDnapfjx49qH///gSA7rvvPkF5rl+/TgDIx8eHAHB+9NexY0cCQKWlpeyHSs76UK0t0dDQQPfffz/J5XLaunWr0+SWl5dTYmIi+fr60okTJxolixkfP//8MxUXFxMACg0NFZyfsfFu3bqxx/D/H89Zo0ePHgSAcnJy2IimI0aMcLgeDFlZWQSABg8ezHn+n3/+IQDUq1cvh+QzH2IOGzaM8/z06dMJAO3Zs8ch+bZgxl1NTY3FuVmzZhEA2r59u0Oy6+rqCACpVCqLc8eOHSMANGjQIItzL730Enl6elJcXBzde++9JueYZYQGg4FeffVVAkDvvPOOQ/rZon379gSAysrKeNOsX7+eANAzzzzTqLKYtl6/fj0REf3xxx9W7YLBeGzceeedBIAOHTrEmXbTpk0EgG677TaSyWRUV1dnVXZISAjJZDIqLi62qf+yZcsIAL399ts20wqB+WjWz8+PANCxY8caLbPFJw9jxowhuVxuNXymwWAgHx8f6tGjh1PLZkK23nvvvdSzZ09qaGiwWwZjbEOHDqWPP/7YabrV19cTAHJ1daW4uDj6448/BOUzGAx0++2307Rp0wgA51fyS5YsocGDB5PBYKCKigqKjo6mX375xWm6twX0ej3bdz/++KPT5ZeVlVH37t0JAH3xxRcOy9mxYwd17dqVtFotGQwGGjhwoF1f7dfW1lJYWBj98MMP7LEZM2ZYXETMWbFiBfXp04f0ej3V1tZS9+7d6fvvv3e0Giw5OTnk6upKq1at4jzf0NBA7du3p3vuucch+f/88w+5u7vT2rVrOc/v2bOH3N3dBY8ne0lKSuKd+Ozdu5cUCgX9+eefDsk2GAzUvn17mj9/vsW5mpoa6tSpEz399NMW51Qqlck6fmOeeOIJmjhxIhER5ebmUnh4OJ05c8Yh/WzRuXNn6tChg9U0ly9fJqlUSjNnzmxUWdu2baOwsDC6du0aEd1on65du9JXX31lNd+oUaPohRdeICKi/fv3U0REBFVUVHCmvXbtGnXr1o0SExMJgM3VVi4uLqRUKgXpz6w0HD58uKD0tjAYDDRgwAC6//77CQDNnTu30TJbJM6DOURkcxc1g8EAiUTi1N0Lr127hokTJ+L777+3+hjJGm+99Rb0ej3++9//Ok0vhoceegh33XWXxbtbIdTU1GDs2LH4/PPP7dvs5BahtrYWKpUKCQkJvLsSNpbDhw9j0KBBeOqpp/Dxxx83SRkiIrZYt24dDh8+zEYZXLx4cYvowVxqbPlwIdeD1kRmZiaeffZZ7Nq1y+omXpcuXUL79u0hlwsL7HzlyhV4e3ubRPxtLFqtFuPGjcPXX3/d6Ng9rWLyICIiIiIiItJ2aPEPJkVERERERETaFk2yMZa1EJlCqaursxrqWQjGYTadoZO18L+O6GSMUP24wgkzMCssuM5rNBpUVlayf3t5ebErObjk8NWxNYWqdkafAk1bJ2s68vWlPX3FyOY6X19fD1dXV6vyjWWbl2urbGM7sRYu3RZMXmv5bNm9kHz26sVg3D72ILRsR+pmLay4LblMP1vrW1vlA463izn2+npbdRcyroTYPQCr44FPnjlC/Wlj/Jkz7NxcH5s0+qsJM5y1OYdMJnPKBh8pKSm0c+dO8vDwaLQ8Z2xwYrzpSH5+PqWnp9ulny0d+M7fbJtkNfcGa02hozP6ylpae+U3xkaaOq+j8p1h9+7u7g75D6FlN9WGZk3tCxxtF/N/9vp6Z/tAR9vJmdeDxvozZ/bpzp07BflDpz950Gg0qK6uxoYNGxATE+OQjN27d2PhwoWNkpGZmYlp06Zh6NChqKmpAQCH5BUVFWHSpEmoqamBwWBwik7M7DImJsZkTbUt2Ux+Jp2xbgxcOprncxRj/Vv66YMz7Axo2jpZ05GvT+zpK2tp7ZXfGBtp6ryOyneG3TMyAPv8h9CyHdHRlh+QSqUwGAzN4gsAx/wqg72+3pb+zrJ7R32tPZhfDxz1Z0J0FUptbS3GjBkDhUKBzMxMqz6xSV5bADcujL169QIAJCcnIzAwEC4uLjAYDAgMDISrqysOHToEtVqNnJwceHt7s1HTmBjt5jIUCgXkcjm8vLxYGadOnUJVVRUaGhowevRoCz1qamqwZMkSLFy40EKej48PlEolAJjoBNyI7CeTydChQwerMvLz8zFw4EAQESsjJSUFBoMBSUlJUCgUnO1jfGEBgGnTptnUr6qqyqRdMjIyUFNTwxoNY0TMeUaG8WSFkW9N/7S0NLi5uaFr1642H2u2NFw2IpFIoFKpTPrUy8sLly9fhqenJ6edNLeOzGNa83NM5Dch9WJWiZj3t1KpZF9XmPd5amoqp3wm8p75cZVKBb1eD29vb5MxR0TIz883iRLJlZfR27wvLly4gKioKNZRGtfB3FeY2z0jn2/8EhE8PT0tZBu3pbkfSUtLg1arhVwu57UPczm+vr6ora2FWq02aRutVou6ujpB7clVN1v1Y6LGMnlWrVrF+gHghi/h81d8/WzLP6tUKsHtolAo4Ovra+JTDh06xO5mahxdks/Xc7Xtnj17LOpu7OPCw8NhMBg45ZnnY47T/68XsJXelq+1ZlunTp2Ci4sLSkpKbPoeLhtn6qbVahEYGAh/f3+kpaVBIpGgoaHBwr+b62ovQm+ommzyYMywYcNQUlICg8Fg8i5m5MiRAIB+/fo5LIMrSp05V65csVsnBiZKIFeYZz4ZzGY/QigsLISfn58g2VxbCTMyOnXqZPHekJHBt3yIT/+hQ4cK1r81IbRPWxJGR+aiYX5u7969vHls2b5xuoiICM7yExMTnVbuoEGDeGppuy+YvOZROIXavZC+5orw6Sybt9U2QsvmG9PW6mcum+nT6upqNpw9n7+yp5/t8c9CZTVGxuTJk3ntJTExEUVFRRZRRZk0fPW25zjA72ut6S3kGsWFed2MJwJJSUnsb6bP+XQNCAhAQ0MDcnJyQESIiIhAeXk5mzcyMhJarRYZGRno3Lmz4KWhTTZ5SE5ORmVlpV2Kd+/eHSUlJezFPj09He7u7hb5mfjr5vljY2Oh0WgsYvD369cPK1eudEgn45mso/WKjY1FQUEBLl++bNFOxuGQbdWXCVHN6FBSUsLKYGacXDru27fPpu58bdq9e3dcvXoVNTU1rXL/C0ftrKCgAC4uLk0WiteWjsz+FObnmNDhQurF2AOX3TCbZ5nLOXDgQKPLNW9PZiLkyHhlwmDz5S0vL2fz2yufwRG9cnJy4OrqamIf9rQNE17b3jEtZGyay2b2qklISGB15fNXjenn2NhY5OfnszF3GtO+BQUFqK+vZyc5QmUwdTfX//DhwyZ2by6PGW98x221E5+vdaTuFy5c4N1bwhEfzVyj+HQFbmzWFhAQgOLiYhw/fhwVFRWIi4tDcHAw9Ho9Tp8+jbvvvhsABL/uaLLJgz2KHz16FFVVVQgODkZwcDD7KCshIQHdunUDAOTk5MDHxweZmZmQSqUoLi5mZXh4eECv1+P48eMYM2YMANOZf15ent06HT9+HK6uruwKBnMZTH6ZTIaKigr8+uuv6Nu3L+Lj4yGXy3H8+HG4uLigXbt2CAoKQlBQEOfdiPE2ukx9+XRr3769iQ6MPEYG8795PZk62GtMEomE7RPzNm0t2Fun+vp6FBUVWb1DbA4dz507Z3EOuLGpk9B6MfbAZTfMhj5CbcERGzl+/Dh0Oh3CwsJM9ABsj9eGhgacOXMGsbGxvHVgynR3d7dbvpeXFzsxsSefi4sLrx8ROvZTU1PZfUDsHdNC2r2goMBENnMBNvYlfD7PUV+g1+tZP2beLva27+HDhzF58mQAYHcZtdVO5nXn05+xe3OdmNc/fMdttROfr7XXJk+ePIlRo0ZZtKG5jQnpl7y8PHh5ebFPCvh0BW7sb5KamsoGCktISIBMJsP27duh0+kQGhrKmc8aTTZ5EKL4unXroFKpUF5eDqlUyirPGL5QGUqlEhcvXkT79u0tGsDDwwMLFy60S55UKoVOp4OHhwfb8eYyzPMnJiaa6FNSUgKVSoW+fftydoq/vz8UCgX70ZE12Yxu27ZtM0lXVFQENzc3Exlc9fzzzz8F13/t2rWQyWQwGAxwc3MzMXChRtWcGOsUGhqK9PR0ZGdnIywsDDqdDhKJBGfOnEFGRgaUSiXKyspMJnLNUSeudpfJZBbn0tPTcerUKd48tuzBOB1z9yjUFuyxkU2bNrEOq6amhrcsvvElkUjQvXt3qNVqC2fM14f26Obi4oKioiL2SRmTz1guk6djx47IyMhATk4OtFot3N3decesrbHPjJ2ysjKLNuHTl9ll0x47Zt5xM3mSk5Ph6urK+gGpVMrp8/guENZ8QYcOHVBcXIzbb7+d1xfYat/09HTk5OSguLgYwcHBiI2N5fX11uwmMDCQ3dCNT3/zdmd04hpvTD4h7STU1/K1o1KphFQqRUVFBQIDAy3y2iuvQ4cOqKioQHV1NftdmrGuHh4eFrrag0KhsP29m1PWpBkhLtUUtjSHaStxqaZjiEs1bacVl2qKSzWbqk0a0y7m/8Slmm1zqWaThKfmC3axfPlybN++HcnJyXjiiSegUCiwfPlyThnWAod89tln+Oqrr3Dvvffi1Vdf5dVDaACO559/HtXV1airq0OHDh3w9ttvc6bjCxL1xhtv4OTJk/jxxx8xbtw4JCYm4pVXXrGpkzHW9Hv00UeRkZGBJUuWoGfPnrwBZc6dO4fFixfDy8sLw4cPx4QJE9hzGo0GZ86cwZdffglvb2+88cYb7Myyuroajz32GADgm2++QUBAQJsKEnXkyBHMnz8fQUFBWLFiBQICAjjT6/V6fPjhh9i0aRNmzJiBp556ClKptEWCRBUXF2P06NEIDQ2Fn58f5s6dy57TaDTQaDR48803AQDvvfceOnbsyJ6fPXs2KioqsHjxYvj4+ACwDBK1b98+fP311wBu7JEyZMgQE/kpKSn44YcfEBoaypaj0Whw/vx5rFy5Em5ubnjttdfY4DcGgwHTp08HAKxatQo+Pj42g0R98cUX+Prrr7Fz5074+fmhtLQUY8aMwUMPPYRHH32U1YcvSFRpaSn7TdD27dtRUVHB2caLFi2Cp6cnzp49i5SUFJO9A/iC56SkpODpp5/Ghx9+iHnz5uHLL79Ez549OeVbC4Y0e/ZsSKVSTJkyBc8++yy2bNmCzp07Wy0bAJ544gkcPXoUixcvRkJCAu+YzsnJwaJFi+Dn54d7770Xc+bMsZDNwJTx1ltvYfv27Zg8eTL7iNwY4/6PiorCokWL2HOFhYV4+eWX4eHhgS+++MLhIFFPPPEE5HI5li1bhqFDh2Lq1Kl4/PHHOeXw+frKykrccccd6NGjB9zd3fHZZ5/ZrPtTTz0FjUaDc+fO4ZNPPmGDPTF6fvXVVzh9+jTGjRuHiRMnssd37NiBffv2oWfPnhg/fjyb78iRI9i4cSM6dOiA2bNns+OhqKgI8+fPh1wux6JFiyyCRC1cuBAymQznz5/H1q1b2Ve/XG1o6xr1yy+/4NVXX8W2bdvg5eWFESNG4JlnnjFZ6WTN1ogI/fr1g06nw44dO0x8iTV9bOL02y0rxMTEsLulffDBB+Tu7k5VVVV2y3n66afJ09NT8DbVtujYsSMtWLCAnn32WYqMjLQrr16vp8DAQHYntmeffZY6depEBoPBKboREcXFxZFMJqPly5dbTffhhx+SQqGgwYMH05QpUyzOb926lYAb23Ubc/78eXbmefHiRafp3Rx88803JJfL6e677+bd/c4Yg8FAS5cuJYlEQlOmTKHa2tpm0NKS3377jQDQgw8+yLnVfF5eHtsn5ncB7u7uBIB2797NK3/u3LkUFRVF4eHhrG0as2rVKpJIJNS9e3eT4wcOHGDvZPR6PXu8pKSE1efs2bM261dZWUm+vr701FNPmRx/+umnydfXlyorK23KOHv2LFtmSUkJZxqDwUBKpZIeffRRAkBZWVk25RIR/fe//yV/f3+qr68nT09Peu+99wTlM6a2tpY8PDzogw8+oMrKSpLL5bR69WpBeXv16kVyuZyWLl1qNd2yZcvIzc2N7rzzTpo0aZIg2RMnTiSlUmnR9sbY2//2cP36dZLL5bRy5UoiIpoyZYpDW6ynpaURAHrooYcoKChIUJ6wsDCaOXMmAdxbaQ8fPpw8PDzo1VdfNTn+3HPPkaenJ40bN87k+BdffEEAKCoqyuR4SkoKa5vmW3EbDAby9vZmbfLvv/8WpDsfo0ePpgEDBrB/jxs3jnr37i04v1arZXV1xlbcDM22t0VOTg4yMzPZWA5jx45FbW0tfv/9d7tllZaWQqFQoLS0tNF6Xb58GZcvX0afPn3Qp08fnD9/HmVlZYLzZ2RkoLi4mK3XmDFjcPHiRfbdtTO4du0aFAqFzdCl2dnZiI6ORpcuXdgvc41h2qu8vNzka1/jdnRGmzYHRITXX38ds2bNwkMPPYQdO3aY3GXwIZFIMHfuXGzevBlbt27F8OHD2S+4m5Ps7Gy4uLggISEB58+ft1jJwtcnNTU17Ady1vpKiC1wjSHmb4PBYHJ3Z6+NfP7556ioqMD8+fNNjr/wwguoqKjA559/blOGkDKLioqg1WrZ5YRcdeUiJSUF/fv3h4uLCxITE5GSkiIonzGpqamoqanB0KFDoVQq0a9fP8H+TKgPy87ORlRUFG8/8sn28PCwKluj0XCWz/gY8/63h19++QU6nY796HTs2LHIyMjApUuX7JLD1DcxMRGXLl2yWEVnTl1dHS5cuIC+fftCIpFwthdfva2NB662NP7b3H9cvXoVFRUV7BJaof3GRUlJCX755ReTpwwPPPAAjh07xn4caoum8u/NNnnYsWMHXF1dMXz4cABAdHQ0oqOjsWPHDrtlaTQaeHl5OaUhjh07BgDs5MH4mBB27twJlUqFAQMGALgRAMXLy8uhevFRWloqqL5ZWVlsu2ZnZ7MBUIzlMB+68RlUW5g81NfXY9asWVi8eDHeeecdfPrpp4K3uWW47777sG/fPmRmZmLAgAHIzc1tIm25ycrKQnh4OGJiYtDQ0IALFy6YnDfuB+NJI3Pczc3Nal8Z2wKXkzG2KWM7EWIXtiaxtbW1+OCDD/Dggw9aPAINCQnB9OnT8cEHH3DGIjDX0VaZjGPu168fFAqFIIeq1+tx5MgR9O/fHwDQv39/pKSkWIwXW/z+++/w8/NDXFwcgBuxIvbv3y9oSXNpaSm8vb3tHtPMsjwhsq31E9P/Go1GUP/bw44dOxAXF8e+vhk5ciRkMhl27txpl5ysrCwEBgYiPj4eANgVSnycP38eRIQePXogJCTEqt2btw2fjy0tLWU/tDbuV64xaaw3cGPS4+XlJfgiz8UPP/wAiUTCrk4Bbtygent749tvvxUkw56xaw/NNnnYuXMn7rzzTpO7w7Fjx2Lnzp2CBoQxpaWlUKlUTrnQHT16FO3atUNwcDAiIyPh7e2No0ePCs6/c+dOjBw5kr14ubq6YsSIEdi1a1ejdQNufI9QU1MDHx8fQXcpzN2mVqu1iCuh0WjYgCK2Lk6tlfLycowcORIbN27Et99+i5deeslkzbk99O/fH6mpqdDr9ejfvz/S0tKcrC0/2dnZ6NKlC7p06cL+bQxfnzC/rdlDfX098vLyWPk5OTkW68o1Gg1UKhUaGhpMNv/RaDTsdxSO2sjatWtRXFyMl156ifP8ggULcOXKFaxZs8aqHCFlZmVlQSaTITIykr3A2uLs2bOorKxkl+sOGDAAV69eZb/8F8revXsxdOhQSKU33OjQoUNRVlaGEydOWM1XV1cHrVYreEwz/VhTUyPo7r20tNSmbMaH6nQ6k/5nJh7Mb3vR6XTYvXs3+yQWuBGXYNCgQXZPHpi6R0dHA4DNizDT90x7caVn7J7riQvfcbVaDSKyeBLHRA82z5OdnQ2pVIqoqCjBNsnHt99+i7vuusvkewp3d3dMnDgR3377raAJL6Ofq6tr23vyUF5ejj/++MPEoIAbk4fi4mKkp6fbJa+0tBR+fn4Ws2ZHOHr0KPr06QOJRAKpVIrevXsLnjxcvnwZ6enp7OM5hjFjxuDIkSO4evVqo3QD/u145oMzPiorK3H58mWTwWZutKWlpfD19TWRy/z28PCAVCp16szU2RQUFGDgwIHIyMjAb7/9hqlTpzZaZmRkJFJTUxEREYE77riDXf7Y1DCOMTg4GG5ubpx95erqCrlczjl5YOyfi7y8POj1etYWdDqdxYWRGUPGMs2Pc1281Wq1VTvU6XR49913MWnSJNYOzYmOjsakSZPw7rvv8gbLYcrkmsgYwywNdHV1FeyomY8qe/fuDeDfCIr2vLooLy/H0aNHTSJTJiYmwtPTkzc6IYOQPgSAqqoqFBYW2nUBJSJoNBqb/sJa/zdmt8zU1FSUlZVx+vrff//drqBszM2QSqVCu3btbPZtVlYWfHx8EBAQwGkLtbW1qK6u5mwbpj24nsQxPtN8PHCNE0bv0NBQuLm52fW6yZzc3FykpqZyLrl84IEHkJubyy5dtQajny2bsJdmmTy88847Ju/AGAYOHAhPT0/897//tUse0xj19fWNeiSk0Wiwd+9eNvAJAHTs2BF79uxh1wtbY/HixZBIJGxkLoaRI0eCiPDGG284rBsD09nXr1+3+mh1y5YtAG4YCFOfb775xkIWsxKB64IhlUqb7eJpL8ePH0e/fv1QVVWFlJQUk/j4jcXf3x979+7FqFGjMH78eHz88cdOk81FTk4OcnNz4e7uDqlUCqVSia+++sokDePEzQf8r7/+CgBWn7wxjzMDAwPZr67NH3FaswW+497e3jYd0Pvvv4+8vDze1UYML7/8Mi5cuID33nuPNw3TBtYewX/33XfsUz+ZTIbDhw/zrspgWLZsGYKCgtg7R19fX7Rr1w4ffPCB1XzGLF26FHq9HnfccQd7zNXVFT169MDy5cutPk1lJinu7u5W25KJAaFWq9GxY0dIJBJ2BQ0f2dnZ7L4afLKJCIcOHWK/7TLvZ+bp5O7du62WxcWiRYugUqnYV8AMo0ePZl9nCeHq1as4efIku0eLm5sb1q5dazXPN998w+6l4ubmhszMTJMnNUw9AwICOCcPEokEOp0OZ8+eNTnOhBA/ePCgyfGAgABIJBILWd9++62JTaampgq6npjz4osvwsPDA/fcc4/FuaSkJAQEBODll1+2KYd54uPr6+vcJ8tO+/TSCiqVigBQTU2NxTn8/1egQsnKyiIAFBcXRwBo3759Duv1xx9/EAC6//772WNjx44lAJSenm4zv5ubGwGw+Cq5oaGBAJCnp6fDujG88cYbBIA6dOhAAKi+vp4z3WOPPUYA6MCBA+zXtdHR0SZpXFxcqFOnTgSAJk+ezB4PDQ0lV1dXAmD3apOmxmAw0HfffUdKpZJ69+5NRUVFTVaWXq+nefPmEQB6+umn6dq1a01SDrPqhVkFAYBcXFxM0oSHh5OLiwu5uLiY9Mk999zD2oO7uzun/DvvvJMAUEFBAbtqY+jQoez56upqAkDdu3cnAPTaa6+x57y8vMjf358A0LBhw9jjsbGxJJVKycPDgzp27MhZrsFgsGs8M2n5ViYFBQWRu7s7SaVS6tGjB295fn5+RER01113EQDKycnhLZPJ4+HhYXKcWScvlLCwMM5VIMxxa7bz3nvvEQDq1q0bAeBdJTR79mwCQL/99hvbZxEREVb1Ynwa4x+5Vp8w/ql9+/ac/e/n50cA6M4777RaFhd8/V9RUcGWKYQjR44QAHrggQeI6N8VRtaQSCQkl8uJ6F9/uHfvXvb82rVrCQD17duXAFBxcTEREeXk5Ji0WXJyMhER1dXVsSstANC8efNYWSqVir2u3X777exxxr5UKhUR3VgpwdcPtrA1lpgYG7ZWjPXp04cAsGPbWTTL5GH37t30008/cZ47cuQIffnll4JlnT59mu1IY8NwlDVr1phckOvq6mjt2rWC8m7bto327NnDeW7Xrl20c+fORuv3yiuvEAD6448/KC0tjTddTU0N7dq1i/07JSWFCgsL2b8NBgPJ5XIKDw8nAHTvvfey54KDg8nd3Z2OHz9OV69ebbTOzoRZdjVkyBDSarXNUubHH39MAMjNza3Jyvj555/Zi+a5c+coIyPD5Hznzp3Jzc2NXFxcKDQ0lD1eU1NDhw4dorCwMHJ1deWUfe3aNfr999/Zv3/77TcqKytj/2YuRIxTMXaKnp6eFBgYaOEUY2JiSCqVklKptHoBGDZsGK1fv15QG3z77bcmExRzAgMDSaFQkFQqpa5du3Km+fPPP9kJZV1dHW3fvt1mudu2baO8vDyTY1lZWVaXvpqTkZFBW7ZssTheUlJCq1atsprXYDDQ3r17adSoUVYnD7W1tbRjxw7279TUVCooKLCp2969e+nFF18kAHTy5EnONMeOHaNDhw5x9n+HDh0oNTVV0HJac1avXk3Hjx/nPPf999+b2KUttm7dSjqdjoiILly4QH/99ZfV9GlpaWy/6nQ6+vnnn03Of/7556wvgdGy9H/++YcA0LPPPmtyTamtrSUANGDAANq/fz+rCxGRt7c3O8lKTEw0KefPP/+ky5cvExFRfX09bdu2TXCdjVm0aBEdPHiQ9/ypU6c4l2Gbc/36dUpLSyO1Wk1qtdohXbhokiBRTc3ly5etBrq4mSAiFBUVOaW+zCqVsrIy+Pv7s4/WtFot9Ho9+365NfHKK69gy5Yt+OOPP9h9AJqDiRMn4tKlS2z42uaG2WYeAFxcXCx2X6ytrUVVVRXnjqxCKC4uhr+/P0pKShAYGMh+dFpWVgY3NzdotVqo1Wp2R1amPFdXVxAR+1FdU1JRUQGJRIL6+nooFArBu/21FQwGA65evcqGK3Y2QvxkUVERZ/8zr3RuNi5fvowOHTpY+FS+trpy5Qr8/PwsVnOVlZWxG6f5+Piwr1daM1VVVdDpdE7z821y8iAiIiIiIiLScjRqYyxrIZW5sBZW1Bnp+fLy5eGSz8DUy9bmIMzua8ZyhOpoDBMWlKtNbelpvNTKPExqU+oqBHttpLHlORNHdeezPWv9yMD0J18/1tfX897l2MprDFe/c7Wzs/vPHnl87cXXBuZjAeAeD7bGtrU2Bv5tOz79uMYZF3x6WNPPuI58/SzEdwnRUYjt2uNbhcjjqx9f3wIQ1OdM+YBlnW31J5d+5mUIHXvW+saWL+YL4y5Eb1tlOORjHX3f4chGHvZu3tGSm+04a3Miof/c3d3p66+/5txoxll6OktXoRtJOWvzqpbYjKsxujdmQ6LGbMbT2L6VSqU0cuRImjhxIo0fP55GjRpFLi4uTus/e9u0qTb2ctaGR43tC0fq4cxNxJrSx7WWzataQ581Rt+maAOuf/ZsiMXg8JMHjUaD6upqbNiwATExMTbTZ2ZmYtq0aTbTFxUVYdKkSaipqYHBYBAs396yrKURqqu9abkoKirCfffdh9raWjz00EMAYCJLqJ4qlYptNwapVMouGWN+O9qm5mVqNBqbM1V7baSx5TkTR3Xn6y/z48Z2DnD3j3kaALz9Z80WjO3A/G/zc3v27LE47qz+A2DSpnxtYK2uQtvXlj586Zwhx9a4dKR+XOe47MNcLlcae32BvT7O0TZu7HFr9iRkfFk7Z63NnGV7jrSpUJuwRW1tLcaMGQOFQoHMzExBvrZRry0AICYmBr169XJa+oyMDNTU1GDJkiVYuHCh3fLt1c1aGnvKdlTPjIwM1NXVYcOGDQCAadOmccqypSdwY98DxoiMjYqR64w2dYTmLs+ZOKo7Xz7mOGPn1vrHOI1xn9pjC4xsa3bB97up7MVaGwitq73H7U3nDDlc45LB0foZnzO3Dy65fDbkSN8629c7q29t2RPz29r4YtLYMz7tra+96ezJa80mhGLvjVqjJw8MycnJuHDhArp16wa1Wo3AwEC4uroiJSUFHh4e+OOPPzjzKBQK+Pr6gogQGBiIqqoqAEBYWBhneh8fH2g0GoSHh0Or1SIwMBD+/v747bffEBgYiJKSEot3Olz5SkpKOOXn5+ezQVJslZmWlsa5JwJTL4lEApVKxbbFoUOH4OnpievXr0Mmk2H06NFsHq6OTk5ONglMYi6/uLjY4py5cRnL5WtT8z5gdAUAb29vXL9+3UTXxpCcnAyVSgW9Xg9vb2+2vFOnTqG8vBwlJSWYMWOGU8pyNrbsr7a2lt223TyfeT8yqzhs9Q+Ths/ZMO1pvjeGuWxrdsH3m89eVCoVa9/G9uLl5YWcnBz4+/sLsheuNrBV18LCQs7jXJvZWfMvXHXS6/W4ePGixTkfHx8olUoAYOt7+PBh3vKEjEu+vDk5Obz6/f3335x5HblJMu9ba37APCR2cnIyAgMD4eLiAoPBYJJWrVZbbA5mPm6MgzAZn//rr784687X51ztzNSV67e18WWO0PGZnJzMO+bN/Ryf7SkUCsjlcnh5eZlcNyUSCRoaGjjHEpOPL3plc9ywNXrykJ6eDnd3dwQEBODixYv4559/0Lt3b5w5cwYA0KFDB0RGRqK+vh7AjUpXVlYiICAAAQEBOH78OAwGA5uHaQzGkLjS+/j44OLFi3B1dUVubi7KysowbNgwaLVaXLt2jQ0LzeTt2LEjrl69irq6Ohw+fBi9e/dmBwSjf0NDAyoqKiCVStn86enp6N+/v0Xe3Nxc5ObmQq1Ws2FjzeUUFhYiJCQEOp2OjY+elJQErVaLjIwMxMbG4vDhw+zASE5OZpfdGbepTCbjbQcm5LBxXiYdMzlKT09nJ0OZmZlWdXV1deXUNT4+HqmpqcjIyEDXrl0dthHz8urr69nyevbsyZZXWFiIgoICnDhxwqHynIm99vfDDz9w1pnZ/8BYHpOOr3+YsWD+tzVbMJYn1C74fjP62BqzABAUFMTuL5GRkYGzZ8+yk2RrbcpVPlfdmXbMz8/n1Im5mAv1L3zpmCWxxmOQq77t2rXj1K+wsJCN8GjeF0x5DQ0N2LdvH2c5xv3IJ9e8L41lm9fPPA3zt7mtWetXZlmucdpjx47x2gCz+yWf/+VrY+Yawdfn5sfPnz/PW1dju2d+m19TuNIzZVgbD+Z6MBO+xtoe13VTq9Xil19+YV+/2LIXrnGTk5MDIkJERAQb6VKtVrPyMzIy0LlzZ84bEKs4+kFZeno6AZaRGGtqaqi8vFxwevM8TLoNGzYISm+PbsZ5renPRGkTUjd728GarlyyrNWF2VOeKy+XXL42FaqrLX2Epm2q8pyJUHsVms+4r8zT8fWPuaz333/fblsQYhd8vxszBrnaQ6gu1upq3o622t1cV1vphI59of7DPN1PP/1EBw8epA8//NCu+nHpxqWDebvxtbk9vsDZvp6vjfnqLvS4vfZsr23ytRmffuZt5KhPsZbXWhsQ/WtvP/zwA3399de0bNky2rdvH127do0qKiro0KFDNsvgw2mvLYAb+ysEBATg2rVrqK2tRXFxMeLi4hAfH8/5yIYrvbu7OwBw7nBnTb5cLmcfDXMtRTHPy7X5FZPGfEtue+plS8dTp04hNzcXnTp1wp133snmY2a15rLM94o3LoOrDowc8/8Bx9o0LS0NEokEQ4YMschrL0LapqysDO3atUPfvn0bXZ6zsaX/7t27OV+H8fUjYLt/jNNYs2trtmD8m8su+H47Yi+nTp2CVqvFXXfdxVkXY5i7b67yuZaeWRsP1sYJl3/hS2Pejnz15drJlc9/GNcrNDQU6enpnDtv2qoHl1xj2QD/0kvzfrenb83rassG+OrG5LHX19lz3LiO5r9tjS9b5/jazFHb40tnfk2Ty+XsUzrzfHybODJ6l5aWIjU1FWFhYaipqUFCQgJkMhnWrVsHpVKJ0NBQZGRk2GwHLho9eTB+lMPscMco2bFjR5w9exYFBQWs4RsryFUxjUYDNzc3LFy4UFB644ZwcXFBRUUFO4Cs5WVeN3Dpz7xKsNUBmzZtYre9NncOjCydTgeJRIIzZ84gIyMDSqUSly5dwrVr1+Dj44OioiK4ubmZ7JxmLIurYxl9mEfCmZmZUKlU8PDwMJEjlUrZv6VSqV1tunbtWiiVSlRUVEAmk7FrpO01MHvahvmi+cyZM2xEN0fKcyZC7U8ikaC6upp9HWZuV8Z9BcCi37n6h8s2+HSyZgvGdmD+t7XfXPZirQ/T09OhVCoRGRlp1SExx2JiYizawFZd//zzT7uOm/cX86ibzyb1er3Jeb4+ZzatcmRc2lM/a36pqKiIV7a1NFx9y+e/09PT2YujrTZZu3YtvLy8UFBQYLUvrly5wlm2+RjhaxO+41xjyt7xZfyqztXVVZD/dNT2hLRlUVERRo4caTH547I1vjrZg0KhsBkjhkXQ8wkOxDgPzl9nK8Z5aFx5zkSM8yDGeWiMHDHOgxjnwRn6NkUbcP1zJM5Do8JT80WL02q1SEpKQlJSEjIzM9m149aijj311FOoq6tDRkYGvvnmG8TFxVlNv337dixevBghISEYNGgQ5s2bZ5KOL8ofEWHo0KGYOHEivvnmG8yYMQNDhw61qMNTTz2F69ev4/nnnzf5anXp0qU4efIkJkyYgHvvvZc3aqOnpyeGDx+Op59+GtOmTUNKSgqefvpprFu3Dt27d7coz1aEybS0NLzxxhtwd3fHl19+yZ4rLCxkt2V98cUX0bFjR3bm+OSTT6KyshILFixAbGys1QiTRITBgwejb9+++PPPP5GSkmIRz91cVyEY18dgMODxxx/H5cuX8f3337MR4oAb/fL888/j1KlT+OGHH0z2bGhNESaPHj2KJ554Ap988gn69u0Lg8GAiRMnIioqCu+++y4A6xEmp02bhuvXr+PFF19EXFwcK/fdd9/F2bNnMXbsWPTu3ZszUt3OnTuxadMm3HbbbXjhhRcs9D19+jSrw/r169nHzQaDAdOnTwcAvPfee+jYsaNTIkw+8MAD8PX1RUpKCrZu3Yrg4GDOdLYiTGq1WgwdOhTPPvsspk6dilmzZkGtVmP+/Pm8ESY3btyI/fv34/bbb8fDDz8M4EZsjn379mH79u0IDg7GY489xrZjdnY2O37+97//sXqZ8+CDD4KI8Pbbb1u0BdO+KpUKe/futRp18YcffsC3336LuLg4E9+UkZGBpUuXwt/fH6+99hqnHhcvXsRLL70EAFi+fLnJWJg9ezYqKiowffp09OrVyyTvhg0bkJGRgatXr+L+++/nXfHy6KOPoqamBu+88w5vn61YsQIZGRl46KGH8Pjjj/PWNT8/H6+++iri4+OhUqnw4YcfArDu64cMGYKYmBj89ddf+Oabb9j9U4Abffjmm29Co9Fg+vTpGDFiBHv8q6++wt9//41BgwZh2LBhrP/YsWMH9u/fjy5dumDq1Klsnx89ehTLly9Hu3btsHTpUkERJseOHcvZ/y+99BIuXryIadOmoUuXLpwRJjdt2oSjR49i0KBBeOSRR9hzBw4cwJdffomIiAg8/fTTACz7/K+//sLKlSvxyy+/4MMPP0RxcTHWrFljksZahMmXX34ZZ8+exZQpUzBq1Cj23HfffYfk5GT0798fjz/+eOuIMGmNo0ePEgBatGgRARC0G2JYWBg9++yzBIC++eYbm+lfeuklCgkJobFjx9LIkSMF61ZYWEgAaNu2bRQbG0uPP/44ZzofHx8CQF9//bXJ8UGDBpG3tzc9//zzVsv59NNPSSqVsjv+6XQ66tChAz311FOCdTVm27Zt7CyxoaGBPX7+/Hn2+KlTp9jjBoOB3WZ748aNNuUXFRURAFq8eDEBoOzsbIf0tMYHH3xAEomE9u/fz3n+ypUrFBAQQGPHjuXdprmluffee6lHjx4m+q1cuZJkMpmgHQ+ZJ0sbNmwwOd6nTx9SKpX08ssv8+Z98cUXycvLi/r168d5/sCBA6wtGG8JXVJSwh7/888/beooBIPBwOoLwGRHV3vZuHEjAWDvej744ANyd3e3uqvj1KlTSaVS0cSJE02Ov/322+Tu7m6xCyff+DGmvLycTcO1Yy+jp5ubm037nDdvHnl7e9PAgQNNjn/99dcE/LtlMxfMNuoALHao5LMfIqJRo0bRmDFjKCQkhBYsWMApW6/Xk0QiIQC8Ox0TEQ0ZMoR8fHxs+qvVq1eTXC6n2bNnU7du3aymJSLSaDQEgF5//XUCQGfOnLFI06FDB5JKpbRy5UqT48OHDycfHx968sknTY4/99xz5O3tTYMHDzY5/sUXXxDw75bttrDW/506dSKZTEbLly/nzf/ggw+SSqWi8ePHmxx/9913yc3NjaKionjzPvroo2z7ffbZZySVSun69euC9Cbi9x+zZs0ilUpFY8eOFSxLKFL7phrCYJaLDBo0yORvPurq6nDhwgX06NEDwcHByMrKsllGVlYWunTpgujoaJvyjWE+5omPj0d8fDyOHz9ukUan06G8vBweHh4oLS01OafRaODp6Wlx3Jx169bhrrvuYnfMk8lkmDZtGjZu3MguSbIH4/KM17QbHzf+XV1djfr6eshkMpu6Av/20e233w4AgvrAHs6cOYNXXnkFc+fOxR133MGZpl27dvjiiy+wY8cOfP31104t3xnk5eVh+/bteOaZZ0w+IpsxYwaUSiVWr15tNX9NTQ1qamrg4uJi0SelpaVQKpVW930oLS21ant8tsD3uzEUFRVBq9WiT58+8PDwaJS9bNmyBQkJCeydz/jx41FbW4tffvmFNw/TXlztyNVGfOOHLw1XP5SWlkIqlaKuro7zA3Bj+PxEaWkp3NzccP36dXbXVGt6GP+ura1FTU0NXF1dOfuR8YldunTh7Y/y8nIQESQSiVVbsGVrDNnZ2QgPD0fXrl1x/vx59psRa+kBYPDgwazOxhARrl27xlm2tTblO+7h4YGysjKTyKV8WBsnfPYmJI2Qtvz999/ZJ+DDhg2DwWDgjI1kq2xzuxWit6M0yeQhKysLgYGB7ON+Wxd3Zh1qdHQ0unTpImgykJ2djejoaERHRyMvL49dA22LEydOQK1WIzg4GPHx8Th9+rSFwTPOxdvbm7MzuI4bc+7cOaSkpLCPihmmT5+O0tJS7Nq1S5Cu5uUy2+TyOTku47elK0NWVhakUin69+9vNfiII9TV1WHatGmIiorCW2+9ZTXtvffei1mzZuG5557jDMDVkqxcuRJqtRoPPPCAyXGlUomHH34Yn3/+Oaqrq3nzW+sTxq6sDXKNRmO1P4VMGBq7yRUDYx9du3ZFVFSUw/ZSU1OD3bt3Y/z48eyx8PBw3Hbbbfj555958/GNQ+b4tWvXTC4YfOPHPC8A3gk3I9uaDPO0XBcSRoa9kxhr9lNfX4+8vDxERUVZvaFiZHh5edmcqNqyR+CG32D8dn19PRuTgQ9Grz59+sDHx8dCz+rqatTV1cHHx4ez7awd57MFg8HA29bm6YEb/W8si5n02/KltmyyrKyMc3KVl5eHvLw8dvIQHh6O0NBQ7N2716bO5mXw2VubmTwwF3ZfX1/2faM1mNmn0CcJer0e58+fZ2fZBoNB8IXmxIkTiI+Ph0QiQXx8PGpqanDu3DmTNEznq9Vqk0Y3GAy4du0afH19rXbG+vXr4e3tjXvvvdfkeI8ePdCzZ0+sX79ekK7GlJaWwtfXl/1tfBy48TUw13HzOvDBfGnt7u5u99McW7z++uv4+++/sWHDBs7lSuYsW7YM/v7+mDFjhs07meZCq9Xiq6++wqOPPspehIyZM2cOysrK8N133/HKYPrB3H4aGhpQXl5us69KS0uhVqtx/fp1znYpLS1l3+tyXYC4HK+jZGVlQSaTISIiAtHR0Q4/efj9999RVVWF++67z+T4hAkTsHPnTt6bAqYtuO5OfX19odfr2YA4xseZvHwyAf4xwzcGrelnPomxRw+5XM7Zj1z65eTkwGAwsD6R7ymANRlcdRXy5IHx28zf1sjKykKnTp2gVCo5bxSt6Wetz1UqFUpLS0FGn/DZ01/WyhbqS5mAd3w2SUSck5i9e/dCKpWaPJEdOnSoRaROPqz5Dz6dnEGTTB7++ecf1piioqJsLrc7e/YsvLy80K5dO9agrD1mys/PR11dHTvjBcAbutWc48eP47bbbgNw49UFcGOpkDFMQ/v7+5s0enl5OfR6Pfz8/Hg7w2AwYN26dZg8eTI8PDwszs+YMQM7d+60uzM1Gg37kQ2z1InRVaFQQK1Wm8x4mTQBAQGCyvr7778RFRUF4EafCW1PWxw+fBjvvfceFi9ezLa3Lby9vbFu3TocPnyY/QCrpVm3bh20Wi1mz57NeT48PBz33HMPli9fbuLAjOGzK2YpnPlxrvz+/v68TqioqIiNhsd1x2rNbu3l77//RmhoKFxdXRs1ediyZQu6du1qEUl0woQJqKioYGNBmMOMB64LBjNOzC8AXOPHGCbcsZ+fH+cdpvEYZKLQ8lFSUsI5iTHWgysmCHCjH11cXCz6i89+gH+X6jEXcr6nAEJsobq6GjU1NVCr1VbrWV9fj9zcXERHR7MRam35jczMTKvXBuM6GvcB86qIq29KSkrg5+cHnU5nsj23cX8JsXu+tjHeRlvI+BRqkwy//fYb+ySGYejQofj77785Q1+bw/gPX19fi/5iyjafxDoDp08e8vLycOLECaSlpQEAjh07ho0bN1pVfOHChaisrIREIkFubi7q6+utvvN+/fXXAdy4G2RWBJivtuBi7969yM3NZePXM1/rPvnkkybpmPNqtdok1j3TkWq1GleuXOG8SDz11FPIz8/nDZIzbtw4NDQ02B10qaCgAK6urgCA999/nz1+4cIF+Pj4wNvb2yS86EcffQTgxhMJrtjwxjCPjo8cOQIAOHLkCP78889GX2hOnz6N//znP+jXrx9efPFFu/LefvvteOGFF/Daa6+xm9O0FFeuXMGcOXPQu3dvq18kP/zwwzhz5gwef/xxzvNMP6hUKpM+Mbar4uJiTrsiIly5coWdHHA5lRUrViAvLw8eHh4mF478/Hx4enrC29vb5mNloaxYsYINy3v69GlcvnwZBw4csEvGuXPnsGbNGs6vv7t37w6JRMK5YqCmpgaVlZXw9fVFXV0de8EgIly+fJl9+mK8JwPf+DHmvffeAwCL9mMoLCxkw4xbm9QWFxfj/PnzbGwb4766ePEi27/Lly/nzP/uu++ioaEBSqXSZEzz2Q/wr/+Ty+Xsq7NFixZZyGZiMKhUKvY3l/4AcOrUKTZUPBerVq0CEaGgoAASiQT19fVWx3lDQwO2bt1q4mf++usvk/YxrqNx/zGvsC5fvoySkhL2enLp0iXk5eWxcUXM25qxBVs+ELgxTlxdXeHj42PS7p988gmAGxMY830+GOrq6nD9+nWo1WrodDr2gk5EuHTpEjsxMM9/8eJF/PDDDxbfwTE3xeavSLlg6nz06FFkZmayflun07FPawwGg9NeWbI4+wvMmpoaCgoKorVr1xIR0fz58+m2226zmmf8+PE0evRoIiLKyMigdu3a0dmzZ3nT//DDD9SxY0cqLS0lvV5PcXFxvF8XG5Ofn0++vr6UnJzMHuvfvz/df//9Jun69etHANg17szX2S+99BIBoI4dOxIAOnnypEUZM2fOJKlUSsXFxZw66PV6UiqVlJCQYFNfY/D/XwF36dLFZAWITCYzWa/LsGnTJoqIiGCPW/s63GAwUHR0NC1ZsoSIiFasWEGdO3cmvV5vl47mMOX/9ddfDuWvra21qFdLkJaWRgBozpw5VtMxX5IPGjSI83x8fDwBYL92Z/rkmWeeIQAUGBhIACgrK8sib2ZmJgGgDh06EACaO3euRZpZs2bRqFGjCACp1Wr2OLNyyJltmZSURNOnTyciol9//ZXat2/Pa/N85OTkkFwu5/2CvW/fvhQaGmpx/IcffiAA1LlzZ5MVUcXFxWzdAZiMa77xY8yKFSuoR48enO1kMBjY4xEREfT999/z1kuv11NMTAyNGzeOANCLL75IRDdWXAEgmUxGYWFhtH37ds78ixYtosTERAs9+OyH6IZviouLI71eT2VlZRQUFESbNm2ykB0VFWXTFpgVV2PGjKGoqCjS6XSc6Y4dO2biq4cPH05TpkzhbRciom7dutHChQuJ6MaqguDgYKqvr2fPDx8+nACw8UCqqqqIiOjSpUsUHBxMPXv2NFk1pNfrqWvXrnTvvfcSAHrllVeIiKi+vp4AkFwuJwAWq164CAgI4GybAwcOUEhICDuOuFYBbd261cQmP/vsMyL6d6UTk3fSpEkm+a5fv05KpdJiDFRXV1P79u3pueees6k34z/Gjx9P3bt3Z+1i165dBIBCQkIIAH388cc2ZdlDy3rlVsquXbto8ODBtGrVKpNlNzk5OdSrVy/aunUr9e/fn3PJl8FgsHnR1ev1di9FnDlzJr311lsWx998802aOXMmPfHEE+zAMeajjz6yOaCbipUrV7KOwlF++OEHmj17tpM0chyNRiMoXUVFBdXW1nKe+/nnn+nOO++kZcuWmTiRzMxMSkhIoC1bttDAgQM57Uev19OAAQPop59+ooSEBM4JBsN9991nssxtxYoVNHHiRHrxxRfpmWeeEVSP1kxFRQUlJCTQrl27qFevXlRaWkpEN8bekCFDaMOGDdSnTx86evQom4dv/HDxyiuvcC7hnjJlCn344YeC9SwpKaFevXrR+fPn2WMTJkyg1atXC8r/1FNP0UsvvcT+zWc/9rBx40YaMWIE/e9//6Np06ZxpsnPz6eePXvS5cuXHSqjMezdu5cGDBhAX375JXtDacxff/1Fffr0sRhjV65coV69elFeXh57bNy4cbR69Wq6/fbbaffu3TbL/vTTT2ncuHG8/b9u3TresACVlZWUkJBAO3fupJ49e1JJSQkR3bDJYcOG0fr16ykxMdHhGylrMP7DeHk2EVFVVZWJTleuXHFquY0KEiUiIiIiIiJy69EkH0yKiIiIiIiI3LzYvTEWX7havvClGo3G5AtY4N8PFbmOM1/ZGp/jO853jiu0r/EXs9bgCt/JFxZUCHyhioXm4dOLr7250vOlra+vZz8iswVfWnvaxNGw1o2Br0xnya+rq4Obm1ujZAhtF2foLKQse8e4OdbGGp+9mMt2ZKwZl9kY/QHb9i5EFp8Mob7IWnl8oZZtyTGH+diOz+dxYa9P5ztuHt65srJS8HE+HAm/3FTjSqhca21t7XokJK1QXR3BrslDQUEBYmJiOAPhMDsiNva4s/MIPW+N5s4rJI89ch1pz8ak5UOhUCAzM1PQxYvPzpxRpjPly2SyRseikMlkuP/+++Hh4cGuHjKeCAM3vpxeu3atQ9FJjZHL5Xj22WcRHBzMOmNjp1NXV4dhw4bZNcYdTdfYPFxIJBLI5XLO6I3OtPfGjFFntY8z2qw5/HNztxUXjN0rlUp2jOl0Omi1Wnz88ceNHlfMGDaGaxUFF/bWsbFt4urqivfeew/+/v4mY9/eSYVd3zxkZGQgISEBGzZsQExMDHs8MzMT06ZNa/RxZ+fhO19UVIRJkyahpqYGgGln8P3mk20NW3oZY66TEF350nBhT3s2ph62ZKSnp5tsNMYFn505q0xnyd+9ezcWLlzYKLsyRkgae8uyF3d3d9TW1jpsL47YijPGp/nftvTnGjPm8oT4E5VKxaurI3pYq5+xLL52tibPGHvaiq/ujvh6R/yZkLzW6spXb3t9qRA7FGpDttrNGC6dhNievQi9uWOw+7UFAMTExLDOODk5GTqdjvM4EwDE/Dhzp2Z+/MKFC+z+5My55ORkk9Cj5nl8fX1RW1vLeU6lUkGv17OPDpnzGRkZqKmpYeMHMJ3H9XvJkiVYuHAhb7lqtRqBgYFwdXXFnj17oFQqUVJSghkzZvC2l0qlgkKhgEQiYfMePnwYNTU1FuWtWrXKQlfzNMb14Rvsxu0ZGBjIRno01y0wMBAuLi4wGAwmupn3CVcdDh06BC8vL1y+fBk+Pj68sS6Ewtef3t7ebJlpaWlwc3NDfn6+oDXR1uRz1f3QoUNQq9XIyclBZGQkEhMTTdrWWI49dmXNyXKlMe9HIWU5Otnlahu+MXbhwgV069aNHQfMng9c4zc8PBxarRaBgYHw9/dHWloa5HI5uya+Me3I6G4+NpKTk6FQKNhIlXxjhqv9zevq4+MDpVJp4k8AWNXVlu+zp67GdeLrj9LSUk55XLbG59v4/LmPj4+FL2Xal3l1Z8vPcNWXz59Z83N8/W/N7rn6WKgv5RufQvuMacP8/HwMHDgQRMQ5XhiYdmXidpjX25rtOXJDxNRPo9E07eTBmGHDhnHG4B42bBgkEonFXgbW0peUlLAbV5kfN9621fwcVzAj5pzBYOB9J11dXc0G3SksLGS3vjX+zRWNzli28TumyZMnc5YjJO/AgQMBgHUKDMzFylhX8zTG9XF3d0dDQwO7XwgT1Ma8fK4gQ7Z0s5Vu5MiRNuvvKHxlMvHgmU3YnC2fqVO/fv0EyzLuK2s21qlTJwQEBKChoYHtD740zKRaaFlcthAREcFGO1Sr1YiMjIRWq0VGRgY6d+7MGRGVaRtrY9a4zTw9PTnTJCYmoqioyMSxJSUlAQBvuXxjkquNmDFuPjaY8vk2smLaiWlfY9l8dY2IiBCsq7kMvv0KrPUj89uWHOPj1mzh8uXLAPh9m7W+Nn/Xzte+1vyMuX58ET/5jlvrf2t2z7yKE+JLhY5PW7+52sTaeOFKy0zY+ORa8yuNHfvWcGjykJ6ebtJBTKS55ORkVFZWsoqfPHnSruPGsvjKMD9OROx7JS55XOeZsLAJCQlsnZh9481/9+vXDytXruSVba1TGITkZaK6Mc6Vqef58+ctdGXScNWnW7du2LJlCwICAlBcXMyGDbanPSMiItiY82q1mn0sxpeWr/6xsbGorKzElStXOCd/tnCkzbt3746CggLodDreC25j5MfGxiI/Px9KpZK1K6ZdmDYz7itrNtarVy+2r5hJHl8arVZrV1lctnD8+HFUVFQgLi4OwcHB0Ov1OH36NO6++24AMHksas+YNW4zRi/zdIcPH+ZtW+bJg7k9841JrjZixpv52GDKP336NG/7devWDbt377aQzWfvTDj79PR09iLEp5+tcSekH7lk2fKt1myB2cuHz7cJ8c+22pcvPZfvNdeDScN33Fr/W7N75imIEF8qdHza+m3LvzJ+39q4YuzNXC6f7TFPMGyN/XPnznGOfaE4NHngM0ZzxZkvgoUeN5bFVwZzHLixGYyPjw8bCpuv4ZgLqLmhGcdV5/udl5dnVTafQ/b19WU/zBGSt3379iblMfVkZsbWdDKvT2hoKAAgIiKCvcCZt5tSqeRtz8zMTEilUhQXFyMuLo7dflpI2uDgYHh4eEAikeDMmTO466670LVrV5PJlFDsHQgeHh4oKipin5TYKtPePnV3d0dQUBCCgoIAgHWY1vrK1m+mr5j+50vDDG7zi51Q+eZ3y4wNqdVqzvFgz5jlctD2tC0zQXZkfDK/mf/5xiujP19fMXeCxrL5LkSMPzG+CPHpZ8uP2WMzxrJs+VZrttCpUydBbWV8HDD1G3wXVz4/Y61v+fyZLT9n/Nv8fy67N08jpAwh49Pab1uTeEautfHC2Ju5XFtl2xr7Hh4enG0qFIcmD0xBpaWlSE1NZe/wjBUoLS3Fn3/+aXE8NDSUU2E+WbbKsHUuLCyMvdNhzhcVFcHNzY19vyuVSnl/L1y40KrsmpoaJCQkQCaTYdOmTfDw8EBhYSGCg4PZyYOQvHv37oWbm5tFeVy62krDBZM2PT0d2dnZNtvMWLetW7cKTrtu3TqoVCpERkY22jiFlqdUKiGRSFBRUYHBgwcLLlOofKlUCiKCUqlkt1MG/h2EjtgVV18JScOUpdPp4Orqapd8ITAfTAoZy1xtxkwEhLatp6cne0FtbDtaG6/m+nONGXN5xhcQZtyEhYWx3y1kZmZCpVLBw8ODVydbfiw5OVlwPxrrw+dDjx07xtt2xtjTVgC/32DahnndbMvP2OPPuI5ba2shdm/Lv1vzpULs0Fb/O+Jb+/TpA3d3dwu5KpVKUF8LRaFQCFoOy2DXagtxqWbz5BWXaopLNcWlmo4hLtW0D3GpprhUs1mWagLWA8i8/PLLOH36NB577DEMHjwYwI0gHz/++CNSUlLQv39/3H333axDPHjwILZs2YLIyEjMmDGDDQRy/PhxfPjhh1AqlViwYAF7vKioCPPnzwcAvPbaa3Bzc2PPzZ49GxUVFXjsscfQrVs3kxnUTz/9hF9//RXV1dV48cUXERcXZ6L7nj178O2332LAgAF45ZVX7AoStWPHDrz++uuQyWSYP38+Jk2axJkXMHXSRIQxY8bgjjvuwODBgzF79mxs3LgR0dHRVoNEvfLKK0hOTsYjjzzCfnBmzr59+/D1118jKSkJS5cutRokav369fjjjz9w33334d5772XP/frrr1i/fj369++POXPm8Aa88fb2xoQJExATEwOdTmd1B8zGBon68MMP8fPPP2Pr1q1s/+7cuROLFi3Cl19+iZ49ewouk8+OiQgjRozAuHHjsHfvXvTt2xcvvfQSr558QaIaGhowaNAgjB8/Hps3b8bWrVsRHBzMKaMxQaJ+/PFH/O9//8O2bdsQFBSE7du3Y/Hixfjpp5/Yx5b2lmVtjG/YsAGbNm3CoEGDTHYPPXnyJN5//3106tQJL7zwAluWMVeuXMG8efPw0Ucf4bvvvoO7uzuWLVvGyuYLEpWXl4eJEyfC09MTBw8etKq7rSBRb731FlJTUzFt2jT2fS8AbNu2DT/99BOSkpLw8MMP89q7u7s7Jk6ciKioKMjlcrz66qsWaaZPnw6DwYClS5eiXbt2Fuc1Gg1Wr16N7OxsPPnkkyYfJH/77bdITk7GqFGj8J///MdmkKj09HQsWrQIKpUKK1euZM/X1dXh4YcfBgB89dVXaN++vd1BogoLC9kdh5kncIz+L730Empra/H000+jXbt2rE9funQpCgoKMHnyZMTGxrLHN27ciLS0NNxxxx0YMmQI67f37t2Lb775BrGxsZg8eTJnkKi8vDwsX74c7u7u+PLLL030ZO60V65cCZVK5fQgUQcOHMC8efPQrVs3rF+/njMNn3w+ueXl5RgyZAi6du0KX19fvPLKK1aDRE2ePBnV1dX48ccfERYWxuvPf/31V/z888/QarX46KOP2GuwEF0dwpkbZfTt25fkcjl98MEHJsdnzZpFSqWSZs2aZXL8ww8/JLlcTn379jU5/ssvv7A7qxlTWFjI7nhmvAEKEZFSqSQAtHPnTgu9pkyZQrfffju5ubnRihUrLM6/8sor5OHhQXfffbc91WXzdurUiaKjowXtgMZw9uxZAkB79uyh2tpa8vT0pHfeecdmvhEjRpCHhwe99tprvGneeecdcnV15d3d0ZgJEyaQp6enhe4LFy4kd3d3Gj58uNX8OTk5BIAeeeQR8vLysnvDL6FkZWWRXC632NxIr9dT7969KSEhodG7gBIR5ebmEgDasWMHzZw5k3r27OmQnJMnTxIA2rZtGwGgH3/8sdG6maPX66lLly503333scdqamqoXbt29OSTTzq9PCKiBQsWkEKhsNi0aN26deyugnx8+umnJJPJqLy8nN566y3y8vLi3FzOnEOHDrG7SfLt8CgUZvyYb9g2d+5c8vT0pAkTJljNf+LECQJAs2bNoo4dO1qcr6ioYH3UiRMneOUkJCSQTCajjz76yOT49OnTSalU0iOPPCKoPszOiV5eXibHL1y4wOpRUFAgSJY5mf+/kysAk43hDAYDSaVSAkAHDhwwydOjRw+SSqW0atUqk+NTpkwhT09Pi03ulixZQm5ubpSUlMSrB1//l5WVsfqdPn3aoTra4ssvv2R3Y3UWqampBIAefPBBioiIsJqW2YkVRjuJ8jF9+nRKTEwkhUJhcQ1uCpy6t0VpaSk8PT0tlk6WlpbCw8PD4rhGo4FCoeBMD9xYUmO8lMY4nfHvhoYG9mt0rmWbWVlZ6NKlCyIjI9mPT8zL49JDCFlZWYiOjkZ0dDT7Ba0Qdu/eDXd3dyQlJcHNzQ1Dhw5lP4KzhhBd+drVHnlC24Rpzz59+rArK5qC+fPno2PHjpg7d67JcalUio8++gjp6elWn3oIJSUlBcCNL70HDBiAkydPsrZlD8w74DvuuAMdOnSwWILsDH755RdkZWWZtIm7uztmz56NtWvXsqsYnAnfWC4tLTWJ2cDF77//jsTERHh7e2Po0KGorKzE0aNHBZUJ3HgqVFZW1ij9mbFhfkfI2LutcMLMGO/Tpw8uX75sYRt8Psoce32lNTnAjddcxo/IhephDeO2MJZRXl7OPjY3l33t2jVe+3DUz/D1vzPqaIvS0lK4u7s7JZQ9g7HPzMvLY2OQcGH8hMFWHbOzs9GlSxdER0dzXuecjdMnD0qlknNgenl52XWceS/FZyDGvxmHxdXJRITs7Gz2As83efDy8nLIABnZXbp0savD9uzZgzvvvJNdXzty5EikpKTYjFXPtLGtwWYrDYNGo+FMK7RNsrOz4e7uzj56bQqj3bt3L7Zv3453332Xcz3yoEGDMGnSJLz88su86/mFkpKSgujoaPj7+2PAgAEwGAzsah57OHHiBMLDw+Ht7Y34+HgcP368UXpx8dFHH6FPnz4YMGCAyfEnn3wSer0en3/+udPL5LML5rj5RYzBYDBg//79bFyOhIQE+Pj44Pfff7dZJt9FzFH9+exdyJjJysqCr68vevfuDQAWNwz2TB4aM+6M0zOvV4wnbs64sNryvRKJxOQ4EVn1J462u5BrQFNOHry8vFBWVuaUby+AGzYTFBSEuLg4GAwGdjkrF0Jtn4jYG1l7r0WO4rTJg06nY78L4DIQHx8fzuMqlQrl5eVsVDPgRoMxa1iFGAvTwFxlFBUVoaqqCl26dEGXLl3YL7uF6GcLg8GAc+fOsbO9vLw8QR/IVFZW4s8//8SoUaPYYyNHjoRer7fpTDUajU1dmXa9du0ayMYnLUxaoX1mTlZWFqKiohAZGQmpVGrX0xch6PV6PP/88xgwYAD+85//8KZ79913UVpaivfee69R5aWmprIX45iYGPj4+CA1NdVuOSdOnGC/wYiPj2fXzjuL06dP4/fff8fcuXPZpbQM7dq1wwMPPICVK1dyfjjYGGyNZQCcTx9OnjyJ0tJSdvIgl8txxx138AZNMpfNBNNxxuTBmv5C7+6ioqLYv83lADc+oOOTVV9fj8rKSt5xJ0QP8/TGZVv7bQ+25Hl7e5scr6qqQn19vV31Mj7O56uYpxN8ekil0iadPPj4+MBgMAjehMwWxk8IAHBek4zLB2BzQllaWoqysjJWrjWZzsJpkwfGYfj6+nIaiJ+fH+dxX19fk/zmx82NRSqVwtXVlXNGxlU2MwNjGrWgoMAiIAajX3l5uV3OtrCwELW1tezExNYskmHv3r1oaGgwicjYuXNnk/X7XNTX10Or1XK2JVd9dDodKioqeNMREZvW/ImNRqOBn58ftFqt1cdqzEBwc3NDWFiY02e8X3/9NU6dOoWPPvrI4iJpTFhYGObOnYv3338fhYWFDpWl1Wpx8uRJdvIglUrRr18/9lWGUIgIJ06cQHx8PIAbk4eLFy869dHnsmXL0KlTJ0ycOJHz/HPPPYdLly5h8+bNTisT+NcuysrKTFaZMMeZ3+b8/vvv8PDwMInUOXToUKSmptpc9WLsDxrThnV1ddBqtfD397cYPxqNhvUf1ibczN2dSqVCu3btLOzdmi9iYHydNZ8otJ7G7W5+Q+Xi4gK5XN6oyQOzNNlYH+a3uZ5MOdb8Cd9xxrfZqiNXeWq12qlji69sZ01QmNfogYGB8PLysuozje3JWh0ZGcyTh6KiIqu+3xk4bfLARMEyf49nMBhQWlqKdu3a4dq1ayaPfkpL/6+9846Pqkr//2cmySSZ9AaBEElICE0gEgUUFVaQomKvK7qu7sp+1V0VRVwVlUWs2GFFcXWBKOoiKlUCKNKLKUAgEEgghJCQzKT3Kef3R37neO+dWyeTzATv+/Xixc29pzzPc55T5pbnWBEXF8eOKVu3bmW3n4UdIiYmBkajEZs2beKVA3QE8hA28MqVK2EwGJCYmIjevXuDEIKNGzfy0lgsFvbG/KFDh1Tr/N133wEA+vbtywKvrFq1SjHfwoULkZiY6BK8Y8KECfjf//4n+VyX6tarVy9JR7Lb7Th48CBbIMk53MmTJ2Gz2UQHGKvVygL+SD2vb2pqwu7du9mjBLPZjG+//VayPq1UV1fj+eefx4wZMzB69GjF9P/85z8RHh6OOXPmuHWLcdmyZXA6neyWNNBx92Hr1q2aBqft27ejpqYGycnJAIDBgwcD6HiT3hPk5+cjMzMTjz32mGTkzuHDh2PixIl49dVXPfJJKoX2ZbHnz/TLAqEvEUKwZMkSXHLJJbwvU6655hq0t7fj448/lq2Tu5dDZwZwmretrQ0FBQUu71MFBATAZrNJ3j2rqalBTk4OC3wUFhaGr7/+mpfGYrHAZDIhNjZW0mfoYzDhOxYOhwM1NTXo1auX4iKGK7fYGEp/FPj5+eHHH39ULEeMH3/8EU6n0+VXLz2Oi4vjnad6CR9DtLW1oampiemlRn5hGjHfysrKgtFolF2odRb62AKAW3cghVRWVuLIkSMsNk1ERARWrlwpmf6nn34CIL8YBcD8sH///izw1Lp16zotrxweWzzQSbesrAxHjx5lq8iDBw/C6XSivLwcTqeTTUSNjY04cuQI+5XIvV1/7NgxnD17FkBHtC3KqlWr0NDQgNbWVl70QBpoo7S0lLeoADo+XyGEwOl0sl+u3F/3lZWVOHfuHMrKygBoe2ZPGycoKIg9d1y/fr1sHqfTiV27donGfG9tbUVjY6PkAoR+plZWVib5S7a1tRVNTU3Mfj///LOkLDSgz7lz51BbW4szZ84A6OgwpaWlLAa+VLCliooKtLS0oKSkBABw+vRpnD59WtWgp4aUlBRUVVVh/vz5qtKHh4fj4YcfxsqVK0U/oVPis88+A9Dx+ItSXV2NtrY2WTsKoQso6m/0lqtwonGXW265Be3t7bjllltk040ZMwZHjhzBa6+95pF6KyoqcP78eeYXdMM0p9OJnTt3Mv8R9gGr1Yri4mJ2nUI/yfvwww9l6z1y5AiqqqpgMBhULc6loMGPysrK2IQGdIwbNTU1TC/aL4ScPHkSdrudjVlnzpxx6RurVq2C0+nE+fPn2Y8LIXSsPHfuHA4fPszkyM7OBiEE5eXlsNvtLIKpHJs2bWJ25da3atUq1NXVoa2tjf2w00peXh678/jNN9+w899++y0MBgPOnj3Lm6Doez1lZWXIyclhi7N9+/YB6HiE3NzczBZntbW1KC4uZmPVtm3bROVYu3YtysrKXNr/wIEDcDqdqKys5M0TnsJut2Pfvn1sblDzcq8SdD6kYanPnj0r+zL13r17AXT4ytq1ayXT0QUiIYS9L6g0F3WWTm+MRZk9ezYSEhLw+eefw+l0stv/9NcJfaeB3rKz2+28dNSBgA6D2e12XHnllbzzlZWVaG1txc8//8z7Zp42blNTExoaGkAIYQP3jz/+yMKkTps2DUuXLsXdd9/N8tKOO3jwYMyePRt//OMfVev8xRdfYMuWLRg0aBAA4KuvvnJ5eU2I0WjEv/71L9xwww0u1xYvXgyz2SwpA/2SgdpS7BdlaGgo1qxZg+bmZtx9993MNmJMmzYNmZmZ+OWXX3Do0CHU1tbioosuYnctUlNT8fTTT0vuVpmSkoJPPvmEBUfJzc3FoUOHZB8vaGHgwIEICAgQjVcgxcyZM7F48WLJDWfkWLFiBXbt2oUBAwawc5988gkGDBiA2267TXU5r7zyClJTU5ldUlNT8fnnn2PChAmaZRLj/vvvx9GjR9lzdymefvppbNmyBddee61H6qU/CKj/UX90OBxob29nfiN8bBQbG4sXX3yRxR2g9O7dGx9//DG7MyPF3r170dzcjCuvvJJN8O5A5X3hhRcQExPDbkfTCLSXXXYZZs+ejeuvv140/2WXXYYlS5awHXPz8vJYlFFKRUUF7HY7e/4vxnPPPYekpCQsXboUTqeT2VM4Vqr5sqS+vp7d+eOOlVVVVWhpacHWrVs19R8uu3fvxvnz5zF+/HjeV1Tnzp0DIQTNzc28Rw3z58/HsGHD8MEHH8DhcLDHWtwxH/jtC4K2tjYQQth5qbatqalBYGAgCCG8NFu2bEF+fj5uvPHGLrnzYLfbYbPZYDKZ8MUXX0g+ItTCtddei8WLF+Mvf/kLgA4fkvtCbe3atdi9ezfuv/9+2TuI69evx9GjRxEZGYkJEybg008/1TRmuYWnv/1sb28nhw4d4p3Lycnh/U85dOgQaW9vJ7m5uaLf6B85coQ0NTWxvysrK8np06dd0rW0tJAjR46Q2tpacuLECc0yS9Xvi+Tk5BC73U5yc3NVpVUTd8HpdLq0TW5ubqe/qde58MjJySEOh8PFXwoKCkhTUxM5fPgwaW9v75K6jx8/ThoaGjpVhlBu7nlPjAE1NTXk5MmTpLy8nJw9e1Y2bXt7u0t8AqmxUoqTJ0+S2tpacuTIEdLS0sLOnz9/npSUlGiUXpzi4mJitVrZ3w0NDaSgoIBYLBaXeDuEENLa2kry8/N556T0OnjwILHb7bJj1enTp0lVVZVk+6uxtbscOXKENDc3d0nZWqiqqhKd+7yJ5giTOjo6Ojo6Or9vND22kAvjqQYaFlNNOVIhOCn08ySxNBaLBQ0NDaKhTumeARRhGi5iIWqp3GJ5hOVrLVsqtCoXuTC+Smml6pJKp9aOcnrKhddV0lUMreGmKUr+BIi3CRc5n1NbBi1HKgS61HU1yIVm1lpOZ8KISyEXJl3JZoC8XYQyy4XYlmo/qfEBgOpxQ8pHtLZpV7UBF3d8rrP9uDv08mZ9UuHqlcZYLmK+JTXvyM1HXNwJ262E6sWDJzYTMhqNuPrqq7Fr1y7FTyK7YjMVT2xA0pnNuTojS1fW0dV2dDePGO5udOWpzca6agM2T9gnKCgIBoPB5VNkd8qhL6bRAY87yNXW1qK5uRkNDQ2qN/8BunbzIypzdHQ0qqurcccdd4jawdMb8mkpRwt0IycKXZTY7XaPbezkjX5sNBoxZcoUhISEICgoiLfxG1evlpYWTb4lBfWL4cOHy/7oKC8vl/QZLUhtlNdZ3+qqvqN2s0IxVD+2yMnJQUZGBjIzMxEZGckzNFcBNccAkJmZiSFDhrg0GjedljSUgoICzJgxQzKvML0UwnKkzsml11I2AFk9uUjpJoYaG3LTKcmoRc/O5JErJzs7G6NGjWLnub4pVr6a+j2Rxl09PWEfWgag3seFlJeX47bbbmNxPbT2ZTXyae2vWuEO3lrGAHfl09pH5ewohjCNVP7O+pwWOT01B0jpqWYO0IraHx2d6YMbNmzA3Llz3R5LlXT0xFjMRWo8VYvmry2okC0tLWwvAaqAluMhQ4Zg1KhRyMnJcSlr/vz5mDt3rqY0YnJy8yqll9NXmF6uDC3lC9OK6Sm2eBGzi9RgKGdDsfZQq49WO7qbx5Plq6nfE2nc1dNT9nG3nJycHLS1tbndlzsjmxqfVoIO3lLjh5oxQIt8gLY+yk0vlleIcHLg/k3zuzuuqdVL7Lizc4Dcwk1Kr874BS3fYrHwFg8WiwXNzc1u+7JYPYD2MVNJR6FPqS23q+nUp5pcBbUeU2jgDe41GlxHS5qsrCxERESw72KFCNNz80VGRsJsNsNgMCA+Ph4mk4l9w85NJxabgV6rrKwUPW82m+Hv74+wsDBWtljEwqysLPaJm9BmnpjwuGnFjrlyREZG4vTp0y7n4+PjXT5Nk7Lfzp07ERYWhuLiYtHHCUr5TCYTzp8/j+nTp6vSS1h2REQELBYLBgwYgCNHjohep8F+4uPjXfbEEJbR2NiIqqoqybpCQ0NFo4tmZWWhpKQE48aNAyGE6Xno0CFYrR17uNCgLsJ81DaRkZE8+yQkJKC0tFTyk0I5HeLj4xEbG4vNmzfDz88PAFzKcbcvy9UnFmtAqt/Q8rUOiHTwlurrcmOA2FbfSvJpkVXOjlr7t9w4SOUW87n9+/cjMDBQ9NNYsTFWqb3Vplerr9o5wNMTpdw4KDY+0TG9trZWVR8UfrpM+7ZUMDIlHeXyS7X9xo0bERYWhvHjx7O4M52lU4uHrKws9q201mPKmDFjAHQESKH7WQgDr6hJM2nSJFRVVUlG3JNaVNB8TqeT90IJ3eiJm04qDr/UNamyxWJBcMsQ2qyhoQFxcXGSzsZNY7PZUFRUJBkmW6k9qMzCb8zpeeECSkpHGnr7yiuv5AX0UpuvM9Cyx4wZg/LycgwbNkyxbmFcCGEZQ4YMUdRDGDFUTk+uf7ljnxEjRmi2A3eQvPHGGyXzuduX5erLyMgQlU+qT2VnZyMoKIj5MyEEKSkpLCZDVFQUUlNT0djYiJycHPTv35/5plRflxsDDAYDFixYoEk+OhZxZaURAYXI2VHYd6mudMFF09DFq9w4SOUW8x26rwgAl4BdYmOs1LFavdTqS8cqtXOAVr8Q/hCS00HJhlrHJzEfomVLbeIn1FE4lsvll5L7zjvv1CS3GjQvHrgNPHnyZHZe6zE1EI3mxh1c6KCjJo3QGWnnFXa4sWPHYtGiRbKdlU7OUVFR7LkTtyHp5kZyHUCufOrgNLqYMC0tX2izUaNGYfXq1Swgi1A3mgboiMgZFxfHNkYRSyvXHmIdWs15uU5M77SosY2w8w8bNgxnzpyB0WhUfN4pJRMdhOVkpm0vlaawsJClkdKDvtwlV4aYjkryS+UbPnw4zpw5g7y8PN5iwp1yLBaLpP8pHaupT6w/ifkTzZORkYGhQ4cyf66oqEBubi7q6+sxYsQIJCYmwuFw4MSJE5g6dSqA3xZhwr6uZgxQ8ndhWdyxiCsrfbFRbb8T67tUVxrtlqah+smNlWrbnBvVUmqMlTru7BwgNVapnQPU+MXhw4eZXyiNG2p8WWp8Gj58OLsrSV8o1jqWivkWV0dqH61jsdK40dm9LzQvHrgNzF0daj2mBqKhornX6K1xmoaGORVLI3RG2nmFHU4sPQAUFRUhIiICBQUFMBqNqKiowIgRI1iURLGBQawMegtcbjCgDk5vU0vJLmazpKQkpotQN256q9WKPXv2sFvScmnF2kOoj5QjC9OL2TAxMRHBwcHsBTY1tqGd/8CBAwgJCUFiYiKLJir2C52LlEw0+pzcwEP38ZDTSziYC/Wg17XYxmazISEhQVE+rm1yc3PhcDiQkJCAhIQEXH755TzbaG2bEydOYMKECayd3O3LcvWJ9ScxfxKOB9Sfk5OT0dLSgoyMDPj5+WHNmjWw2+28fkH7uLCvqxkDlPxdTT+yWq0sBLbafifWd6mudNdFmkb4P1cnLW0eEBDg0ifExli59lZKo0VfOlZpmQO0+IVUeH0p3dzpu4MGDWJh+pXGUuF5KV9JSkpCdnY2e+zqibGYypyQkKA4niqhefFQUFCAyMhIBAcHs7e7jUajpmNaDtDxWY7JZOKlmzt3Li9NeXk5AgMDZdMA/M4rzCuWPjs7G4WFhTwH7Nu3L3JycljnEpu8xcoQ6wBSDk435hKm/fXXX1305NpMaDuhXcSQs6FYe3Dl5p6X6uhyNszPz4fT6WS3SLl10I5B89rtdhgMBuTn57PNhwICAngOrmUQ4Nqehn8Vdkph3Up60WfFUnqotU12djYOHz6M5uZmhIaGsl8ASgPj8uXLERISgvr6evj5+UnaRk3bnDlzBnV1dTCZTBg9ejRycnJkfURNX5arj/6qkhoYpcYDrfj5+UmOH3JjgLDtpPxdqR8JbaLWplII0wjzS42DYv6zbNkyhIWF8R5L0nxZWVku47Bce3tiDpDSU80coBWz2ewSCyE2NhZms1mTL2dnZ+PkyZNoaGhATEwMrw/SBY+wDLm5QYuOSr7JvSbW9n5+fpILWndQ/ammHudBuQw9zkPnZVFCj/MgjR7nQY/zoAU9zoMe56Fb4jwA0hG4du3ahX/84x+Ij4+X3clLTYTJ++67D0ePHsUTTzzB2xqZy9dff42NGzdi/Pjx+POf/+xy3WKxIDc3F8uWLUNkZCQWLVrEzp87dw5vvvkmAGDu3LmIiYlhK9KHHnoIbW1tePnll5GamioZYdJiseCVV14BALaio9eefPJJEELw2GOPITU1lZX97LPP4uzZs3jkkUdwxRVXSEaY3Lx5Mz766CNs3rwZJpMJ1157Le688048+uijAOQjvBFCMGbMGDgcDnz11VcIDQ2VjKZXW1uLxx57DP7+/vj+++8lo5/NmTMHbW1teOmll9hGTBaLBe+++y5KSkpw44034pprrmF6fv755/jll18wceJE3HfffbIRJuPj43HvvfciOjqatdH69evx4osvYtWqVaJvkmuNMOl0OnHVVVdh+PDhOHjwIP7zn/+4bNz1+OOPw2q1yvrc0qVLsWvXLtx444249dZbRdMsWLAATqcTx48fx2uvvcbbvA3o2Phs//79uPPOO/H000/zrklF+zt9+jRuu+02XHbZZWhra8Pnn38uWjcgHWHS6XRi6tSpmDp1KmbNmoUnnngC9fX1bBdRsXI6G5WvpqYGkyZNwhVXXIFz587h22+/lY0w+Y9//AONjY14/vnneS9avvrqqzh69Cjuv/9+3HnnnR6JMHn8+HE89dRTAOT7b+/evdnk9tprr+H8+fO44447MGLECBYF8KOPPsK+fftw3XXX4c4771SMMLl9+3Y8+eSTSEhIwJo1ayTt6qnIiO+//z5WrlyJadOm4aWXXnKxhVSEyWeffRY///wzHnroITz88MOiebj5fvrpJ8yePRtJSUlsV9mu1GvhwoX49ttvMX36dDz33HNdXt/dd9+NEydOYMGCBexdCjHkIkw++OCDqKys5I0zFosFn3zyCY4dO4ZrrrkG48ePZ761evVq/PDDDxg9ejTuuusupg+XvXv3YtGiRQgNDcWSJUvY+YaGBvzf//0fAGDJkiXo16+fxyNMemRjrBUrVhAAJDw8vNNlpaamkoCAALJw4ULJNH/9619JREQEueGGGyTTfPnllwQACQkJ4Z0/ePAgAUAA8DYasdls7Py6detkZdyzZw9Le/78eXa+oaGBnf/pp594eRITE4mfnx/58MMPZcseNWoUue2229jfDz30EBkwYICqDa7k6hfy008/sbT19fWiaex2O0vzww8/8K4NGzaMBAUFkVdffZV3/o477iCRkZHk3nvvVZR327ZtBADZtGkTO9fW1kb69OlDHn74YcX8aigtLSUAyIsvvkgAkDNnzrikCQsLIwDI8uXLJcu5+eabSUREBPnzn/8smSYhIYHMmjWLACD/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HOeJcVuNj2sdlzrrm+62hxSqwlN7Os5DYGCgbBm5ubl4++23ERoaipkzZ/JeRDKbzexX+nvvvQeHw4FZs2bBYDCgubmZFzwH6Ng219/fHw0NDdi5cydOnz6Niy++GAMHDmQru9OnT+PXX3/FwIEDMWnSJJeX0mj93PORkZH47rvvkJOTg1GjRvEeD9DvwZubm9HW1gaTyYSQkBDet+Fr165FWFgYysrKMGLECNx+++3sDWFhkCOu/f773//iww8/xIgRI9DW1sY+nRPCDWwl/PvLL79EQUEBHnroIQwfPlzyu3dqR2pDACgsLMTWrVsRGhqKa6+9VlRPgP8d/H/+8x+0t7fj8ccfR3Jysui3xoBykKg77rgDxcXFWLx4McaOHSsbJOrzzz/Hzp07cffdd2PMmDFoaGhAbW0tdu/ejT179mDQoEG45pprmD/l5uZi9erViI6OZruXhoWFweFw4JNPPoHRaMTMmTNZesovv/yCLVu2IDU1FTfddBOam5thNptRVlaGr776CqGhobjvvvtc8om1ETdg1auvvorKykr885//xLBhw1iexYsXY8+ePbjuuutw+eWXuwSMee+999DU1IQTJ07gySefxN133w1APkhUU1MTrr76agAdu4uKvUCqpo3Ky8vx1FNP4fjx4/j73//OXhi0WCxYuXIl9u/fjwkTJrDbs5GRkcx+iYmJGDNmjEv8BGqnlStXwmQyYe7cuTydxXzooosukvxuvyvjPNBxicoFgNd3Fi1ahPPnz2POnDkYPny4qH3diYdAdxmWG5MfeOAB2O12vP/++yCEuIyT9O/m5ma89tprMJvNvJ1QxexGdVYKkNZVen3++ec4evQoYmJiEBAQgKeeekq0PjV1dnWcBzr+cOcy6nN03tqxYwcA4Pbbb2f+1dDQgK+++gp2ux333HMP87+wsDB8++23qKysxJQpU9idFmHfASDaTp6I89A12211kk2bNhEAJCQkRDJNW1sbWzkdOHBAVbm33HILMZvNZPbs2bzzL7zwAgkODibXXXedJjnvu+8+EhISQv72t79pyudwOEh4eDh59dVXya233qppF7rHHnuMDB48mLzwwgskPj5eU72Uq6++mphMJskNseT45ptvCADSt29fVekdDgcxGAwEULeTpByJiYkEAPnyyy8V0954443EbDaTZ599lnf+2WefJcHB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", + "image/png": "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bTX9zp078cEHH+Cuu+6Ct7c37xGtfBEmZ8yYgdDQUPznP//B6NGjMWTIEJNz5435/PPPoVarMWrUKEydOpW9vmXLFuzatQvR0dGYN28eb4TJkJAQTJo0Cd26dcOHH34IAHj++edRUVHBnjhqDl+ESbVazR5x/P3337OLNLVaLV599VUYDAY88cQT6N69Oxu5bP78+cjKysKMGTMwatQom9HVJk2ahJiYGOzduxcJCQno1q0bp472Rpj85ptv8NNPP+GHH34wWXzE8PHHH2PHjh1YvXq1yT7l5hZhsr6+HhMmTEDfvn3x/vvvA7j5yvDBBx/Ee++9h3vvvddqhMkNGzbgiy++QFBQEHssN3Bzpfdbb70F4OZJfSEhITYjTD799NO4du0aHn/8cQwfPhzATVv46aef8O+//6JXr16499572Wh3u3fvxqZNmxAeHo7333/fKREmk5OTMWfOHIwYMQJXr15lT+rkwlaEyR9++AHr16/H/v37QUQYPnw4Hn/8cYwbN443wuRDDz2EiooKvPrqq+xiQa1Wiy+//BLZ2dkYOnQohg4dyrbBunXrcPDgQfTo0QPTp09n9TImNTUVn332GZRKJVasWGFRD0ZGnz598OWXX1qNMLl48WJcvnwZkyZNwsSJE9l7a9euxZ9//omePXti2rRpFnpotVqcPn0a69atg4eHB3788Uf23o0bN/Diiy8CuHkkePv27U3yzp8/H61atcLJkyfx7LPPYsCAARa6GctYvXo1ZDLuF9Fz585FQUEB3nvvPdx11128EQz//PNPrF+/HuHh4YiKimLHBp8fVyqVGD58OAYPHowTJ05g1apVJmdMaLVazJs3D7W1tXjqqafYI8+1Wi3++9//IicnB/fccw+GDBnCRpj8+eefkZSUhOjoaEyZMoXt84MHD2LVqlVo3749PvnkE5s+MDMzEw888AAA4KOPPmJPAgWAV155BRqNBtOmTUN0dDRnhMkNGzYgJSUFd911F5599ln2nrEec+fOBWBpe/v378fatWvx119/4aeffsL27duxf/9+k7axFmHy/fffR2pqKoYPH87aFXDzE8bOnTsRHR2NN954o8ERJl1yquaBAwcIAC1fvpwAUFZWls08bdq0ofnz51NAQAB9+OGHNtO//vrrFB4eTi+++CJ16dLFLv0KCwtJIpHQTz/9REREjz/+OHXr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UBmSk5OxZMkStG/fHr/++qvVIFG7d+/G9u3bERcXhxdffNFChr+/P1599VWTAC1EhFmzZqFr1664cOECjh49yn4PNKehQaLq6+vxyCOPwGAwYN26dSbrKJYsWYLNmzdj48aNCAsLs6tcPnv+4Ycf8PPPP2PJkiWYM2eO1ZXL1oJEffnll9i7dy969+6N3NxcrF69mlcXR4NEERHmzJmDGzdusJ8ggJtH199///0YMmQIPvjgA4fKszbeH3nkERQXF2PevHno3r07e++LL77A2bNnMWXKFIwcOZIzyNIPP/yArKwsbN68GUOHDsXs2bMxc+ZMVjZfkKhvvvkGa9euxYgRI6yepCskSNS9994Lg8GAjz/+GKGhoey9d955B1lZWXjmmWdw11138QaJYsZGSEgIevbsafFLT61W46OPPoKXlxc++ugj3iBRL7/8MgDgk08+Qfv27dl7b7/9NrKzs/Hss89iwIABNoNE/fzzz9iwYQNiY2Mxb9489v6///6Ljz/+GL6+vvj2228dChJ17NgxfPzxx/Dz88M333zD3svKysI777zD6tuqVSs2SNRbb70FnU6HJ554AuHh4azfX7ZsGdLS0jB27FiMHDmSbZeff/4Z+/btQ+/evTFhwgTOIFFnzpzB6tWroVKpsGzZMvZeWVkZnn32WQDA8uXL0bZtW6cHidq1axfeffddREdHs7sahMrnk1tQUIBx48ahX79+KC4uxhdffGE1SNTDDz+M8vJyrFixAr169eL16fv27cP27dtRW1uL559/nncXWkOCRDn1YKzu3buTp6enxYEhjzzyCKlUKnrggQdMrn/++eckl8upY8eOJtf37dvHnmZWVVXFXmdOagRAf//9t0me4OBgkkgktHz5cgu9HnroIRo8eDB169aNnnnmGat1SEhIIAC8pyJaY+XKlSSRSOiFF16gqKgowfkMBgOFhYXR008/TUREf//9NwGgv/76izfPww8/TCqViqZOnWpVH/z/KYq2ePHFF8nX15eGDRvGKYPrZMvMzEwCQO+99x4BsOugIHtZtGgRSaVSOn36tMW9yspK6tixIw0cOJDq6+udUt4999xDEyZMoOrqalIoFJwH8wiVM3HiRPriiy/Iw8OD8xS+hrJmzRoCwHmY1vLlywkAHTlyxOnlMqcDrlu3zuR6//79ycfHh+bNm8eZz2AwUNu2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", "text/plain": [ "
" ] @@ -1336,7 +1347,7 @@ }, { "cell_type": "code", - "execution_count": 129, + "execution_count": 14, "metadata": {}, "outputs": [ { @@ -1351,7 +1362,7 @@ "4 5 5.0\n", ".. ... ...\n", "315 6 6.0\n", - "316 4 7.0\n", + "316 4 6.0\n", "317 5 5.0\n", "318 4 5.0\n", "319 6 7.0\n", @@ -1368,24 +1379,24 @@ }, { "cell_type": "code", - "execution_count": 130, + "execution_count": 15, "metadata": {}, "outputs": [ { "name": "stdout", "output_type": "stream", "text": [ - "MSE: 0.709375\n", - "MAE: 0.465625\n" + "MSE: 0.675\n", + "MAE: 0.475\n" ] }, { "data": { "text/plain": [ - "8.261588715046605" + "np.float64(8.427929427430094)" ] }, - "execution_count": 130, + "execution_count": 15, "metadata": {}, "output_type": "execute_result" } @@ -1414,7 +1425,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.0" + "version": "3.12.5" } }, "nbformat": 4, diff --git a/Third term/Artificial intelligence systems and big data/README.md b/Third term/Artificial intelligence systems and big data/README.md index e17c219..a9cdb1a 100755 --- a/Third term/Artificial intelligence systems and big data/README.md +++ b/Third term/Artificial intelligence systems and big data/README.md @@ -3,9 +3,9 @@ number | grade :----: | :---: 1 | ✅ -2 | ❓ -3 | ❓ -4 | ❓ -5 | ❓ +2 | ✅ +3 | ✅ +4 | ✅ +5 | ✅ [Back](/NKTKLN/mirea-projects) diff --git a/Third term/Frontend and backend development/src/css/.first_term.css.~2ec39110 b/Third term/Frontend and backend development/src/css/.first_term.css.~2ec39110 new file mode 100755 index 0000000..e6290ab --- /dev/null +++ b/Third term/Frontend and backend development/src/css/.first_term.css.~2ec39110 @@ -0,0 +1,34 @@ +/* Общие стили для таблицы */ +table { + width: 100%; + border-collapse: collapse; + margin-bottom: 20px; +} + +/* Стили для ячеек */ +th, +td { + border: 1px solid black; + padding: 8px; + text-align: center; +} + +/* Фон заголовков */ +th { + background-color: #f2f2f2; +} + +/* Чередование цветов строк */ +tbody tr:nth-child(even) { + background-color: #f9f9f9; +} + +tbody tr:nth-child(odd) { + background-color: #e9e9e9; +} + +/* Размер чекбоксов */ +.checkbox { + width: 18px; + height: 18px; +} diff --git a/Third term/Frontend and backend development/src/css/.main.css.~3ea0e638 b/Third term/Frontend and backend development/src/css/.main.css.~3ea0e638 new file mode 100755 index 0000000..65f2082 --- /dev/null +++ b/Third term/Frontend and backend development/src/css/.main.css.~3ea0e638 @@ -0,0 +1,73 @@ +/* Основные стили для body */ +body { + border: 2px solid black; + font-family: Arial, sans-serif; +} + +/* Общий контейнер для flex элементов */ +.container { + display: flex; +} + +/* Стили для иконок */ +.icon { + width: 32px; + height: 32px; +} + +/* Стили для изображения пользователя */ +.user-image { + width: 100px; + height: 100px; + padding: 5px; + margin: 0 auto; + border: 2px solid black; +} + +/* Стили для информации в шапке и футере */ +.header-info, +footer { + display: flex; + align-items: center; + padding: 10px 20px; + justify-content: space-between; +} + +/* Стили для навигации в шапке */ +.header-navigation { + padding: 15px; + border-top: 2px solid black; + border-bottom: 2px solid black; +} + +/* Общие стили для ссылок в шапке, на странице и в футере */ +.header-navigation-link, +.page-navigation-link, +.footer-navigation-link { + margin: 0 10px; + color: black; + text-decoration: none; +} + +/* Стили для наведения курсора на ссылки */ +.header-navigation-link:hover, +.page-navigation-link:hover { + text-decoration: underline; +} + +/* Стили для навигации по странице */ +.page-navigation { + width: 30%; + border-right: 2px solid black; + padding: 10px; +} + +/* Основной контент страницы */ +.page-info { + padding: 10px; +} + +/* Стили для футера */ +footer { + border-top: 2px solid black; +} diff --git a/Third term/Frontend and backend development/src/css/.services.css.~27ae1c07 b/Third term/Frontend and backend development/src/css/.services.css.~27ae1c07 new file mode 100755 index 0000000..0f5b346 --- /dev/null +++ b/Third term/Frontend and backend development/src/css/.services.css.~27ae1c07 @@ -0,0 +1,84 @@ +/* Стили для карточек сайтов */ +.site-card { + border: 2px solid black; + margin: 0 auto; + display: flex; + flex-direction: column; /* Элементы располагаются вертикально */ + align-items: center; /* Центрируем элементы по горизонтали */ +} + +/* Стили для изображений сайтов */ +.site-image { + width: 200px; + height: 200px; + padding: 5px; + border-bottom: 2px solid black; +} + +/* Стили для текста карточек сайтов */ +.site-card-text { + margin: 10px; + text-align: center; +} + +/* Основной стиль для модального окна */ +.modal { + display: none; /* Скрыто по умолчанию */ + position: fixed; + z-index: 1; + left: 0; + top: 0; + width: 100%; + height: 100%; + overflow: hidden; + background-color: rgba(0, 0, 0, 0.4); +} + +/* Стиль для содержимого модального окна */ +.modal-content { + background-color: white; + margin: 4% auto; + padding: 20px; + border: 2px solid black; + width: 80%; + max-width: 500px; +} + +/* Кнопка закрытия модального окна */ +.close { + color: #aaa; + float: right; + font-size: 28px; + font-weight: bold; +} + +.close:hover, +.close:focus { + color: black; + text-decoration: none; + cursor: pointer; +} + +/* Стиль для формы внутри модального окна */ +form { + display: flex; + flex-direction: column; +} + +label { + margin-top: 10px; +} + +input, +textarea { + margin-bottom: 10px; + padding: 8px; + border: 1px solid black; +} + +button { + padding: 5px; + margin: 10px; + border: 1px solid black; + cursor: pointer; +} diff --git a/Third term/Frontend and backend development/src/img/.checkbox-false.png.~1098360c b/Third term/Frontend and backend development/src/img/.checkbox-false.png.~1098360c new file mode 100755 index 0000000..795dc2e Binary files /dev/null and b/Third term/Frontend and backend development/src/img/.checkbox-false.png.~1098360c differ diff --git a/Third term/Frontend and backend development/src/img/.checkbox-true.png.~5d8334e4 b/Third term/Frontend and backend development/src/img/.checkbox-true.png.~5d8334e4 new file mode 100755 index 0000000..2f9d7ea Binary files /dev/null and b/Third term/Frontend and backend development/src/img/.checkbox-true.png.~5d8334e4 differ diff --git a/Third term/Frontend and backend development/src/img/.circle-info-solid.svg.~54ec95ea b/Third term/Frontend and backend development/src/img/.circle-info-solid.svg.~54ec95ea new file mode 100755 index 0000000..a66cf43 --- /dev/null +++ b/Third term/Frontend and backend development/src/img/.circle-info-solid.svg.~54ec95ea @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Third term/Frontend and backend development/src/img/.earth-europe-solid.svg.~163907c1 b/Third term/Frontend and backend development/src/img/.earth-europe-solid.svg.~163907c1 new file mode 100755 index 0000000..3019172 --- /dev/null +++ b/Third term/Frontend and backend development/src/img/.earth-europe-solid.svg.~163907c1 @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Third term/Frontend and backend development/src/img/.house-solid.svg.~3f6d450 b/Third term/Frontend and backend development/src/img/.house-solid.svg.~3f6d450 new file mode 100755 index 0000000..374579b --- /dev/null +++ b/Third term/Frontend and backend development/src/img/.house-solid.svg.~3f6d450 @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Third term/Frontend and backend development/src/img/.telegram-brands-solid.svg.~600a4cfb b/Third term/Frontend and backend development/src/img/.telegram-brands-solid.svg.~600a4cfb new file mode 100755 index 0000000..6797571 --- /dev/null +++ b/Third term/Frontend and backend development/src/img/.telegram-brands-solid.svg.~600a4cfb @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Third term/Frontend and backend development/src/img/.user-solid.svg.~389430cb b/Third term/Frontend and backend development/src/img/.user-solid.svg.~389430cb new file mode 100755 index 0000000..48569e9 --- /dev/null +++ b/Third term/Frontend and backend development/src/img/.user-solid.svg.~389430cb @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Third term/Frontend and backend development/src/img/.vk-brands-solid.svg.~1b8bab00 b/Third term/Frontend and backend development/src/img/.vk-brands-solid.svg.~1b8bab00 new file mode 100755 index 0000000..0999a65 --- /dev/null +++ b/Third term/Frontend and backend development/src/img/.vk-brands-solid.svg.~1b8bab00 @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Third term/Frontend and backend development/src/img/.xmark-solid.svg.~4a4f0540 b/Third term/Frontend and backend development/src/img/.xmark-solid.svg.~4a4f0540 new file mode 100755 index 0000000..178a4d4 --- /dev/null +++ b/Third term/Frontend and backend development/src/img/.xmark-solid.svg.~4a4f0540 @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/Third term/Frontend and backend development/src/pdf/.3.pdf.~333738d2 b/Third term/Frontend and backend development/src/pdf/.3.pdf.~333738d2 new file mode 100755 index 0000000..da15f1d Binary files /dev/null and b/Third term/Frontend and backend development/src/pdf/.3.pdf.~333738d2 differ diff --git a/Third term/Frontend and backend development/src/videos/.frontend.mp4.~57422266 b/Third term/Frontend and backend development/src/videos/.frontend.mp4.~57422266 new file mode 100755 index 0000000..187c8b2 Binary files /dev/null and b/Third term/Frontend and backend development/src/videos/.frontend.mp4.~57422266 differ diff --git a/Third term/Frontend and backend development/src/videos/backend.mp4 b/Third term/Frontend and backend development/src/videos/backend.mp4 old mode 100644 new mode 100755 diff --git a/Third term/Frontend and backend development/src/videos/frontend.mp4 b/Third term/Frontend and backend development/src/videos/frontend.mp4 old mode 100644 new mode 100755 diff --git a/Third term/Industrial programming technologies/10_Tables/CMakeLists.txt b/Third term/Industrial programming technologies/10_Tables/CMakeLists.txt new file mode 100755 index 0000000..855767d --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/CMakeLists.txt @@ -0,0 +1,70 @@ +cmake_minimum_required(VERSION 3.16) + +project(10_Tables VERSION 0.1 LANGUAGES CXX) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) +find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) + +set(PROJECT_SOURCES + main.cpp + tables.cpp + tables.h + tables.ui +) + +if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) + qt_add_executable(10_Tables + MANUAL_FINALIZATION + ${PROJECT_SOURCES} + ) +# Define target properties for Android with Qt 6 as: +# set_property(TARGET 10_Tables APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# ${CMAKE_CURRENT_SOURCE_DIR}/android) +# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation +else() + if(ANDROID) + add_library(10_Tables SHARED + ${PROJECT_SOURCES} + ) +# Define properties for Android with Qt 5 after find_package() calls as: +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") + else() + add_executable(10_Tables + ${PROJECT_SOURCES} + ) + endif() +endif() + +target_link_libraries(10_Tables PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) + +# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. +# If you are developing for iOS or macOS you should consider setting an +# explicit, fixed bundle identifier manually though. +if(${QT_VERSION} VERSION_LESS 6.1.0) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.10_Tables) +endif() +set_target_properties(10_Tables PROPERTIES + ${BUNDLE_ID_OPTION} + MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} + MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} + MACOSX_BUNDLE TRUE + WIN32_EXECUTABLE TRUE +) + +include(GNUInstallDirs) +install(TARGETS 10_Tables + BUNDLE DESTINATION . + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +) + +if(QT_VERSION_MAJOR EQUAL 6) + qt_finalize_executable(10_Tables) +endif() diff --git a/Third term/Industrial programming technologies/10_Tables/CMakeLists.txt.user b/Third term/Industrial programming technologies/10_Tables/CMakeLists.txt.user new file mode 100755 index 0000000..f69d153 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/CMakeLists.txt.user @@ -0,0 +1,422 @@ + + + + + + EnvironmentId + {b09ad12c-2375-4d91-a30f-70a5d330cb93} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {a763e5f1-4a4d-4ec1-b61b-aa3746a79db0} + 0 + 0 + 0 + + Debug + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Debug +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug + + + + + all + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + CMakeProjectManager.CMakeBuildConfiguration + + + Release + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Release +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Release + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-RelWithDebInfo + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release with Debug Information + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Profile + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + CMakeProjectManager.CMakeBuildConfiguration + + + MinSizeRel + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-MinSizeRel + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Minimum Size Release + CMakeProjectManager.CMakeBuildConfiguration + + 5 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph dwarf,4096 -F 250 + 10_Tables + CMakeProjectManager.CMakeRunConfiguration.10_Tables + 10_Tables + false + true + true + true + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.cmake/api/v1/query/cache-v2 b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 similarity index 100% rename from Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.cmake/api/v1/query/cache-v2 rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.cmake/api/v1/query/cmakeFiles-v1 b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 similarity index 100% rename from Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.cmake/api/v1/query/cmakeFiles-v1 rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.cmake/api/v1/query/codemodel-v2 b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 similarity index 100% rename from Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.cmake/api/v1/query/codemodel-v2 rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-9699a0b9b33efffa5f0c.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-9699a0b9b33efffa5f0c.json new file mode 100755 index 0000000..2448ecb --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-9699a0b9b33efffa5f0c.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "10_Tables_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" + }, + { + "name" : "10_Tables_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "10_Tables_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "10_Tables" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-748a17fd6905d307dd6f.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-748a17fd6905d307dd6f.json new file mode 100755 index 0000000..6c948f1 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-748a17fd6905d307dd6f.json @@ -0,0 +1,654 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-452742e2d100482fba49.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-452742e2d100482fba49.json new file mode 100755 index 0000000..22149b3 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-452742e2d100482fba49.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-b6d9824afbad4be3d895.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "10_Tables", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "10_Tables::@6890427a1f51a3e7e1df", + "jsonFile" : "target-10_Tables-Debug-808094634056621a2346.json", + "name" : "10_Tables", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "10_Tables_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-10_Tables_autogen-Debug-61cd70f9247725f70dd0.json", + "name" : "10_Tables_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "10_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-10_Tables_autogen_timestamp_deps-Debug-0b008414763987990315.json", + "name" : "10_Tables_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-da4a47c2c6e804eec357.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-b6d9824afbad4be3d895.json similarity index 86% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-da4a47c2c6e804eec357.json rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-b6d9824afbad4be3d895.json index 57670ea..6cad50e 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-da4a47c2c6e804eec357.json +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-b6d9824afbad4be3d895.json @@ -30,9 +30,9 @@ "destination" : "bin", "paths" : [ - "1_Calculator" + "10_Tables" ], - "targetId" : "1_Calculator::@6890427a1f51a3e7e1df", + "targetId" : "10_Tables::@6890427a1f51a3e7e1df", "targetIndex" : 0, "type" : "target" } diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/index-2024-09-11T16-21-57-0390.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-26-02-0188.json similarity index 74% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/index-2024-09-11T16-21-57-0390.json rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-26-02-0188.json index 390820d..396f74f 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/index-2024-09-11T16-21-57-0390.json +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-26-02-0188.json @@ -26,7 +26,7 @@ "objects" : [ { - "jsonFile" : "codemodel-v2-9a6bcbe562446a0cf472.json", + "jsonFile" : "codemodel-v2-452742e2d100482fba49.json", "kind" : "codemodel", "version" : { @@ -35,7 +35,7 @@ } }, { - "jsonFile" : "cache-v2-387291ecfba8681349fe.json", + "jsonFile" : "cache-v2-9699a0b9b33efffa5f0c.json", "kind" : "cache", "version" : { @@ -44,7 +44,7 @@ } }, { - "jsonFile" : "cmakeFiles-v1-6e3d2fd7600caa8021a8.json", + "jsonFile" : "cmakeFiles-v1-748a17fd6905d307dd6f.json", "kind" : "cmakeFiles", "version" : { @@ -57,7 +57,7 @@ { "cache-v2" : { - "jsonFile" : "cache-v2-387291ecfba8681349fe.json", + "jsonFile" : "cache-v2-9699a0b9b33efffa5f0c.json", "kind" : "cache", "version" : { @@ -67,7 +67,7 @@ }, "cmakeFiles-v1" : { - "jsonFile" : "cmakeFiles-v1-6e3d2fd7600caa8021a8.json", + "jsonFile" : "cmakeFiles-v1-748a17fd6905d307dd6f.json", "kind" : "cmakeFiles", "version" : { @@ -77,7 +77,7 @@ }, "codemodel-v2" : { - "jsonFile" : "codemodel-v2-9a6bcbe562446a0cf472.json", + "jsonFile" : "codemodel-v2-452742e2d100482fba49.json", "kind" : "codemodel", "version" : { diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-10_Tables-Debug-808094634056621a2346.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-10_Tables-Debug-808094634056621a2346.json new file mode 100755 index 0000000..63522db --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-10_Tables-Debug-808094634056621a2346.json @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "10_Tables" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "10_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "10_Tables_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "10_Tables::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "10_Tables", + "nameOnDisk" : "10_Tables", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "tables.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/10_Tables_autogen/include/ui_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/10_Tables_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/10_Tables_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-10_Tables_autogen-Debug-61cd70f9247725f70dd0.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-10_Tables_autogen-Debug-61cd70f9247725f70dd0.json new file mode 100755 index 0000000..cbea8ff --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-10_Tables_autogen-Debug-61cd70f9247725f70dd0.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "10_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "10_Tables_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "10_Tables_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/10_Tables_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/10_Tables_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/10_Tables_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-10_Tables_autogen_timestamp_deps-Debug-0b008414763987990315.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-10_Tables_autogen_timestamp_deps-Debug-0b008414763987990315.json new file mode 100755 index 0000000..d5a0987 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-10_Tables_autogen_timestamp_deps-Debug-0b008414763987990315.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "10_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "10_Tables_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.ninja_deps b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.ninja_deps new file mode 100755 index 0000000..b6d9061 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.ninja_log b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.ninja_log new file mode 100755 index 0000000..e051618 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.ninja_log @@ -0,0 +1,69 @@ +# ninja log v6 +1817 2080 1727408083246120000 10_Tables 7a9b6a3988051bf5 +32 1816 1727408081461487700 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +137 1202 1727407698256978200 CMakeFiles/10_Tables.dir/10_Tables_autogen/mocs_compilation.cpp.o 1bfef0d39b3a79fb +3 31 1727408081432370000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 31 1727408081432370000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +138 1318 1727407698257166900 CMakeFiles/10_Tables.dir/main.cpp.o 6df46a84d7668038 +3 31 1727408081432370000 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 31 1727408081432370000 10_Tables_autogen/timestamp 3e84da5854e0654f +3 29 1727408106338370400 10_Tables_autogen/timestamp 3e84da5854e0654f +3 29 1727408106338370400 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 29 1727408106338370400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 29 1727408106338370400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +30 1682 1727408106365173600 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1683 1967 1727408108018160400 10_Tables 7a9b6a3988051bf5 +2 29 1727408125577965100 10_Tables_autogen/timestamp 3e84da5854e0654f +2 29 1727408125577965100 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +2 29 1727408125577965100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +2 29 1727408125577965100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +30 1686 1727408125605047900 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1686 1950 1727408127261457300 10_Tables 7a9b6a3988051bf5 +3 30 1727408140107413000 10_Tables_autogen/timestamp 3e84da5854e0654f +3 30 1727408140107413000 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 30 1727408140107413000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 30 1727408140107413000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +31 1456 1727408140135086000 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1456 1722 1727408141560595000 10_Tables 7a9b6a3988051bf5 +5 57 1727408201462827700 10_Tables_autogen/timestamp 3e84da5854e0654f +5 57 1727408201462827700 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +5 57 1727408201462827700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +5 57 1727408201462827700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +58 1534 1727408201515744700 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1535 1834 1727408202992019300 10_Tables 7a9b6a3988051bf5 +3 46 1727408213616720600 10_Tables_autogen/timestamp 3e84da5854e0654f +3 46 1727408213616720600 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 46 1727408213616720600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 46 1727408213616720600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +47 1517 1727408213660698500 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1517 1816 1727408215130548200 10_Tables 7a9b6a3988051bf5 +3 31 1727408235822038800 10_Tables_autogen/timestamp 3e84da5854e0654f +3 31 1727408235822038800 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 31 1727408235822038800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 31 1727408235822038800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +32 1677 1727408235851223300 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1678 1954 1727408237497278900 10_Tables 7a9b6a3988051bf5 +3 30 1727408258964629400 10_Tables_autogen/timestamp 3e84da5854e0654f +3 30 1727408258964629400 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 30 1727408258964629400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 30 1727408258964629400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +30 1674 1727408258991790900 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1675 1965 1727408260636027600 10_Tables 7a9b6a3988051bf5 +2 26 1727408890433873700 10_Tables_autogen/timestamp 3e84da5854e0654f +2 26 1727408890433873700 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +2 26 1727408890433873700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +2 26 1727408890433873700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +27 1520 1727408890458266500 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1520 1796 1727408891951415400 10_Tables 7a9b6a3988051bf5 +3 28 1727409065149042400 10_Tables_autogen/timestamp 3e84da5854e0654f +3 28 1727409065149042400 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 28 1727409065149042400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 28 1727409065149042400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +29 1630 1727409065175060300 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1630 1913 1727409066776490400 10_Tables 7a9b6a3988051bf5 +18 84 1727414837715141000 10_Tables_autogen/timestamp 3e84da5854e0654f +18 84 1727414837715141000 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +18 84 1727414837715141000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +18 84 1727414837715141000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +88 2661 1727414837784839600 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +2662 3031 1727414840358783500 10_Tables 7a9b6a3988051bf5 diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/LICENSE.conan b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan similarity index 100% rename from Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/LICENSE.conan rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/auto-setup.cmake b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake similarity index 100% rename from Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/auto-setup.cmake rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/conan.cmake b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/conan.cmake similarity index 100% rename from Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/conan.cmake rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/conan.cmake diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/conan_provider.cmake b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake similarity index 100% rename from Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/conan_provider.cmake rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tables.cpp.B6E74DF5C142A848.idx.tmp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tables.cpp.B6E74DF5C142A848.idx.tmp new file mode 100755 index 0000000..dffa547 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tables.cpp.B6E74DF5C142A848.idx.tmp differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_tables.h.BD8B7213F5D3D5EE.idx.tmp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_tables.h.BD8B7213F5D3D5EE.idx.tmp new file mode 100755 index 0000000..91d65f4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_tables.h.BD8B7213F5D3D5EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx new file mode 100755 index 0000000..2c3af1f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx new file mode 100755 index 0000000..35f77e4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFrame.2090A0EBF6A7B192.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFrame.2090A0EBF6A7B192.idx new file mode 100755 index 0000000..a560d4d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFrame.2090A0EBF6A7B192.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QHeaderView.B4AD016C1A38CDC2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QHeaderView.B4AD016C1A38CDC2.idx new file mode 100755 index 0000000..674ca3b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QHeaderView.B4AD016C1A38CDC2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonArray.A22269A8671DCB9A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonArray.A22269A8671DCB9A.idx new file mode 100755 index 0000000..3d3e860 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonArray.A22269A8671DCB9A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonDocument.4362AD2AA686DCE1.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonDocument.4362AD2AA686DCE1.idx new file mode 100755 index 0000000..398e988 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonDocument.4362AD2AA686DCE1.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonObject.AB00CCC345491E22.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonObject.AB00CCC345491E22.idx new file mode 100755 index 0000000..743db0a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonObject.AB00CCC345491E22.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMap.7E4E5D30DCA2BAF4.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMap.7E4E5D30DCA2BAF4.idx new file mode 100755 index 0000000..32a73e3 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMap.7E4E5D30DCA2BAF4.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx new file mode 100755 index 0000000..75acd22 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QSpinBox.254E9D89DC32E1E5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QSpinBox.254E9D89DC32E1E5.idx new file mode 100755 index 0000000..ae27fd4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QSpinBox.254E9D89DC32E1E5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTableWidget.5802736A4E515D49.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTableWidget.5802736A4E515D49.idx new file mode 100755 index 0000000..54a2b13 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTableWidget.5802736A4E515D49.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.429CF0CE0BF84F72.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.429CF0CE0BF84F72.idx new file mode 100755 index 0000000..9276ff6 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.429CF0CE0BF84F72.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.557A73255FB2E926.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.557A73255FB2E926.idx new file mode 100755 index 0000000..e35bdee Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.557A73255FB2E926.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.7FCD68B0A54B84BD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.7FCD68B0A54B84BD.idx new file mode 100755 index 0000000..b538641 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.7FCD68B0A54B84BD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.CB27A215028D83AB.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.CB27A215028D83AB.idx new file mode 100755 index 0000000..ff0910c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.CB27A215028D83AB.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx new file mode 100755 index 0000000..b71e389 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractslider.h.2F58BC0D0AB14F66.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractslider.h.2F58BC0D0AB14F66.idx new file mode 100755 index 0000000..35542c8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractslider.h.2F58BC0D0AB14F66.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx new file mode 100755 index 0000000..17e0938 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborcommon.h.FDEF2D51B3BC89DC.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborcommon.h.FDEF2D51B3BC89DC.idx new file mode 100755 index 0000000..e275773 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborcommon.h.FDEF2D51B3BC89DC.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborvalue.h.1F3D960DF4B32677.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborvalue.h.1F3D960DF4B32677.idx new file mode 100755 index 0000000..12b6b38 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborvalue.h.1F3D960DF4B32677.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.53B1F7DDC86E936A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.53B1F7DDC86E936A.idx new file mode 100755 index 0000000..34630d9 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.53B1F7DDC86E936A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.1614BC18D5D95F76.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.1614BC18D5D95F76.idx new file mode 100755 index 0000000..477d088 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.1614BC18D5D95F76.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.0E65929D72319DA8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.0E65929D72319DA8.idx new file mode 100755 index 0000000..9edd936 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.0E65929D72319DA8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx new file mode 100755 index 0000000..0d021ed Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx new file mode 100755 index 0000000..21221aa Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx new file mode 100755 index 0000000..bf0d45d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx new file mode 100755 index 0000000..c4c72f8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx new file mode 100755 index 0000000..41a3543 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx new file mode 100755 index 0000000..9815813 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx new file mode 100755 index 0000000..4a76cf7 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qheaderview.h.31EE66B100F15CF6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qheaderview.h.31EE66B100F15CF6.idx new file mode 100755 index 0000000..5a25ab0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qheaderview.h.31EE66B100F15CF6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.C93C8BE399053318.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.C93C8BE399053318.idx new file mode 100755 index 0000000..e8cc086 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.C93C8BE399053318.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonarray.h.FF3384FCAEC3C4C5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonarray.h.FF3384FCAEC3C4C5.idx new file mode 100755 index 0000000..c5224c2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonarray.h.FF3384FCAEC3C4C5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsondocument.h.FC385328F2B015FD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsondocument.h.FC385328F2B015FD.idx new file mode 100755 index 0000000..f6bd410 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsondocument.h.FC385328F2B015FD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonobject.h.1C1A09968E3D8905.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonobject.h.1C1A09968E3D8905.idx new file mode 100755 index 0000000..31f47b0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonobject.h.1C1A09968E3D8905.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.9408D9C7ACCE7FC9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.9408D9C7ACCE7FC9.idx new file mode 100755 index 0000000..293e11f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.9408D9C7ACCE7FC9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx new file mode 100755 index 0000000..a9f65fe Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx new file mode 100755 index 0000000..a2c30ea Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx new file mode 100755 index 0000000..29f865e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx new file mode 100755 index 0000000..9922470 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx new file mode 100755 index 0000000..61484e8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrubberband.h.57455EFAEDB8379B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrubberband.h.57455EFAEDB8379B.idx new file mode 100755 index 0000000..8031700 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrubberband.h.57455EFAEDB8379B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx new file mode 100755 index 0000000..87065ec Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qslider.h.0C91C3AE00C3AD28.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qslider.h.0C91C3AE00C3AD28.idx new file mode 100755 index 0000000..da0cb26 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qslider.h.0C91C3AE00C3AD28.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qspinbox.h.988502DDAB5FEAE5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qspinbox.h.988502DDAB5FEAE5.idx new file mode 100755 index 0000000..d6d525b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qspinbox.h.988502DDAB5FEAE5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyle.h.E3E49452F246EC32.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyle.h.E3E49452F246EC32.idx new file mode 100755 index 0000000..6fdc10a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyle.h.E3E49452F246EC32.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyleoption.h.636E747637E47DD6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyleoption.h.636E747637E47DD6.idx new file mode 100755 index 0000000..264e550 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyleoption.h.636E747637E47DD6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabbar.h.22E595C0532870D9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabbar.h.22E595C0532870D9.idx new file mode 100755 index 0000000..6d5643e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabbar.h.22E595C0532870D9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtableview.h.C8F7829310EA8C95.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtableview.h.C8F7829310EA8C95.idx new file mode 100755 index 0000000..252c8d4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtableview.h.C8F7829310EA8C95.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtablewidget.h.409EBDC2CBFE7E62.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtablewidget.h.409EBDC2CBFE7E62.idx new file mode 100755 index 0000000..7aa3846 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtablewidget.h.409EBDC2CBFE7E62.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx new file mode 100755 index 0000000..bb95557 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx new file mode 100755 index 0000000..4afb55e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/quuid.h.2812EEECD9931108.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/quuid.h.2812EEECD9931108.idx new file mode 100755 index 0000000..4f79645 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/quuid.h.2812EEECD9931108.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx new file mode 100755 index 0000000..33e582e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.cpp.B6E74DF5C142A848.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.cpp.B6E74DF5C142A848.idx new file mode 100755 index 0000000..dffa547 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.cpp.B6E74DF5C142A848.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.h.A8A56B1F32A98484.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.h.A8A56B1F32A98484.idx new file mode 100755 index 0000000..db9b809 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.h.A8A56B1F32A98484.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_tables.h.BD8B7213F5D3D5EE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_tables.h.BD8B7213F5D3D5EE.idx new file mode 100755 index 0000000..91d65f4 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_tables.h.BD8B7213F5D3D5EE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/compile_commands.json new file mode 100755 index 0000000..f5c8da9 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.syncthing..ninja_deps.tmp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.syncthing..ninja_deps.tmp new file mode 100755 index 0000000..b6d9061 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.syncthing..ninja_deps.tmp differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.syncthing..ninja_log.tmp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.syncthing..ninja_log.tmp new file mode 100755 index 0000000..e051618 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.syncthing..ninja_log.tmp @@ -0,0 +1,69 @@ +# ninja log v6 +1817 2080 1727408083246120000 10_Tables 7a9b6a3988051bf5 +32 1816 1727408081461487700 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +137 1202 1727407698256978200 CMakeFiles/10_Tables.dir/10_Tables_autogen/mocs_compilation.cpp.o 1bfef0d39b3a79fb +3 31 1727408081432370000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 31 1727408081432370000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +138 1318 1727407698257166900 CMakeFiles/10_Tables.dir/main.cpp.o 6df46a84d7668038 +3 31 1727408081432370000 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 31 1727408081432370000 10_Tables_autogen/timestamp 3e84da5854e0654f +3 29 1727408106338370400 10_Tables_autogen/timestamp 3e84da5854e0654f +3 29 1727408106338370400 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 29 1727408106338370400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 29 1727408106338370400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +30 1682 1727408106365173600 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1683 1967 1727408108018160400 10_Tables 7a9b6a3988051bf5 +2 29 1727408125577965100 10_Tables_autogen/timestamp 3e84da5854e0654f +2 29 1727408125577965100 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +2 29 1727408125577965100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +2 29 1727408125577965100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +30 1686 1727408125605047900 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1686 1950 1727408127261457300 10_Tables 7a9b6a3988051bf5 +3 30 1727408140107413000 10_Tables_autogen/timestamp 3e84da5854e0654f +3 30 1727408140107413000 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 30 1727408140107413000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 30 1727408140107413000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +31 1456 1727408140135086000 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1456 1722 1727408141560595000 10_Tables 7a9b6a3988051bf5 +5 57 1727408201462827700 10_Tables_autogen/timestamp 3e84da5854e0654f +5 57 1727408201462827700 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +5 57 1727408201462827700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +5 57 1727408201462827700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +58 1534 1727408201515744700 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1535 1834 1727408202992019300 10_Tables 7a9b6a3988051bf5 +3 46 1727408213616720600 10_Tables_autogen/timestamp 3e84da5854e0654f +3 46 1727408213616720600 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 46 1727408213616720600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 46 1727408213616720600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +47 1517 1727408213660698500 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1517 1816 1727408215130548200 10_Tables 7a9b6a3988051bf5 +3 31 1727408235822038800 10_Tables_autogen/timestamp 3e84da5854e0654f +3 31 1727408235822038800 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 31 1727408235822038800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 31 1727408235822038800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +32 1677 1727408235851223300 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1678 1954 1727408237497278900 10_Tables 7a9b6a3988051bf5 +3 30 1727408258964629400 10_Tables_autogen/timestamp 3e84da5854e0654f +3 30 1727408258964629400 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 30 1727408258964629400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 30 1727408258964629400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +30 1674 1727408258991790900 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1675 1965 1727408260636027600 10_Tables 7a9b6a3988051bf5 +2 26 1727408890433873700 10_Tables_autogen/timestamp 3e84da5854e0654f +2 26 1727408890433873700 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +2 26 1727408890433873700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +2 26 1727408890433873700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +27 1520 1727408890458266500 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1520 1796 1727408891951415400 10_Tables 7a9b6a3988051bf5 +3 28 1727409065149042400 10_Tables_autogen/timestamp 3e84da5854e0654f +3 28 1727409065149042400 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +3 28 1727409065149042400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +3 28 1727409065149042400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +29 1630 1727409065175060300 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +1630 1913 1727409066776490400 10_Tables 7a9b6a3988051bf5 +18 84 1727414837715141000 10_Tables_autogen/timestamp 3e84da5854e0654f +18 84 1727414837715141000 10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +18 84 1727414837715141000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp 3e84da5854e0654f +18 84 1727414837715141000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp 3e84da5854e0654f +88 2661 1727414837784839600 CMakeFiles/10_Tables.dir/tables.cpp.o fa382cfa85198ac1 +2662 3031 1727414840358783500 10_Tables 7a9b6a3988051bf5 diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables new file mode 100755 index 0000000..5de600f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/EWIEGA46WW/moc_tables.cpp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/EWIEGA46WW/moc_tables.cpp new file mode 100755 index 0000000..8b98d8c --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/EWIEGA46WW/moc_tables.cpp @@ -0,0 +1,160 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'tables.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../tables.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'tables.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_Tables_t { + QByteArrayData data[14]; + char stringdata0[164]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_Tables_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_Tables_t qt_meta_stringdata_Tables = { + { +QT_MOC_LITERAL(0, 0, 6), // "Tables" +QT_MOC_LITERAL(1, 7, 14), // "setRowsClicked" +QT_MOC_LITERAL(2, 22, 0), // "" +QT_MOC_LITERAL(3, 23, 20), // "setRandomDataClicked" +QT_MOC_LITERAL(4, 44, 10), // "minClicked" +QT_MOC_LITERAL(5, 55, 10), // "avgClicked" +QT_MOC_LITERAL(6, 66, 10), // "maxClicked" +QT_MOC_LITERAL(7, 77, 16), // "tableCellChanged" +QT_MOC_LITERAL(8, 94, 3), // "row" +QT_MOC_LITERAL(9, 98, 7), // "collumn" +QT_MOC_LITERAL(10, 106, 13), // "searchClicked" +QT_MOC_LITERAL(11, 120, 11), // "sortClicked" +QT_MOC_LITERAL(12, 132, 16), // "loadDataFromJson" +QT_MOC_LITERAL(13, 149, 14) // "saveDataToJson" + + }, + "Tables\0setRowsClicked\0\0setRandomDataClicked\0" + "minClicked\0avgClicked\0maxClicked\0" + "tableCellChanged\0row\0collumn\0searchClicked\0" + "sortClicked\0loadDataFromJson\0" + "saveDataToJson" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_Tables[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 10, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 64, 2, 0x08 /* Private */, + 3, 0, 65, 2, 0x08 /* Private */, + 4, 0, 66, 2, 0x08 /* Private */, + 5, 0, 67, 2, 0x08 /* Private */, + 6, 0, 68, 2, 0x08 /* Private */, + 7, 2, 69, 2, 0x08 /* Private */, + 10, 0, 74, 2, 0x08 /* Private */, + 11, 0, 75, 2, 0x08 /* Private */, + 12, 0, 76, 2, 0x08 /* Private */, + 13, 0, 77, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, QMetaType::Int, 8, 9, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void Tables::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->setRowsClicked(); break; + case 1: _t->setRandomDataClicked(); break; + case 2: _t->minClicked(); break; + case 3: _t->avgClicked(); break; + case 4: _t->maxClicked(); break; + case 5: _t->tableCellChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; + case 6: _t->searchClicked(); break; + case 7: _t->sortClicked(); break; + case 8: _t->loadDataFromJson(); break; + case 9: _t->saveDataToJson(); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject Tables::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_Tables.data, + qt_meta_data_Tables, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *Tables::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *Tables::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_Tables.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int Tables::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 10) + qt_static_metacall(this, _c, _id, _a); + _id -= 10; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 10) + *reinterpret_cast(_a[0]) = -1; + _id -= 10; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/EWIEGA46WW/moc_tables.cpp.d b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/EWIEGA46WW/moc_tables.cpp.d new file mode 100755 index 0000000..2d1ce5b --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/EWIEGA46WW/moc_tables.cpp.d @@ -0,0 +1,339 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/EWIEGA46WW/moc_tables.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/tables.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/QMap \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmap.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/deps b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/deps new file mode 100755 index 0000000..2d93c1a --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/deps @@ -0,0 +1,474 @@ +10_Tables_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/main.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/tables.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/tables.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/QMap \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmap.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/10_Tables/tables.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include/ui_tables.h b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include/ui_tables.h new file mode 100755 index 0000000..d33d7be --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include/ui_tables.h @@ -0,0 +1,194 @@ +/******************************************************************************** +** Form generated from reading UI file 'tables.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_TABLES_H +#define UI_TABLES_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Tables +{ +public: + QWidget *centralwidget; + QTableWidget *tableWidget; + QLabel *label; + QLineEdit *rowsCountInput; + QPushButton *setRowsButton; + QPushButton *setRandomDataButton; + QPushButton *minButton; + QPushButton *avgButton; + QPushButton *maxButton; + QRadioButton *descendingRadio; + QRadioButton *ascendingRadio; + QPushButton *sortButton; + QLabel *label_2; + QLineEdit *searchInput; + QPushButton *searchButton; + QPushButton *loadButton; + QPushButton *saveButton; + QFrame *line; + QFrame *line_2; + QLabel *label_3; + QSpinBox *columnNumberInput; + QFrame *line_3; + + void setupUi(QMainWindow *Tables) + { + if (Tables->objectName().isEmpty()) + Tables->setObjectName(QString::fromUtf8("Tables")); + Tables->resize(1000, 600); + centralwidget = new QWidget(Tables); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + tableWidget = new QTableWidget(centralwidget); + tableWidget->setObjectName(QString::fromUtf8("tableWidget")); + tableWidget->setGeometry(QRect(20, 60, 771, 521)); + QFont font; + font.setPointSize(14); + tableWidget->setFont(font); + tableWidget->horizontalHeader()->setDefaultSectionSize(120); + tableWidget->horizontalHeader()->setProperty("showSortIndicator", QVariant(false)); + tableWidget->verticalHeader()->setVisible(false); + label = new QLabel(centralwidget); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(20, 20, 121, 30)); + label->setFont(font); + rowsCountInput = new QLineEdit(centralwidget); + rowsCountInput->setObjectName(QString::fromUtf8("rowsCountInput")); + rowsCountInput->setGeometry(QRect(150, 20, 113, 30)); + rowsCountInput->setFont(font); + rowsCountInput->setInputMethodHints(Qt::InputMethodHint::ImhPreferNumbers); + setRowsButton = new QPushButton(centralwidget); + setRowsButton->setObjectName(QString::fromUtf8("setRowsButton")); + setRowsButton->setGeometry(QRect(270, 20, 80, 30)); + setRowsButton->setFont(font); + setRandomDataButton = new QPushButton(centralwidget); + setRandomDataButton->setObjectName(QString::fromUtf8("setRandomDataButton")); + setRandomDataButton->setGeometry(QRect(370, 20, 291, 30)); + setRandomDataButton->setFont(font); + minButton = new QPushButton(centralwidget); + minButton->setObjectName(QString::fromUtf8("minButton")); + minButton->setGeometry(QRect(810, 60, 171, 30)); + minButton->setFont(font); + avgButton = new QPushButton(centralwidget); + avgButton->setObjectName(QString::fromUtf8("avgButton")); + avgButton->setGeometry(QRect(810, 100, 171, 30)); + avgButton->setFont(font); + maxButton = new QPushButton(centralwidget); + maxButton->setObjectName(QString::fromUtf8("maxButton")); + maxButton->setGeometry(QRect(810, 140, 171, 30)); + maxButton->setFont(font); + descendingRadio = new QRadioButton(centralwidget); + descendingRadio->setObjectName(QString::fromUtf8("descendingRadio")); + descendingRadio->setGeometry(QRect(810, 250, 171, 20)); + descendingRadio->setFont(font); + descendingRadio->setChecked(true); + ascendingRadio = new QRadioButton(centralwidget); + ascendingRadio->setObjectName(QString::fromUtf8("ascendingRadio")); + ascendingRadio->setGeometry(QRect(810, 280, 171, 20)); + ascendingRadio->setFont(font); + sortButton = new QPushButton(centralwidget); + sortButton->setObjectName(QString::fromUtf8("sortButton")); + sortButton->setGeometry(QRect(810, 310, 171, 30)); + sortButton->setFont(font); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(810, 370, 171, 30)); + label_2->setFont(font); + searchInput = new QLineEdit(centralwidget); + searchInput->setObjectName(QString::fromUtf8("searchInput")); + searchInput->setGeometry(QRect(810, 400, 171, 30)); + searchInput->setFont(font); + searchButton = new QPushButton(centralwidget); + searchButton->setObjectName(QString::fromUtf8("searchButton")); + searchButton->setGeometry(QRect(810, 440, 171, 30)); + searchButton->setFont(font); + loadButton = new QPushButton(centralwidget); + loadButton->setObjectName(QString::fromUtf8("loadButton")); + loadButton->setGeometry(QRect(810, 510, 171, 30)); + loadButton->setFont(font); + saveButton = new QPushButton(centralwidget); + saveButton->setObjectName(QString::fromUtf8("saveButton")); + saveButton->setGeometry(QRect(810, 550, 171, 30)); + saveButton->setFont(font); + line = new QFrame(centralwidget); + line->setObjectName(QString::fromUtf8("line")); + line->setGeometry(QRect(810, 180, 171, 16)); + line->setFont(font); + line->setFrameShape(QFrame::HLine); + line->setFrameShadow(QFrame::Sunken); + line_2 = new QFrame(centralwidget); + line_2->setObjectName(QString::fromUtf8("line_2")); + line_2->setGeometry(QRect(810, 480, 171, 16)); + line_2->setFont(font); + line_2->setFrameShape(QFrame::HLine); + line_2->setFrameShadow(QFrame::Sunken); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(810, 200, 171, 30)); + label_3->setFont(font); + columnNumberInput = new QSpinBox(centralwidget); + columnNumberInput->setObjectName(QString::fromUtf8("columnNumberInput")); + columnNumberInput->setGeometry(QRect(910, 200, 61, 30)); + columnNumberInput->setFont(font); + columnNumberInput->setMinimum(1); + columnNumberInput->setMaximum(6); + line_3 = new QFrame(centralwidget); + line_3->setObjectName(QString::fromUtf8("line_3")); + line_3->setGeometry(QRect(810, 350, 171, 16)); + line_3->setFont(font); + line_3->setFrameShape(QFrame::HLine); + line_3->setFrameShadow(QFrame::Sunken); + Tables->setCentralWidget(centralwidget); + + retranslateUi(Tables); + + QMetaObject::connectSlotsByName(Tables); + } // setupUi + + void retranslateUi(QMainWindow *Tables) + { + Tables->setWindowTitle(QCoreApplication::translate("Tables", "Tables", nullptr)); + label->setText(QCoreApplication::translate("Tables", "\320\232\320\276\320\273-\320\262\320\276 \321\201\321\202\321\200\320\276\320\272:", nullptr)); + rowsCountInput->setText(QCoreApplication::translate("Tables", "0", nullptr)); + setRowsButton->setText(QCoreApplication::translate("Tables", "\320\227\320\260\320\264\320\260\321\202\321\214", nullptr)); + setRandomDataButton->setText(QCoreApplication::translate("Tables", "\320\240\320\260\320\275\320\264\320\276\320\274\320\275\320\276 \320\267\320\260\320\277\320\276\320\273\320\275\320\270\321\202\321\214", nullptr)); + minButton->setText(QCoreApplication::translate("Tables", "\320\234\320\270\320\275\320\270\320\274\321\203\320\274", nullptr)); + avgButton->setText(QCoreApplication::translate("Tables", "\320\241\321\200\320\265\320\264\320\275\320\265\320\265", nullptr)); + maxButton->setText(QCoreApplication::translate("Tables", "\320\234\320\260\320\272\321\201\320\270\320\274\321\203\320\274", nullptr)); + descendingRadio->setText(QCoreApplication::translate("Tables", "\320\237\320\276 \321\203\320\261\321\213\320\262\320\260\320\275\320\270\321\216", nullptr)); + ascendingRadio->setText(QCoreApplication::translate("Tables", "\320\237\320\276 \320\262\320\276\320\267\321\200\320\260\321\201\321\202\320\260\320\275\320\270\321\216", nullptr)); + sortButton->setText(QCoreApplication::translate("Tables", "\320\241\320\276\321\200\321\202\320\270\321\200\320\276\320\262\320\272\320\260", nullptr)); + label_2->setText(QCoreApplication::translate("Tables", "\320\230\321\201\320\272\320\276\320\274\320\276\320\265:", nullptr)); + searchButton->setText(QCoreApplication::translate("Tables", "\320\237\320\276\320\270\321\201\320\272", nullptr)); + loadButton->setText(QCoreApplication::translate("Tables", "\320\227\320\260\320\263\321\200\321\203\320\267\320\270\321\202\321\214", nullptr)); + saveButton->setText(QCoreApplication::translate("Tables", "\320\241\320\276\321\205\321\200\320\260\320\275\320\270\321\202\321\214", nullptr)); + label_3->setText(QCoreApplication::translate("Tables", "\320\241\321\202\320\276\320\273\320\261\320\265\321\206:", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class Tables: public Ui_Tables {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_TABLES_H diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/moc_predefs.h b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/moc_predefs.h similarity index 100% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/moc_predefs.h rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/moc_predefs.h diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp similarity index 59% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/mocs_compilation.cpp rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp index de9bec6..1f19fcf 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/mocs_compilation.cpp +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp @@ -1,2 +1,2 @@ // This file is autogenerated. Changes will be overwritten. -#include "EWIEGA46WW/moc_mainwindow.cpp" +#include "EWIEGA46WW/moc_tables.cpp" diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/timestamp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp similarity index 100% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/timestamp rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeCache.txt new file mode 100755 index 0000000..2a99e16 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeCache.txt @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +10_Tables_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug + +//Value Computed by CMake +10_Tables_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +10_Tables_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=10_Tables + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir/10_Tables_autogen/mocs_compilation.cpp.o b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir/10_Tables_autogen/mocs_compilation.cpp.o new file mode 100755 index 0000000..bb39761 Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir/10_Tables_autogen/mocs_compilation.cpp.o differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir/main.cpp.o b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir/main.cpp.o new file mode 100755 index 0000000..c3afe1e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir/main.cpp.o differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir/tables.cpp.o b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir/tables.cpp.o new file mode 100755 index 0000000..877c19d Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir/tables.cpp.o differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/.syncthing.ParseCache.txt.tmp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/.syncthing.ParseCache.txt.tmp new file mode 100755 index 0000000..397d17e --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/.syncthing.ParseCache.txt.tmp @@ -0,0 +1,345 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.cpp + uic:./ui_tables.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/QMap + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmap.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..e8fb0e2 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/AutogenInfo.json @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/deps", + "DEP_FILE_RULE_NAME" : "10_Tables_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.h", + "MU", + "EWIEGA46WW/moc_tables.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/AutogenUsed.txt similarity index 100% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/AutogenUsed.txt rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/AutogenUsed.txt diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..397d17e --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/ParseCache.txt @@ -0,0 +1,345 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.cpp + uic:./ui_tables.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/tables.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/QMap + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmap.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..df6c02a --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-vSkyhf" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-vSkyhf" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-vSkyhf' + + Run Build Command(s): /usr/bin/ninja -v cmTC_ef13d + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ef13d.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ef13d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccuir3e8.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ef13d.dir/' + as -v --64 -o CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccuir3e8.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ef13d && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_ef13d' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ef13d.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccLNZS2t.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ef13d /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccLNZS2t.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ef13d /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_ef13d' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ef13d.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-vSkyhf'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_ef13d] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ef13d.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ef13d.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccuir3e8.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ef13d.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccuir3e8.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ef13d && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_ef13d' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ef13d.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccLNZS2t.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ef13d /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccLNZS2t.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_ef13d] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccLNZS2t.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ef13d /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ef13d.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..39c7096 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/clean_additional.cmake new file mode 100755 index 0000000..2f4f121 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "10_Tables_autogen" + "CMakeFiles/10_Tables_autogen.dir/AutogenUsed.txt" + "CMakeFiles/10_Tables_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeFiles/cmake.check_cache b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/cmake.check_cache similarity index 100% rename from Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeFiles/cmake.check_cache rename to Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/cmake.check_cache diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/rules.ninja new file mode 100755 index 0000000..2f0cf79 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 10_Tables +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__10_Tables_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__10_Tables_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/Testing/Temporary/LastTest.log new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/build.ninja b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/build.ninja new file mode 100755 index 0000000..3c84c36 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/build.ninja @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 10_Tables +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/10_Tables/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 10_Tables + + +############################################# +# Order-only phony target for 10_Tables + +build cmake_object_order_depends_target_10_Tables: phony || 10_Tables_autogen 10_Tables_autogen/mocs_compilation.cpp 10_Tables_autogen/timestamp 10_Tables_autogen_timestamp_deps + +build CMakeFiles/10_Tables.dir/10_Tables_autogen/mocs_compilation.cpp.o: CXX_COMPILER__10_Tables_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_10_Tables + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/10_Tables.dir/10_Tables_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/10_Tables.dir + OBJECT_FILE_DIR = CMakeFiles/10_Tables.dir/10_Tables_autogen + TARGET_COMPILE_PDB = CMakeFiles/10_Tables.dir/ + TARGET_PDB = 10_Tables.pdb + +build CMakeFiles/10_Tables.dir/main.cpp.o: CXX_COMPILER__10_Tables_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/10_Tables/main.cpp || cmake_object_order_depends_target_10_Tables + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/10_Tables.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/10_Tables.dir + OBJECT_FILE_DIR = CMakeFiles/10_Tables.dir + TARGET_COMPILE_PDB = CMakeFiles/10_Tables.dir/ + TARGET_PDB = 10_Tables.pdb + +build CMakeFiles/10_Tables.dir/tables.cpp.o: CXX_COMPILER__10_Tables_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/10_Tables/tables.cpp || cmake_object_order_depends_target_10_Tables + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/10_Tables.dir/tables.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/10_Tables.dir + OBJECT_FILE_DIR = CMakeFiles/10_Tables.dir + TARGET_COMPILE_PDB = CMakeFiles/10_Tables.dir/ + TARGET_PDB = 10_Tables.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 10_Tables + + +############################################# +# Link the executable 10_Tables + +build 10_Tables: CXX_EXECUTABLE_LINKER__10_Tables_Debug CMakeFiles/10_Tables.dir/10_Tables_autogen/mocs_compilation.cpp.o CMakeFiles/10_Tables.dir/main.cpp.o CMakeFiles/10_Tables.dir/tables.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 10_Tables_autogen 10_Tables_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/10_Tables.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/10_Tables.dir/ + TARGET_FILE = 10_Tables + TARGET_PDB = 10_Tables.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 10_Tables_autogen_timestamp_deps + +build 10_Tables_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 10_Tables_autogen + +build 10_Tables_autogen: phony CMakeFiles/10_Tables_autogen 10_Tables_autogen/include/ui_tables.h 10_Tables_autogen/timestamp 10_Tables_autogen/mocs_compilation.cpp 10_Tables_autogen_timestamp_deps + + +############################################# +# Custom command for 10_Tables_autogen/timestamp + +build 10_Tables_autogen/timestamp 10_Tables_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}10_Tables_autogen/timestamp ${cmake_ninja_workdir}10_Tables_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 10_Tables_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/10_Tables_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/CMakeFiles/d/2af8206fdfdf729fa03dd195e2af8a2582c487099e5ffdf4cc30fd6c975a9ef3.d" + DESC = Automatic MOC and UIC for target 10_Tables + depfile = CMakeFiles/d/2af8206fdfdf729fa03dd195e2af8a2582c487099e5ffdf4cc30fd6c975a9ef3.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/10_Tables_autogen + +build CMakeFiles/10_Tables_autogen 10_Tables_autogen/include/ui_tables.h | ${cmake_ninja_workdir}CMakeFiles/10_Tables_autogen ${cmake_ninja_workdir}10_Tables_autogen/include/ui_tables.h: phony 10_Tables_autogen/timestamp || 10_Tables_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug + +build all: phony 10_Tables + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/10_Tables/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/10_Tables/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/cmake_install.cmake b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/cmake_install.cmake new file mode 100755 index 0000000..d001b57 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/10_Tables" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/10_Tables") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/10_Tables" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/10_Tables") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/10_Tables" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/10_Tables") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/10_Tables") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/qtcsettings.cmake new file mode 100755 index 0000000..4db1150 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/qtcsettings.cmake @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/10_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/10_Tables/main.cpp b/Third term/Industrial programming technologies/10_Tables/main.cpp new file mode 100755 index 0000000..b0e2eb1 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/main.cpp @@ -0,0 +1,11 @@ +#include "tables.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + Tables w; + w.show(); + return a.exec(); +} diff --git a/Third term/Industrial programming technologies/10_Tables/tables.cpp b/Third term/Industrial programming technologies/10_Tables/tables.cpp new file mode 100755 index 0000000..18e03cc --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/tables.cpp @@ -0,0 +1,514 @@ +#include "tables.h" +#include "./ui_tables.h" +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace std; + +Tables::Tables(QWidget *parent) + : QMainWindow(parent), ui(new Ui::Tables) +{ + ui->setupUi(this); + + connect(ui->tableWidget, &QTableWidget::cellChanged, this, &Tables::tableCellChanged); + connect(ui->setRowsButton, &QPushButton::clicked, this, &Tables::setRowsClicked); + connect(ui->setRandomDataButton, &QPushButton::clicked, this, &Tables::setRandomDataClicked); + connect(ui->minButton, &QPushButton::clicked, this, &Tables::minClicked); + connect(ui->avgButton, &QPushButton::clicked, this, &Tables::avgClicked); + connect(ui->maxButton, &QPushButton::clicked, this, &Tables::maxClicked); + connect(ui->searchButton, &QPushButton::clicked, this, &Tables::searchClicked); + connect(ui->sortButton, &QPushButton::clicked, this, &Tables::sortClicked); + connect(ui->loadButton, &QPushButton::clicked, this, &Tables::loadDataFromJson); + connect(ui->saveButton, &QPushButton::clicked, this, &Tables::saveDataToJson); + + ui->tableWidget->setColumnCount(6); + QStringList headers = {"ID", "Фамилия", "Имя", "Отчество", "Телефон", "Email"}; + ui->tableWidget->setHorizontalHeaderLabels(headers); +} + +Tables::~Tables() +{ + delete ui; +} + +void Tables::tableCellChanged(int row, int column) +{ + QTableWidgetItem *item = ui->tableWidget->item(row, column); + QString cellData = item->text(); + + if (!dataMap.contains(row)) + { + dataMap[row] = QMap(); + } + + if (column == 0) + { + QRegularExpression pattern("\\d+"); + if (!pattern.match(cellData).hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Некорректный id."); + if (dataMap[row]["id"] == "") { + dataMap[row]["id"] = "0"; + } + item->setText(dataMap[row]["id"]); + } + else + { + dataMap[row]["id"] = cellData; + } + } + if (column == 1) + { + QRegularExpression pattern("[А-Я][а-я]{3,14}"); + if (!pattern.match(cellData).hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Некорректная фамилия."); + if (dataMap[row]["surname"] == "") { + dataMap[row]["surname"] = "Иванов"; + } + item->setText(dataMap[row]["surname"]); + } + else + { + dataMap[row]["surname"] = cellData; + } + } + if (column == 2) + { + QRegularExpression pattern("[А-Я][а-я]{3,14}"); + if (!pattern.match(cellData).hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Некорректное имя."); + if (dataMap[row]["name"] == "") { + dataMap[row]["name"] = "Иван"; + } + item->setText(dataMap[row]["name"]); + } + else + { + dataMap[row]["name"] = cellData; + } + } + if (column == 3) + { + QRegularExpression pattern("[А-Я][а-я]{3,14}"); + if (!pattern.match(cellData).hasMatch() && cellData != "") + { + QMessageBox::warning(this, "Ошибка", "Некорректное отчество."); + item->setText(dataMap[row]["patronymic"]); + } + else + { + dataMap[row]["patronymic"] = cellData; + } + } + if (column == 4) + { + QRegularExpression pattern("\\+7-\\d{3}-\\d{3}-\\d{2}-\\d{2}"); + if (!pattern.match(cellData).hasMatch() && cellData != "") + { + QMessageBox::warning(this, "Ошибка", "Некорректный номер телефона."); + item->setText(dataMap[row]["phone"]); + } + else + { + dataMap[row]["phone"] = cellData; + } + } + if (column == 5) + { + QRegularExpression pattern("^[a-zA-Z0-9._%+-]{1,20}@[a-zA-Z0-9-]+\\.[a-zA-Z]{2,}$"); + if (!pattern.match(cellData).hasMatch() && cellData != "") + { + QMessageBox::warning(this, "Ошибка", "Некорректный адрес электронной почты."); + item->setText(dataMap[row]["email"]); + } + else + { + dataMap[row]["email"] = cellData; + } + } +} + +void Tables::setRowsClicked() +{ + QString rawRowsCount = ui->rowsCountInput->text(); + QRegularExpression rowsCountPattern("\\d+"); + QRegularExpressionMatch rowsCountMatch = rowsCountPattern.match(rawRowsCount); + if (!rowsCountMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверное число строк."); + return; + } + int rowsCount = rawRowsCount.toInt(); + ui->tableWidget->setRowCount(rowsCount); + ui->tableWidget->setColumnCount(6); + for (int i = 0; i < rowsCount; i++) + { + QTableWidgetItem *item = ui->tableWidget->item(i, 0); + if (item == nullptr) + { + item = new QTableWidgetItem(QString::number(i + 1)); + ui->tableWidget->setItem(i, 0, item); + } + } +} + +void Tables::setRandomDataClicked() +{ + srand(time(0)); + QStringList firstNames = { + "Никита", "Александр", "Виктор", "Даниил", "Артем", + "Дмитрий", "Иван", "Максим", "Роман", "Сергей", + "Михаил", "Андрей", "Тимур", "Константин", "Станислав", + "Алексей", "Юрий", "Павел", "Олег", "Евгений"}; + QStringList lastNames = { + "Абрамов", "Иванов", "Дроздов", "Гусевский", "Петров", + "Сидоров", "Кузнецов", "Смирнов", "Лебедев", "Морозов", + "Николаев", "Попов", "Федоров", "Сухов", "Орлов", + "Захаров", "Васильев", "Малышев", "Ковалев", "Зуев"}; + QStringList patronymics = { + "Иванович", "Викторович", "Александрович", "Даниилович", "Артемович", + "Дмитриевич", "Ивановна", "Максимович", "Романович", "Сергеевич", + "Михайлович", "Андреевич", "Тимурович", "Константинович", "Станиславович", + "Алексеевич", "Юрьевич", "Павлович", "Олегович", ""}; + QStringList emails = { + "test1", "test2", "test3", "test4", "user1", + "user2", "user3", "user4", "name1", "name2", + "example1", "example2", "sample1", "sample2", "demo1", + "demo2", "info1", "info2", "contact1", "contact2"}; + QStringList domains = { + "gmail.com", "yahoo.com", "example.com", "hotmail.com", "mail.ru", + "yandex.ru", "outlook.com", "icloud.com", "live.com", "protonmail.com", + "zoho.com", "aol.com", "fastmail.com", "gmx.com", "tutanota.com", + "inbox.ru", "rambler.ru", "bk.ru", "mail.com", "hushmail.com"}; + + int rows = ui->tableWidget->rowCount(); + for (int i = 0; i < rows; ++i) + { + QString fullName = lastNames[rand() % lastNames.size()] + " " + + firstNames[rand() % firstNames.size()] + " " + + patronymics[rand() % patronymics.size()]; + QString phone = QString::fromStdString("+7-" + std::to_string(rand() % 100 + 900) + "-" + + std::to_string(rand() % 900 + 100) + "-" + + std::to_string(rand() % 90 + 10) + "-" + + std::to_string(rand() % 90 + 10)); + QString email = emails[rand() % emails.size()].toLower() + "@" + + domains[rand() % domains.size()]; + + ui->tableWidget->setItem(i, 0, new QTableWidgetItem(QString::number(i + 1))); + ui->tableWidget->setItem(i, 1, new QTableWidgetItem(lastNames[rand() % lastNames.size()])); + ui->tableWidget->setItem(i, 2, new QTableWidgetItem(firstNames[rand() % firstNames.size()])); + ui->tableWidget->setItem(i, 3, new QTableWidgetItem(patronymics[rand() % patronymics.size()])); + ui->tableWidget->setItem(i, 4, new QTableWidgetItem(phone)); + ui->tableWidget->setItem(i, 5, new QTableWidgetItem(email)); + } +} + +void Tables::minClicked() +{ + if (ui->tableWidget->rowCount() == 0) + { + QMessageBox::warning(this, "Минимум", "Таблица пустая."); + return; + } + + int minSum = 999; + QStringList minRows; + + for (int i = 0; i < ui->tableWidget->rowCount(); ++i) + { + QString phone = ui->tableWidget->item(i, 4)->text(); + int sum = 0; + + for (QChar digit : phone) + { + if (digit.isDigit()) + { + sum += digit.digitValue(); + } + } + + if (sum < minSum) + { + minSum = sum; + minRows.clear(); + minRows.append(QString::number(i + 1)); + } + else if (sum == minSum) + { + minRows.append(QString::number(i + 1)); + } + } + + QString minRowsString = minRows.join(", "); + QMessageBox::information(this, "Минимум", "Строки с минимальной суммой цифр в номере телефона: " + minRowsString); +} + +void Tables::avgClicked() +{ + if (ui->tableWidget->rowCount() == 0) + { + QMessageBox::warning(this, "Среднее", "Таблица пустая."); + return; + } + + double totalSum = 0; + int validEntries = 0; + + for (int i = 0; i < ui->tableWidget->rowCount(); ++i) + { + QString phone = ui->tableWidget->item(i, 4)->text(); + int sum = 0; + + for (QChar digit : phone) + { + if (digit.isDigit()) + { + sum += digit.digitValue(); + } + } + + totalSum += sum; + if (sum > 0) + { + validEntries++; + } + } + + double avgSum = (validEntries > 0) ? totalSum / validEntries : 0; + QMessageBox::information(this, "Среднее", "Среднее значение сумм цифр в номерах телефонов: " + QString::number(avgSum)); +} + +void Tables::maxClicked() +{ + if (ui->tableWidget->rowCount() == 0) + { + QMessageBox::warning(this, "Максимум", "Таблица пустая."); + return; + } + + int maxSum = -1; + QStringList maxRows; + + for (int i = 0; i < ui->tableWidget->rowCount(); ++i) + { + QString phone = ui->tableWidget->item(i, 4)->text(); + int sum = 0; + + for (QChar digit : phone) + { + if (digit.isDigit()) + { + sum += digit.digitValue(); + } + } + + if (sum > maxSum) + { + maxSum = sum; + maxRows.clear(); + maxRows.append(QString::number(i + 1)); + } + else if (sum == maxSum) + { + maxRows.append(QString::number(i + 1)); + } + } + + QString maxRowsString = maxRows.join(", "); + QMessageBox::information(this, "Максимум", "Строки с максимальной суммой цифр в номерах телефонов: " + maxRowsString); +} + +void Tables::searchClicked() +{ + QString searchData = ui->searchInput->text(); + QString message; + for (int i = 0; i < ui->tableWidget->rowCount(); ++i) + { + for (int j = 0; j < ui->tableWidget->columnCount(); ++j) + { + if (ui->tableWidget->item(i, j)->text().contains(searchData, Qt::CaseInsensitive)) + { + message += "Найдено на строке: " + QString::number(i + 1) + " (столбец " + QString::number(j + 1) + ")\n"; + } + } + } + if (message.isEmpty()) + { + QMessageBox::warning(this, "Результаты поиска", "Данные не найдены."); + } + else + { + QMessageBox::information(this, "Результаты поиска", message); + } +} + +void Tables::sortClicked() +{ + if (dataMap.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Нет данных для сортировки."); + return; + } + + int column = ui->columnNumberInput->text().toInt() - 1; + bool isDescending = ui->descendingRadio->isChecked(); + + QVector> dataList; + + for (const auto &entry : dataMap) + { + dataList.append(entry); + } + + std::sort(dataList.begin(), dataList.end(), [column, isDescending](const QMap &a, const QMap &b) + { + QString valueA, valueB; + + switch (column) { + case 0: + if (isDescending) { + return a["id"].toInt() > b["id"].toInt(); + } + return a["id"].toInt() < b["id"].toInt(); + case 1: + valueA = a["surname"]; + valueB = b["surname"]; + break; + case 2: + valueA = a["name"]; + valueB = b["name"]; + break; + case 3: + valueA = a["patronymic"]; + valueB = b["patronymic"]; + break; + case 4: + valueA = a["phone"]; + valueB = b["phone"]; + break; + case 5: + valueA = a["email"]; + valueB = b["email"]; + break; + default: + return false; + } + + if (isDescending) { + return valueA > valueB; + } + return valueA < valueB; }); + + ui->tableWidget->setRowCount(0); + for (const auto &data : dataList) + { + int row = ui->tableWidget->rowCount(); + ui->tableWidget->insertRow(row); + ui->tableWidget->setItem(row, 0, new QTableWidgetItem(data["id"])); + ui->tableWidget->setItem(row, 1, new QTableWidgetItem(data["surname"])); + ui->tableWidget->setItem(row, 2, new QTableWidgetItem(data["name"])); + ui->tableWidget->setItem(row, 3, new QTableWidgetItem(data["patronymic"])); + ui->tableWidget->setItem(row, 4, new QTableWidgetItem(data["phone"])); + ui->tableWidget->setItem(row, 5, new QTableWidgetItem(data["email"])); + } +} + +void Tables::loadDataFromJson() +{ + QString fileName = QFileDialog::getOpenFileName(this, "Открыть файл", "", "JSON Files (*.json);;All Files (*)"); + if (fileName.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Неверный файл."); + return; + } + + QFile confFile(fileName); + if (!confFile.open(QIODevice::ReadOnly | QIODevice::Text)) + { + QMessageBox::warning(this, "Ошибка", "Проблемы с чтением файла."); + return; + } + + QString jsonData = confFile.readAll(); + confFile.close(); + + QJsonDocument jsonDoc = QJsonDocument::fromJson(jsonData.toUtf8()); + if (jsonDoc.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Файл JSON некорректный."); + return; + } + + QJsonArray jsonArray = jsonDoc.array(); + ui->tableWidget->setRowCount(jsonArray.size()); + ui->tableWidget->setColumnCount(6); + + dataMap.clear(); + + for (int i = 0; i < jsonArray.size(); ++i) + { + QJsonObject jsonObject = jsonArray[i].toObject(); + + ui->tableWidget->setItem(i, 0, new QTableWidgetItem(QString::number(i + 1))); + ui->tableWidget->setItem(i, 1, new QTableWidgetItem(jsonObject["surname"].toString())); + ui->tableWidget->setItem(i, 2, new QTableWidgetItem(jsonObject["name"].toString())); + ui->tableWidget->setItem(i, 3, new QTableWidgetItem(jsonObject["patronymic"].toString())); + ui->tableWidget->setItem(i, 4, new QTableWidgetItem(jsonObject["phone"].toString())); + ui->tableWidget->setItem(i, 5, new QTableWidgetItem(jsonObject["email"].toString())); + } +} + +void Tables::saveDataToJson() +{ + + QString qtFileName = QFileDialog::getSaveFileName(this, "Сохранить файл", "", "JSON (*.json)"); + if (qtFileName.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Неверный файл."); + return; + } + + string fileName = qtFileName.toStdString(); + string extension = ".json"; + if (fileName.length() < extension.length() || fileName.compare(fileName.length() - extension.length(), extension.length(), extension) != 0) + { + fileName += extension; + } + + QFile confFile(QString::fromStdString(fileName)); + if (!confFile.open(QIODevice::WriteOnly)) + { + QMessageBox::warning(this, "Ошибка", "Проблемы с записью файла."); + return; + } + + QJsonArray jsonArray; + for (int i = 0; i < dataMap.size(); ++i) + { + QJsonObject jsonObject; + jsonObject["id"] = dataMap[i]["id"]; + jsonObject["surname"] = dataMap[i]["surname"]; + jsonObject["name"] = dataMap[i]["name"]; + jsonObject["patronymic"] = dataMap[i]["patronymic"]; + jsonObject["phone"] = dataMap[i]["phone"]; + jsonObject["email"] = dataMap[i]["email"]; + + jsonArray.append(jsonObject); + } + + QJsonDocument jsonDoc(jsonArray); + confFile.write(jsonDoc.toJson()); + confFile.close(); + + QMessageBox::information(this, "Успех", "Данные успешно сохранены в файл."); +} diff --git a/Third term/Industrial programming technologies/10_Tables/tables.h b/Third term/Industrial programming technologies/10_Tables/tables.h new file mode 100755 index 0000000..20e077c --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/tables.h @@ -0,0 +1,37 @@ +#ifndef TABLES_H +#define TABLES_H + +#include +#include + +QT_BEGIN_NAMESPACE +namespace Ui { +class Tables; +} +QT_END_NAMESPACE + +class Tables : public QMainWindow +{ + Q_OBJECT + +public: + Tables(QWidget *parent = nullptr); + ~Tables(); + +private slots: + void setRowsClicked(); + void setRandomDataClicked(); + void minClicked(); + void avgClicked(); + void maxClicked(); + void tableCellChanged(int row, int collumn); + void searchClicked(); + void sortClicked(); + void loadDataFromJson(); + void saveDataToJson(); + +private: + Ui::Tables *ui; + QMap> dataMap; +}; +#endif // TABLES_H diff --git a/Third term/Industrial programming technologies/10_Tables/tables.ui b/Third term/Industrial programming technologies/10_Tables/tables.ui new file mode 100755 index 0000000..bace86e --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/tables.ui @@ -0,0 +1,411 @@ + + + Tables + + + + 0 + 0 + 1000 + 600 + + + + Tables + + + + + + 20 + 60 + 771 + 521 + + + + + 14 + + + + 120 + + + false + + + false + + + + + + 20 + 20 + 121 + 30 + + + + + 14 + + + + Кол-во строк: + + + + + + 150 + 20 + 113 + 30 + + + + + 14 + + + + Qt::InputMethodHint::ImhPreferNumbers + + + 0 + + + + + + 270 + 20 + 80 + 30 + + + + + 14 + + + + Задать + + + + + + 370 + 20 + 291 + 30 + + + + + 14 + + + + Рандомно заполнить + + + + + + 810 + 60 + 171 + 30 + + + + + 14 + + + + Минимум + + + + + + 810 + 100 + 171 + 30 + + + + + 14 + + + + Среднее + + + + + + 810 + 140 + 171 + 30 + + + + + 14 + + + + Максимум + + + + + + 810 + 250 + 171 + 20 + + + + + 14 + + + + По убыванию + + + true + + + + + + 810 + 280 + 171 + 20 + + + + + 14 + + + + По возрастанию + + + + + + 810 + 310 + 171 + 30 + + + + + 14 + + + + Сортировка + + + + + + 810 + 370 + 171 + 30 + + + + + 14 + + + + Искомое: + + + + + + 810 + 400 + 171 + 30 + + + + + 14 + + + + + + + 810 + 440 + 171 + 30 + + + + + 14 + + + + Поиск + + + + + + 810 + 510 + 171 + 30 + + + + + 14 + + + + Загрузить + + + + + + 810 + 550 + 171 + 30 + + + + + 14 + + + + Сохранить + + + + + + 810 + 180 + 171 + 16 + + + + + 14 + + + + Qt::Orientation::Horizontal + + + + + + 810 + 480 + 171 + 16 + + + + + 14 + + + + Qt::Orientation::Horizontal + + + + + + 810 + 200 + 171 + 30 + + + + + 14 + + + + Столбец: + + + + + + 910 + 200 + 61 + 30 + + + + + 14 + + + + 1 + + + 6 + + + + + + 810 + 350 + 171 + 16 + + + + + 14 + + + + Qt::Orientation::Horizontal + + + + + + + diff --git a/Third term/Industrial programming technologies/10_Tables/test.json b/Third term/Industrial programming technologies/10_Tables/test.json new file mode 100755 index 0000000..e0f2dc0 --- /dev/null +++ b/Third term/Industrial programming technologies/10_Tables/test.json @@ -0,0 +1,82 @@ +[ + { + "email": "victor@yahoo.com", + "id": "1", + "name": "Даниил", + "patronymic": "Викторович", + "phone": "+7-977-469-17-23", + "surname": "Гусевский" + }, + { + "email": "victor@gmail.com", + "id": "2", + "name": "Александр", + "patronymic": "Викторович", + "phone": "+7-999-571-23-70", + "surname": "Иванов" + }, + { + "email": "nikita@yahoo.com", + "id": "3", + "name": "Никита", + "patronymic": "Иванович", + "phone": "+7-925-364-87-84", + "surname": "Абрамов" + }, + { + "email": "alex@yahoo.com", + "id": "4", + "name": "Даниил", + "patronymic": "Иванович", + "phone": "+7-915-472-38-95", + "surname": "Абрамов" + }, + { + "email": "nikita@gmail.com", + "id": "5", + "name": "Даниил", + "patronymic": "Александрович", + "phone": "+7-969-762-36-41", + "surname": "Абрамов" + }, + { + "email": "nikita@example.com", + "id": "6", + "name": "Даниил", + "patronymic": "Иванович", + "phone": "+7-981-629-20-45", + "surname": "Дроздов" + }, + { + "email": "victor@gmail.com", + "id": "7", + "name": "Александр", + "patronymic": "Викторович", + "phone": "+7-963-362-84-73", + "surname": "Гусевский" + }, + { + "email": "victor@yahoo.com", + "id": "8", + "name": "Никита", + "patronymic": "Александрович", + "phone": "+7-980-550-85-36", + "surname": "Дроздов" + }, + { + "email": "nikita@gmail.com", + "id": "9", + "name": "Никита", + "patronymic": "", + "phone": "+7-901-836-61-40", + "surname": "Иванов" + }, + { + "email": "daniil@example.com", + "id": "10", + "name": "Александр", + "patronymic": "Викторович", + "phone": "+7-900-208-71-33", + "surname": "Дроздов" + } +] diff --git a/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/query/cache-v2 b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/query/cache-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/query/cmakeFiles-v1 b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/query/codemodel-v2 b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/query/codemodel-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/cache-v2-387291ecfba8681349fe.json b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/cache-v2-255021c80091e9664b19.json similarity index 96% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/cache-v2-387291ecfba8681349fe.json rename to Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/cache-v2-255021c80091e9664b19.json index 140cf67..e320518 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/cache-v2-387291ecfba8681349fe.json +++ b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/cache-v2-255021c80091e9664b19.json @@ -1,42 +1,6 @@ { "entries" : [ - { - "name" : "1_Calculator_BINARY_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug" - }, - { - "name" : "1_Calculator_IS_TOP_LEVEL", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "ON" - }, - { - "name" : "1_Calculator_SOURCE_DIR", - "properties" : - [ - { - "name" : "HELPSTRING", - "value" : "Value Computed by CMake" - } - ], - "type" : "STATIC", - "value" : "/home/nktkln/Documents/1_Calculator" - }, { "name" : "CMAKE_ADDR2LINE", "properties" : @@ -91,7 +55,7 @@ } ], "type" : "INTERNAL", - "value" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" }, { "name" : "CMAKE_CACHE_MAJOR_VERSION", @@ -499,7 +463,7 @@ } ], "type" : "STATIC", - "value" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/pkgRedirects" }, { "name" : "CMAKE_GENERATOR", @@ -559,7 +523,7 @@ } ], "type" : "INTERNAL", - "value" : "/home/nktkln/Documents/1_Calculator" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" }, { "name" : "CMAKE_INSTALL_BINDIR", @@ -1071,7 +1035,7 @@ } ], "type" : "FILEPATH", - "value" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/auto-setup.cmake" }, { "name" : "CMAKE_PROJECT_NAME", @@ -1083,7 +1047,7 @@ } ], "type" : "STATIC", - "value" : "1_Calculator" + "value" : "Calculator" }, { "name" : "CMAKE_PROJECT_VERSION", @@ -1441,6 +1405,42 @@ "type" : "BOOL", "value" : "FALSE" }, + { + "name" : "Calculator_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" + }, + { + "name" : "Calculator_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "Calculator_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" + }, { "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", "properties" : diff --git a/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/cmakeFiles-v1-040f461343b67ad4c262.json b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/cmakeFiles-v1-040f461343b67ad4c262.json new file mode 100755 index 0000000..8c82ee8 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/cmakeFiles-v1-040f461343b67ad4c262.json @@ -0,0 +1,650 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "path" : ".qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "path" : "CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "path" : "CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "path" : "CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/codemodel-v2-af587a0f1e45df19aafb.json b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/codemodel-v2-af587a0f1e45df19aafb.json new file mode 100755 index 0000000..9d8ce52 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/codemodel-v2-af587a0f1e45df19aafb.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-98323358183c45d11e8f.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "Calculator", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "Calculator::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Calculator-Debug-54c6342f2bcee4a2a8ce.json", + "name" : "Calculator", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Calculator_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Calculator_autogen-Debug-7ad679a9c5e904950cba.json", + "name" : "Calculator_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json", + "name" : "Calculator_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-5850f714bd1b698df6da.json b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/directory-.-Debug-98323358183c45d11e8f.json similarity index 83% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-5850f714bd1b698df6da.json rename to Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/directory-.-Debug-98323358183c45d11e8f.json index acab6eb..f30df7d 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-5850f714bd1b698df6da.json +++ b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/directory-.-Debug-98323358183c45d11e8f.json @@ -17,7 +17,7 @@ { "command" : 0, "file" : 0, - "line" : 63, + "line" : 66, "parent" : 0 } ] @@ -30,9 +30,9 @@ "destination" : "bin", "paths" : [ - "1_Calculator" + "Calculator" ], - "targetId" : "1_Calculator::@6890427a1f51a3e7e1df", + "targetId" : "Calculator::@6890427a1f51a3e7e1df", "targetIndex" : 0, "type" : "target" } diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-14T08-39-45-0241.json b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/index-2024-09-27T03-58-22-0268.json similarity index 74% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-14T08-39-45-0241.json rename to Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/index-2024-09-27T03-58-22-0268.json index 83187b7..0208fcf 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-14T08-39-45-0241.json +++ b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/index-2024-09-27T03-58-22-0268.json @@ -26,7 +26,7 @@ "objects" : [ { - "jsonFile" : "codemodel-v2-1fd6d71a0b9d0a4a4af3.json", + "jsonFile" : "codemodel-v2-af587a0f1e45df19aafb.json", "kind" : "codemodel", "version" : { @@ -35,7 +35,7 @@ } }, { - "jsonFile" : "cache-v2-387291ecfba8681349fe.json", + "jsonFile" : "cache-v2-255021c80091e9664b19.json", "kind" : "cache", "version" : { @@ -44,7 +44,7 @@ } }, { - "jsonFile" : "cmakeFiles-v1-21dd0959b8f68e4119cc.json", + "jsonFile" : "cmakeFiles-v1-040f461343b67ad4c262.json", "kind" : "cmakeFiles", "version" : { @@ -57,7 +57,7 @@ { "cache-v2" : { - "jsonFile" : "cache-v2-387291ecfba8681349fe.json", + "jsonFile" : "cache-v2-255021c80091e9664b19.json", "kind" : "cache", "version" : { @@ -67,7 +67,7 @@ }, "cmakeFiles-v1" : { - "jsonFile" : "cmakeFiles-v1-21dd0959b8f68e4119cc.json", + "jsonFile" : "cmakeFiles-v1-040f461343b67ad4c262.json", "kind" : "cmakeFiles", "version" : { @@ -77,7 +77,7 @@ }, "codemodel-v2" : { - "jsonFile" : "codemodel-v2-1fd6d71a0b9d0a4a4af3.json", + "jsonFile" : "codemodel-v2-af587a0f1e45df19aafb.json", "kind" : "codemodel", "version" : { diff --git a/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/target-Calculator-Debug-54c6342f2bcee4a2a8ce.json b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/target-Calculator-Debug-54c6342f2bcee4a2a8ce.json new file mode 100755 index 0000000..4c73c79 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/target-Calculator-Debug-54c6342f2bcee4a2a8ce.json @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "Calculator" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 66, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "Calculator_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "Calculator::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "Calculator", + "nameOnDisk" : "Calculator", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "Calculator_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "calculator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "calculator.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "Calculator_autogen/include/ui_calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "Calculator_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/target-Calculator_autogen-Debug-7ad679a9c5e904950cba.json b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/target-Calculator_autogen-Debug-7ad679a9c5e904950cba.json new file mode 100755 index 0000000..103e649 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/target-Calculator_autogen-Debug-7ad679a9c5e904950cba.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "Calculator_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "Calculator_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "CMakeFiles/Calculator_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "CMakeFiles/Calculator_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json new file mode 100755 index 0000000..0e58d2c --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.cmake/api/v1/reply/target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "Calculator_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/1_Calculator/.gitignore b/Third term/Industrial programming technologies/1_Calculator/.gitignore new file mode 100755 index 0000000..4a0b530 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.gitignore @@ -0,0 +1,74 @@ +# This file is used to ignore files which are generated +# ---------------------------------------------------------------------------- + +*~ +*.autosave +*.a +*.core +*.moc +*.o +*.obj +*.orig +*.rej +*.so +*.so.* +*_pch.h.cpp +*_resource.rc +*.qm +.#* +*.*# +core +!core/ +tags +.DS_Store +.directory +*.debug +Makefile* +*.prl +*.app +moc_*.cpp +ui_*.h +qrc_*.cpp +Thumbs.db +*.res +*.rc +/.qmake.cache +/.qmake.stash + +# qtcreator generated files +*.pro.user* +CMakeLists.txt.user* + +# xemacs temporary files +*.flc + +# Vim temporary files +.*.swp + +# Visual Studio generated files +*.ib_pdb_index +*.idb +*.ilk +*.pdb +*.sln +*.suo +*.vcproj +*vcproj.*.*.user +*.ncb +*.sdf +*.opensdf +*.vcxproj +*vcxproj.* + +# MinGW generated files +*.Debug +*.Release + +# Python byte code +*.pyc + +# Binaries +# -------- +*.dll +*.exe + diff --git a/Third term/Industrial programming technologies/1_Calculator/.ninja_deps b/Third term/Industrial programming technologies/1_Calculator/.ninja_deps new file mode 100755 index 0000000..209098d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.ninja_log b/Third term/Industrial programming technologies/1_Calculator/.ninja_log new file mode 100755 index 0000000..4c78241 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.ninja_log @@ -0,0 +1,18 @@ +# ninja log v6 +2 227 1727267384745859600 Calculator_autogen/timestamp 840bb77fc78304ae +2 227 1727267384745859600 Calculator_autogen/mocs_compilation.cpp 840bb77fc78304ae +244 2538 1727267384775032500 CMakeFiles/Calculator.dir/calculator.cpp.o 2ad87c8a3b911e33 +2 227 1727267384745859600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/timestamp 840bb77fc78304ae +2 227 1727267384745859600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/mocs_compilation.cpp 840bb77fc78304ae +2540 3012 1727267387070339400 Calculator 1de1baaa9959b7c9 +244 2136 1727267384773803300 CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o f3e2b99f7473be1c +244 2393 1727267384774071900 CMakeFiles/Calculator.dir/main.cpp.o ae4e9801ca14c29b +4 234 1727409504853673700 Calculator_autogen/timestamp 840bb77fc78304ae +4 234 1727409504853673700 Calculator_autogen/mocs_compilation.cpp 840bb77fc78304ae +4 234 1727409504853673700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/timestamp 840bb77fc78304ae +4 234 1727409504853673700 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/mocs_compilation.cpp 840bb77fc78304ae +236 1803 1727409504865044700 CMakeFiles/Calculator.dir/main.cpp.o ae4e9801ca14c29b +235 1882 1727409504864753500 CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o f3e2b99f7473be1c +236 2165 1727409504865796300 CMakeFiles/Calculator.dir/calculator.cpp.o 2ad87c8a3b911e33 +2166 2441 1727409506795040800 Calculator 1de1baaa9959b7c9 +2 247 1727409543607654500 Calculator 1de1baaa9959b7c9 diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/LICENSE.conan b/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/LICENSE.conan new file mode 100755 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/LICENSE.conan @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/auto-setup.cmake b/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/auto-setup.cmake new file mode 100755 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/auto-setup.cmake @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/conan.cmake b/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/conan.cmake new file mode 100755 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/conan.cmake @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/conan_provider.cmake b/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/conan_provider.cmake new file mode 100755 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/conan_provider.cmake @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.F2CCB1901AC2BAAE.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.F2CCB1901AC2BAAE.idx new file mode 100755 index 0000000..4e358a8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.F2CCB1901AC2BAAE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/beta_function.tcc.EDAA91939666D6F8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/beta_function.tcc.EDAA91939666D6F8.idx new file mode 100755 index 0000000..d6f110a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/beta_function.tcc.EDAA91939666D6F8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/calculator.cpp.096732F729A72E96.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/calculator.cpp.096732F729A72E96.idx new file mode 100755 index 0000000..5a0bc04 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/calculator.cpp.096732F729A72E96.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/calculator.h.0343A55FE53FD6DC.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/calculator.h.0343A55FE53FD6DC.idx new file mode 100755 index 0000000..506f88a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/calculator.h.0343A55FE53FD6DC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cmath.7F94A5DC886C08DF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cmath.7F94A5DC886C08DF.idx new file mode 100755 index 0000000..bdd897b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cmath.7F94A5DC886C08DF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.133F835CD79F336E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.133F835CD79F336E.idx new file mode 100755 index 0000000..98ad925 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.133F835CD79F336E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.AC5BA0141D2C0DD6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.AC5BA0141D2C0DD6.idx new file mode 100755 index 0000000..4110be2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.AC5BA0141D2C0DD6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.3344EA8D5853532A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.3344EA8D5853532A.idx new file mode 100755 index 0000000..a8dd9d1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.3344EA8D5853532A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/fp-fast.h.91A0AAED89DDB8E8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/fp-fast.h.91A0AAED89DDB8E8.idx new file mode 100755 index 0000000..1f71e2d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/fp-fast.h.91A0AAED89DDB8E8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/fp-logb.h.943A50A5C0A2DEE2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/fp-logb.h.943A50A5C0A2DEE2.idx new file mode 100755 index 0000000..bc30bad Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/fp-logb.h.943A50A5C0A2DEE2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/gamma.tcc.CF41377F3B0E30B0.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/gamma.tcc.CF41377F3B0E30B0.idx new file mode 100755 index 0000000..4f2b4ac Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/gamma.tcc.CF41377F3B0E30B0.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.000204CBFF30D2B9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.000204CBFF30D2B9.idx new file mode 100755 index 0000000..4b08b17 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.000204CBFF30D2B9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/iscanonical.h.BDB713BBC126F94E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/iscanonical.h.BDB713BBC126F94E.idx new file mode 100755 index 0000000..e5519d5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/iscanonical.h.BDB713BBC126F94E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.CDCF14C01A1BF745.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.CDCF14C01A1BF745.idx new file mode 100755 index 0000000..8272663 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.CDCF14C01A1BF745.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx new file mode 100755 index 0000000..b0c7470 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx new file mode 100755 index 0000000..df48cb6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/main.cpp.073F820A971DCA1A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/main.cpp.073F820A971DCA1A.idx new file mode 100755 index 0000000..6d56787 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/main.cpp.073F820A971DCA1A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/math-vector.h.EA6B90E1EDD4798B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/math-vector.h.EA6B90E1EDD4798B.idx new file mode 100755 index 0000000..dfbc3e0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/math-vector.h.EA6B90E1EDD4798B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx new file mode 100755 index 0000000..53fee81 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx new file mode 100755 index 0000000..57e17c0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.3DFB1F2663B4A290.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.3DFB1F2663B4A290.idx new file mode 100755 index 0000000..ea37a8b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.3DFB1F2663B4A290.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mathcalls.h.37D6C5C19208639E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mathcalls.h.37D6C5C19208639E.idx new file mode 100755 index 0000000..540a3d7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mathcalls.h.37D6C5C19208639E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.8D9178AED792D9CC.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.8D9178AED792D9CC.idx new file mode 100755 index 0000000..b853cb3 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.8D9178AED792D9CC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.D413A3EF77FEEBAF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.D413A3EF77FEEBAF.idx new file mode 100755 index 0000000..c1bca90 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.D413A3EF77FEEBAF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.6EB83F039A07CFFB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.6EB83F039A07CFFB.idx new file mode 100755 index 0000000..b169fb1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.6EB83F039A07CFFB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx new file mode 100755 index 0000000..4e4db7f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx new file mode 100755 index 0000000..bd20f51 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.262BC87DE326D651.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.262BC87DE326D651.idx new file mode 100755 index 0000000..84ad07e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.262BC87DE326D651.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/specfun.h.35594A6C9CE44488.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/specfun.h.35594A6C9CE44488.idx new file mode 100755 index 0000000..a325bb5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/specfun.h.35594A6C9CE44488.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/special_function_util.h.D4B9F9F9E5F0C5C5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/special_function_util.h.D4B9F9F9E5F0C5C5.idx new file mode 100755 index 0000000..979abbe Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/special_function_util.h.D4B9F9F9E5F0C5C5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/compile_commands.json new file mode 100755 index 0000000..1c40e7d --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeCache.txt b/Third term/Industrial programming technologies/1_Calculator/CMakeCache.txt new file mode 100755 index 0000000..c8e9b45 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeCache.txt @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=Calculator + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Value Computed by CMake +Calculator_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator + +//Value Computed by CMake +Calculator_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +Calculator_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..01a8538 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/CMakeScratch/TryCompile-zAocW1" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/CMakeScratch/TryCompile-zAocW1" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/CMakeScratch/TryCompile-zAocW1' + + Run Build Command(s): /usr/bin/ninja -v cmTC_fa6bf + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_fa6bf.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_fa6bf.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccHUzKnE.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_fa6bf.dir/' + as -v --64 -o CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccHUzKnE.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_fa6bf && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_fa6bf' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_fa6bf.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxl7c1e.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_fa6bf /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxl7c1e.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_fa6bf /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_fa6bf' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_fa6bf.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/CMakeScratch/TryCompile-zAocW1'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_fa6bf] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_fa6bf.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_fa6bf.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccHUzKnE.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_fa6bf.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccHUzKnE.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_fa6bf && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_fa6bf' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_fa6bf.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxl7c1e.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_fa6bf /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccxl7c1e.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_fa6bf] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccxl7c1e.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_fa6bf /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_fa6bf.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..8a13323 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/AutogenInfo.json @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/deps", + "DEP_FILE_RULE_NAME" : "Calculator_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.h", + "MU", + "EWIEGA46WW/moc_calculator.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/main.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..1b24097 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/ParseCache.txt @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.cpp + uic:./ui_calculator.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..ac9ccc1 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/clean_additional.cmake new file mode 100755 index 0000000..3daf4df --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt" + "CMakeFiles/Calculator_autogen.dir/ParseCache.txt" + "Calculator_autogen" + ) +endif() diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/cmake.check_cache b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/cmake.check_cache new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/rules.ninja new file mode 100755 index 0000000..020acde --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: Calculator +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__Calculator_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__Calculator_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeLists.sync-conflict-20240927-073940-VJAGI4P.txt b/Third term/Industrial programming technologies/1_Calculator/CMakeLists.sync-conflict-20240927-073940-VJAGI4P.txt new file mode 100644 index 0000000..5b72b0a --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeLists.sync-conflict-20240927-073940-VJAGI4P.txt @@ -0,0 +1,71 @@ +cmake_minimum_required(VERSION 3.16) + +project(1_Calculator VERSION 0.1 LANGUAGES CXX) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) +find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) + +set(PROJECT_SOURCES + main.cpp + mainwindow.cpp + mainwindow.h + mainwindow.ui +) + +if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) + qt_add_executable(1_Calculator + MANUAL_FINALIZATION + ${PROJECT_SOURCES} + ) +# Define target properties for Android with Qt 6 as: +# set_property(TARGET 1_Calculator APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# ${CMAKE_CURRENT_SOURCE_DIR}/android) +# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation +else() + if(ANDROID) + add_library(1_Calculator SHARED + ${PROJECT_SOURCES} + ) +# Define properties for Android with Qt 5 after find_package() calls as: +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") + else() + add_executable(1_Calculator + ${PROJECT_SOURCES} + programmingwindow.ui + ) + endif() +endif() + +target_link_libraries(1_Calculator PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) + +# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. +# If you are developing for iOS or macOS you should consider setting an +# explicit, fixed bundle identifier manually though. +if(${QT_VERSION} VERSION_LESS 6.1.0) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.1_Calculator) +endif() +set_target_properties(1_Calculator PROPERTIES + ${BUNDLE_ID_OPTION} + MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} + MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} + MACOSX_BUNDLE TRUE + WIN32_EXECUTABLE TRUE +) + +include(GNUInstallDirs) +install(TARGETS 1_Calculator + BUNDLE DESTINATION . + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +) + +if(QT_VERSION_MAJOR EQUAL 6) + qt_finalize_executable(1_Calculator) +endif() diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt b/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt index 5b72b0a..c41dd27 100755 --- a/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(1_Calculator VERSION 0.1 LANGUAGES CXX) +project(Calculator VERSION 0.1 LANGUAGES CXX) set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOMOC ON) @@ -14,44 +14,47 @@ find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) set(PROJECT_SOURCES main.cpp - mainwindow.cpp - mainwindow.h - mainwindow.ui + calculator.cpp + calculator.h + calculator.ui ) if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) - qt_add_executable(1_Calculator + qt_add_executable(Calculator MANUAL_FINALIZATION ${PROJECT_SOURCES} ) # Define target properties for Android with Qt 6 as: -# set_property(TARGET 1_Calculator APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# set_property(TARGET Calculator APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR # ${CMAKE_CURRENT_SOURCE_DIR}/android) # For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation else() if(ANDROID) - add_library(1_Calculator SHARED + add_library(Calculator SHARED ${PROJECT_SOURCES} ) # Define properties for Android with Qt 5 after find_package() calls as: # set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") else() - add_executable(1_Calculator + add_executable(Calculator ${PROJECT_SOURCES} - programmingwindow.ui + + + + ) endif() endif() -target_link_libraries(1_Calculator PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) +target_link_libraries(Calculator PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) # Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. # If you are developing for iOS or macOS you should consider setting an # explicit, fixed bundle identifier manually though. if(${QT_VERSION} VERSION_LESS 6.1.0) - set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.1_Calculator) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.Calculator) endif() -set_target_properties(1_Calculator PROPERTIES +set_target_properties(Calculator PROPERTIES ${BUNDLE_ID_OPTION} MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} @@ -60,12 +63,12 @@ set_target_properties(1_Calculator PROPERTIES ) include(GNUInstallDirs) -install(TARGETS 1_Calculator +install(TARGETS Calculator BUNDLE DESTINATION . LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) if(QT_VERSION_MAJOR EQUAL 6) - qt_finalize_executable(1_Calculator) + qt_finalize_executable(Calculator) endif() diff --git a/Third term/Industrial programming technologies/Calculator/CMakeLists.txt.user b/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt.sync-conflict-20240927-072935-VJAGI4P.user old mode 100755 new mode 100644 similarity index 93% rename from Third term/Industrial programming technologies/Calculator/CMakeLists.txt.user rename to Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt.sync-conflict-20240927-072935-VJAGI4P.user index 4fd5451..6ae2019 --- a/Third term/Industrial programming technologies/Calculator/CMakeLists.txt.user +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt.sync-conflict-20240927-072935-VJAGI4P.user @@ -1,10 +1,10 @@ - + EnvironmentId - {7e7f6dcd-a295-45ed-b19b-9b7fbc97cb2b} + {b09ad12c-2375-4d91-a30f-70a5d330cb93} ProjectExplorer.Project.ActiveTarget @@ -78,7 +78,7 @@ true true Builtin.DefaultTidyAndClazy - 5 + 4 true @@ -91,9 +91,9 @@ ProjectExplorer.Project.Target.0 Desktop - Qt for macOS - Qt for macOS - qt.qt6.672.clang_64_kit + Desktop + Desktop + {a763e5f1-4a4d-4ec1-b61b-aa3746a79db0} 0 0 0 @@ -102,15 +102,16 @@ 2 false - -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} + -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_BUILD_TYPE:STRING=Debug +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_BUILD_TYPE:STRING=Debug -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake -%{CMAKE_OSX_ARCHITECTURES:DefaultFlag} - /Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} + 0 + /home/nktkln/Documents/1_Calculator/build/Desktop-Debug @@ -158,15 +159,15 @@ 2 false - -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} + -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_BUILD_TYPE:STRING=Release +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake -%{CMAKE_OSX_ARCHITECTURES:DefaultFlag} - /Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Release +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} + /home/nktkln/Documents/1_Calculator/build/Desktop-Release @@ -212,15 +213,15 @@ 2 false - -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} + -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake -%{CMAKE_OSX_ARCHITECTURES:DefaultFlag} - /Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-RelWithDebInfo +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} + /home/nktkln/Documents/1_Calculator/build/Desktop-RelWithDebInfo @@ -266,16 +267,16 @@ 2 false - -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} + -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake -%{CMAKE_OSX_ARCHITECTURES:DefaultFlag} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} 0 - /Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Profile + /home/nktkln/Documents/1_Calculator/build/Desktop-Profile @@ -321,15 +322,15 @@ 2 false - -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} + -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_GENERATOR:STRING=Ninja --DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} -DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake -%{CMAKE_OSX_ARCHITECTURES:DefaultFlag} - /Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-MinSizeRel +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} + /home/nktkln/Documents/1_Calculator/build/Desktop-MinSizeRel @@ -394,12 +395,14 @@ false -e cpu-cycles --call-graph dwarf,4096 -F 250 - - ProjectExplorer.CustomExecutableRunConfiguration - + 1_Calculator + CMakeProjectManager.CMakeRunConfiguration.1_Calculator + 1_Calculator false true + true true + /home/nktkln/Documents/1_Calculator/build/Desktop-Debug 1 diff --git a/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt.user b/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt.user index 6ae2019..fca0749 100755 --- a/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt.user +++ b/Third term/Industrial programming technologies/1_Calculator/CMakeLists.txt.user @@ -1,6 +1,6 @@ - + EnvironmentId @@ -102,16 +102,16 @@ 2 false - -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_GENERATOR:STRING=Ninja + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_BUILD_TYPE:STRING=Debug --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} 0 - /home/nktkln/Documents/1_Calculator/build/Desktop-Debug + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/ @@ -159,15 +159,15 @@ 2 false - -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_GENERATOR:STRING=Ninja + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_BUILD_TYPE:STRING=Release --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} - /home/nktkln/Documents/1_Calculator/build/Desktop-Release +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Release @@ -213,15 +213,15 @@ 2 false - -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_GENERATOR:STRING=Ninja + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} - /home/nktkln/Documents/1_Calculator/build/Desktop-RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-RelWithDebInfo @@ -267,16 +267,16 @@ 2 false - -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_GENERATOR:STRING=Ninja + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} 0 - /home/nktkln/Documents/1_Calculator/build/Desktop-Profile + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Profile @@ -322,15 +322,15 @@ 2 false - -DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} --DCMAKE_GENERATOR:STRING=Ninja + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} -DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} --DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_GENERATOR:STRING=Ninja -DCMAKE_BUILD_TYPE:STRING=MinSizeRel --DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake --DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} --DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} - /home/nktkln/Documents/1_Calculator/build/Desktop-MinSizeRel +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-MinSizeRel @@ -395,14 +395,14 @@ false -e cpu-cycles --call-graph dwarf,4096 -F 250 - 1_Calculator - CMakeProjectManager.CMakeRunConfiguration.1_Calculator - 1_Calculator + Calculator + CMakeProjectManager.CMakeRunConfiguration.Calculator + Calculator false true true true - /home/nktkln/Documents/1_Calculator/build/Desktop-Debug + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator 1 diff --git a/Third term/Industrial programming technologies/1_Calculator/Calculator b/Third term/Industrial programming technologies/1_Calculator/Calculator new file mode 100755 index 0000000..6f0a1f7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/Calculator differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/EWIEGA46WW/moc_mainwindow.cpp.d b/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d similarity index 97% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/EWIEGA46WW/moc_mainwindow.cpp.d rename to Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d index 05e6f87..9131ea5 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/EWIEGA46WW/moc_mainwindow.cpp.d +++ b/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d @@ -1,5 +1,5 @@ -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/EWIEGA46WW/moc_mainwindow.cpp: /home/nktkln/Documents/1_Calculator/mainwindow.h \ - /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/moc_predefs.h \ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/Calculator_autogen/EWIEGA46WW/moc_calculator.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/Calculator_autogen/moc_predefs.h \ /usr/include/asm-generic/errno-base.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm/errno.h \ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/deps b/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/deps similarity index 94% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/deps rename to Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/deps index a5bcd39..b440cda 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/deps +++ b/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/deps @@ -1,12 +1,12 @@ -1_Calculator_autogen/timestamp: \ - /home/nktkln/Documents/1_Calculator/CMakeLists.txt \ - /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ - /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/moc_predefs.h \ - /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ - /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ - /home/nktkln/Documents/1_Calculator/main.cpp \ - /home/nktkln/Documents/1_Calculator/mainwindow.cpp \ - /home/nktkln/Documents/1_Calculator/mainwindow.h \ +Calculator_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/Calculator_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/calculator.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/main.cpp \ /usr/include/asm-generic/errno-base.h \ /usr/include/asm-generic/errno.h \ /usr/include/asm/errno.h \ @@ -468,5 +468,5 @@ /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ /usr/share/cmake/Modules/Platform/Linux.cmake \ /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ - /home/nktkln/Documents/1_Calculator/mainwindow.ui \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/1_Calculator/calculator.ui \ /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/moc_predefs.h b/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/moc_predefs.h new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/moc_predefs.h @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/mocs_compilation.cpp new file mode 100755 index 0000000..10676c1 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_calculator.cpp" diff --git a/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/timestamp b/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/timestamp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/1_Calculator/Testing/Temporary/.syncthing.LastTest.log.tmp b/Third term/Industrial programming technologies/1_Calculator/Testing/Temporary/.syncthing.LastTest.log.tmp new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/Testing/Temporary/.syncthing.LastTest.log.tmp @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/1_Calculator/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/1_Calculator/Testing/Temporary/LastTest.log new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/1_Calculator/build.ninja b/Third term/Industrial programming technologies/1_Calculator/build.ninja new file mode 100755 index 0000000..5ad12a5 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build.ninja @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: Calculator +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/1_Calculator/ +# ============================================================================= +# Object build statements for EXECUTABLE target Calculator + + +############################################# +# Order-only phony target for Calculator + +build cmake_object_order_depends_target_Calculator: phony || Calculator_autogen Calculator_autogen/mocs_compilation.cpp Calculator_autogen/timestamp Calculator_autogen_timestamp_deps + +build CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o: CXX_COMPILER__Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/1_Calculator/Calculator_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/Calculator.dir/Calculator_autogen + TARGET_COMPILE_PDB = CMakeFiles/Calculator.dir/ + TARGET_PDB = Calculator.pdb + +build CMakeFiles/Calculator.dir/main.cpp.o: CXX_COMPILER__Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/1_Calculator/main.cpp || cmake_object_order_depends_target_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/Calculator.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/Calculator.dir + TARGET_COMPILE_PDB = CMakeFiles/Calculator.dir/ + TARGET_PDB = Calculator.pdb + +build CMakeFiles/Calculator.dir/calculator.cpp.o: CXX_COMPILER__Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/1_Calculator/calculator.cpp || cmake_object_order_depends_target_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/Calculator.dir/calculator.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/Calculator.dir + TARGET_COMPILE_PDB = CMakeFiles/Calculator.dir/ + TARGET_PDB = Calculator.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target Calculator + + +############################################# +# Link the executable Calculator + +build Calculator: CXX_EXECUTABLE_LINKER__Calculator_Debug CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o CMakeFiles/Calculator.dir/main.cpp.o CMakeFiles/Calculator.dir/calculator.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || Calculator_autogen Calculator_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/Calculator.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/Calculator.dir/ + TARGET_FILE = Calculator + TARGET_PDB = Calculator.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for Calculator_autogen_timestamp_deps + +build Calculator_autogen_timestamp_deps: phony + + +############################################# +# Utility command for Calculator_autogen + +build Calculator_autogen: phony CMakeFiles/Calculator_autogen Calculator_autogen/include/ui_calculator.h Calculator_autogen/timestamp Calculator_autogen/mocs_compilation.cpp Calculator_autogen_timestamp_deps + + +############################################# +# Custom command for Calculator_autogen/timestamp + +build Calculator_autogen/timestamp Calculator_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}Calculator_autogen/timestamp ${cmake_ninja_workdir}Calculator_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || Calculator_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/Calculator_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/CMakeFiles/d/980a066e5c2429acdca900cbfe1bf4b3762faa306bb6c79344ca42b23e1ff91f.d" + DESC = Automatic MOC and UIC for target Calculator + depfile = CMakeFiles/d/980a066e5c2429acdca900cbfe1bf4b3762faa306bb6c79344ca42b23e1ff91f.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/Calculator_autogen + +build CMakeFiles/Calculator_autogen Calculator_autogen/include/ui_calculator.h | ${cmake_ninja_workdir}CMakeFiles/Calculator_autogen ${cmake_ninja_workdir}Calculator_autogen/include/ui_calculator.h: phony Calculator_autogen/timestamp || Calculator_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator + +build all: phony Calculator + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake CMakeLists.txt + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake CMakeLists.txt: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/codemodel-v2-9a6bcbe562446a0cf472.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/codemodel-v2-9a6bcbe562446a0cf472.json deleted file mode 100755 index 01bf76e..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/codemodel-v2-9a6bcbe562446a0cf472.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-da4a47c2c6e804eec357.json", - "minimumCMakeVersion" : - { - "string" : "3.16" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0, - 1, - 2 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "directoryIndexes" : - [ - 0 - ], - "name" : "1_Calculator", - "targetIndexes" : - [ - 0, - 1, - 2 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "1_Calculator::@6890427a1f51a3e7e1df", - "jsonFile" : "target-1_Calculator-Debug-efd30a14e0b320172536.json", - "name" : "1_Calculator", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "1_Calculator_autogen::@6890427a1f51a3e7e1df", - "jsonFile" : "target-1_Calculator_autogen-Debug-d84c4c6f772a36ae6725.json", - "name" : "1_Calculator_autogen", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "1_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", - "jsonFile" : "target-1_Calculator_autogen_timestamp_deps-Debug-37da397c7bdbb094b53e.json", - "name" : "1_Calculator_autogen_timestamp_deps", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug", - "source" : "/home/nktkln/Documents/1_Calculator" - }, - "version" : - { - "major" : 2, - "minor" : 7 - } -} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cache-v2-3eed72229364ad563caa.json.~84d42ba b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cache-v2-3eed72229364ad563caa.json.~84d42ba new file mode 100755 index 0000000..8024321 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cache-v2-3eed72229364ad563caa.json.~84d42ba @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "Calculator" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "Calculator_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" + }, + { + "name" : "Calculator_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "Calculator_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-21dd0959b8f68e4119cc.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cmakeFiles-v1-34745a304c6f5c1251c6.json.~56031e1 similarity index 96% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-21dd0959b8f68e4119cc.json rename to Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cmakeFiles-v1-34745a304c6f5c1251c6.json.~56031e1 index a45969a..226fa51 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-21dd0959b8f68e4119cc.json +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cmakeFiles-v1-34745a304c6f5c1251c6.json.~56031e1 @@ -314,8 +314,8 @@ "kind" : "cmakeFiles", "paths" : { - "build" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug", - "source" : "/home/nktkln/Documents/1_Calculator" + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" }, "version" : { diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.codemodel-v2-4fec03f1a7b8fdbf6bc2.json.~13324635 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.codemodel-v2-4fec03f1a7b8fdbf6bc2.json.~13324635 new file mode 100755 index 0000000..2df2cac --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.codemodel-v2-4fec03f1a7b8fdbf6bc2.json.~13324635 @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-98323358183c45d11e8f.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "Calculator", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "Calculator::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Calculator-Debug-9aa40ad833042206bfcb.json", + "name" : "Calculator", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Calculator_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Calculator_autogen-Debug-5fd4e0ae9a80069443a0.json", + "name" : "Calculator_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json", + "name" : "Calculator_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.directory-.-Debug-98323358183c45d11e8f.json.~65ce36d5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.directory-.-Debug-98323358183c45d11e8f.json.~65ce36d5 new file mode 100755 index 0000000..f30df7d --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.directory-.-Debug-98323358183c45d11e8f.json.~65ce36d5 @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 66, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "Calculator" + ], + "targetId" : "Calculator::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.index-2024-09-25T09-22-31-0707.json.~6cb2c96b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.index-2024-09-25T09-22-31-0707.json.~6cb2c96b new file mode 100755 index 0000000..cea5d18 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.index-2024-09-25T09-22-31-0707.json.~6cb2c96b @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-4fec03f1a7b8fdbf6bc2.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-3eed72229364ad563caa.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-34745a304c6f5c1251c6.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3eed72229364ad563caa.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-34745a304c6f5c1251c6.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-4fec03f1a7b8fdbf6bc2.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-Calculator-Debug-9aa40ad833042206bfcb.json.~7300344a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-Calculator-Debug-9aa40ad833042206bfcb.json.~7300344a new file mode 100755 index 0000000..627c525 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-Calculator-Debug-9aa40ad833042206bfcb.json.~7300344a @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "Calculator" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 66, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "Calculator_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "Calculator::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "Calculator", + "nameOnDisk" : "Calculator", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "calculator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "calculator.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/include/ui_calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-Calculator_autogen-Debug-5fd4e0ae9a80069443a0.json.~44d74643 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-Calculator_autogen-Debug-5fd4e0ae9a80069443a0.json.~44d74643 new file mode 100755 index 0000000..01938a8 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-Calculator_autogen-Debug-5fd4e0ae9a80069443a0.json.~44d74643 @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "Calculator_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "Calculator_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/Calculator_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/Calculator_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json.~57c85118 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json.~57c85118 new file mode 100755 index 0000000..0e58d2c --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json.~57c85118 @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "Calculator_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-3eed72229364ad563caa.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-3eed72229364ad563caa.json new file mode 100755 index 0000000..8024321 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-3eed72229364ad563caa.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "Calculator" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "Calculator_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" + }, + { + "name" : "Calculator_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "Calculator_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-34745a304c6f5c1251c6.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-34745a304c6f5c1251c6.json new file mode 100755 index 0000000..226fa51 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-34745a304c6f5c1251c6.json @@ -0,0 +1,325 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-1fd6d71a0b9d0a4a4af3.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-1fd6d71a0b9d0a4a4af3.json deleted file mode 100755 index 249cd79..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-1fd6d71a0b9d0a4a4af3.json +++ /dev/null @@ -1,79 +0,0 @@ -{ - "configurations" : - [ - { - "directories" : - [ - { - "build" : ".", - "hasInstallRule" : true, - "jsonFile" : "directory-.-Debug-5850f714bd1b698df6da.json", - "minimumCMakeVersion" : - { - "string" : "3.16" - }, - "projectIndex" : 0, - "source" : ".", - "targetIndexes" : - [ - 0, - 1, - 2 - ] - } - ], - "name" : "Debug", - "projects" : - [ - { - "directoryIndexes" : - [ - 0 - ], - "name" : "1_Calculator", - "targetIndexes" : - [ - 0, - 1, - 2 - ] - } - ], - "targets" : - [ - { - "directoryIndex" : 0, - "id" : "1_Calculator::@6890427a1f51a3e7e1df", - "jsonFile" : "target-1_Calculator-Debug-c4868d6c984c8a4dfc72.json", - "name" : "1_Calculator", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "1_Calculator_autogen::@6890427a1f51a3e7e1df", - "jsonFile" : "target-1_Calculator_autogen-Debug-d84c4c6f772a36ae6725.json", - "name" : "1_Calculator_autogen", - "projectIndex" : 0 - }, - { - "directoryIndex" : 0, - "id" : "1_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", - "jsonFile" : "target-1_Calculator_autogen_timestamp_deps-Debug-37da397c7bdbb094b53e.json", - "name" : "1_Calculator_autogen_timestamp_deps", - "projectIndex" : 0 - } - ] - } - ], - "kind" : "codemodel", - "paths" : - { - "build" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug", - "source" : "/home/nktkln/Documents/1_Calculator" - }, - "version" : - { - "major" : 2, - "minor" : 7 - } -} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-4fec03f1a7b8fdbf6bc2.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-4fec03f1a7b8fdbf6bc2.json new file mode 100755 index 0000000..2df2cac --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-4fec03f1a7b8fdbf6bc2.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-98323358183c45d11e8f.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "Calculator", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "Calculator::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Calculator-Debug-9aa40ad833042206bfcb.json", + "name" : "Calculator", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Calculator_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Calculator_autogen-Debug-5fd4e0ae9a80069443a0.json", + "name" : "Calculator_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json", + "name" : "Calculator_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-98323358183c45d11e8f.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-98323358183c45d11e8f.json new file mode 100755 index 0000000..f30df7d --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-98323358183c45d11e8f.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 66, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "Calculator" + ], + "targetId" : "Calculator::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T09-22-31-0707.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T09-22-31-0707.json new file mode 100755 index 0000000..cea5d18 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T09-22-31-0707.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-4fec03f1a7b8fdbf6bc2.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-3eed72229364ad563caa.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-34745a304c6f5c1251c6.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-3eed72229364ad563caa.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-34745a304c6f5c1251c6.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-4fec03f1a7b8fdbf6bc2.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-Calculator-Debug-9aa40ad833042206bfcb.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-Calculator-Debug-9aa40ad833042206bfcb.json new file mode 100755 index 0000000..627c525 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-Calculator-Debug-9aa40ad833042206bfcb.json @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "Calculator" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 66, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 49, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "Calculator_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "Calculator::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "Calculator", + "nameOnDisk" : "Calculator", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "calculator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "calculator.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/include/ui_calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-Calculator_autogen-Debug-5fd4e0ae9a80069443a0.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-Calculator_autogen-Debug-5fd4e0ae9a80069443a0.json new file mode 100755 index 0000000..01938a8 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-Calculator_autogen-Debug-5fd4e0ae9a80069443a0.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "Calculator_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "Calculator_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/Calculator_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/Calculator_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json new file mode 100755 index 0000000..0e58d2c --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-Calculator_autogen_timestamp_deps-Debug-0494640642d52a4e00d7.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "Calculator_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.ninja_deps b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.ninja_deps index 3e74f68..34d65d1 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.ninja_deps and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.ninja_log b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.ninja_log index 755c656..054baea 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.ninja_log +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.ninja_log @@ -1,9 +1,34 @@ # ninja log v6 -168 1416 1726074065901842838 CMakeFiles/1_Calculator.dir/1_Calculator_autogen/mocs_compilation.cpp.o d72cd826d4b52de4 -3000 3459 1726303075477636614 1_Calculator 9d042004c4478eec -59 3000 1726303072534328090 CMakeFiles/1_Calculator.dir/mainwindow.cpp.o 88992c7d599ee023 -168 1547 1726074065901842838 CMakeFiles/1_Calculator.dir/main.cpp.o bf3b845f7c15b47b -3 58 1726303072480995211 /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/mocs_compilation.cpp 31fb23e5b177427a -3 58 1726303072480995211 /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/timestamp 31fb23e5b177427a -3 58 1726303072480995211 1_Calculator_autogen/mocs_compilation.cpp 31fb23e5b177427a -3 58 1726303072480995211 1_Calculator_autogen/timestamp 31fb23e5b177427a +10 59 1727255948262986800 Calculator_autogen/timestamp 2a93bd3ba6d4e81c +10 59 1727255948262986800 Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +60 1710 1727255948312730400 CMakeFiles/Calculator.dir/calculator.cpp.o f1ae99f2c333cd73 +10 59 1727255948262986800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/timestamp 2a93bd3ba6d4e81c +10 59 1727255948262986800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +402 3804 1727255482016256100 CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o de206bde5016e168 +408 3982 1727255482022544800 CMakeFiles/Calculator.dir/main.cpp.o a17e748ce58c3d3c +1710 2009 1727255949962894200 Calculator ddd7c5ec8757fb49 +60 1572 1727255948312952300 CMakeFiles/Calculator.dir/programming.cpp.o c80c6d2762548440 +5 223 1727256177136912000 Calculator_autogen/timestamp 2a93bd3ba6d4e81c +5 223 1727256177136912000 Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +5 223 1727256177136912000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/timestamp 2a93bd3ba6d4e81c +5 223 1727256177136912000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +224 1673 1727256177151101400 CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o de206bde5016e168 +224 1942 1727256177151389900 CMakeFiles/Calculator.dir/main.cpp.o a17e748ce58c3d3c +3 37 1727256196029227300 Calculator_autogen/timestamp 2a93bd3ba6d4e81c +3 37 1727256196029227300 Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +3 37 1727256196029227300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/timestamp 2a93bd3ba6d4e81c +3 37 1727256196029227300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +37 1630 1727256196063639600 CMakeFiles/Calculator.dir/calculator.cpp.o f1ae99f2c333cd73 +1630 1927 1727256197656652300 Calculator 1de1baaa9959b7c9 +4 45 1727256213626922900 Calculator_autogen/timestamp 2a93bd3ba6d4e81c +4 45 1727256213626922900 Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +4 45 1727256213626922900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/timestamp 2a93bd3ba6d4e81c +4 45 1727256213626922900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +46 1616 1727256213669268300 CMakeFiles/Calculator.dir/calculator.cpp.o f1ae99f2c333cd73 +1616 1915 1727256215239229300 Calculator 1de1baaa9959b7c9 +3 38 1727256238927473200 Calculator_autogen/timestamp 2a93bd3ba6d4e81c +3 38 1727256238927473200 Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +3 38 1727256238927473200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/timestamp 2a93bd3ba6d4e81c +3 38 1727256238927473200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp 2a93bd3ba6d4e81c +39 1529 1727256238963332800 CMakeFiles/Calculator.dir/calculator.cpp.o f1ae99f2c333cd73 +1529 1884 1727256240453478100 Calculator 1de1baaa9959b7c9 diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.LICENSE.conan.~53b782f7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.LICENSE.conan.~53b782f7 new file mode 100755 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.LICENSE.conan.~53b782f7 @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.auto-setup.cmake.~40d22ea6 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.auto-setup.cmake.~40d22ea6 new file mode 100755 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.auto-setup.cmake.~40d22ea6 @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.conan.cmake.~339a60bc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.conan.cmake.~339a60bc new file mode 100755 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.conan.cmake.~339a60bc @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.conan_provider.cmake.~4d4dce13 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.conan_provider.cmake.~4d4dce13 new file mode 100755 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/.conan_provider.cmake.~4d4dce13 @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.FILE.h.846F156B181C5A07.idx.~39ea5a3 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.FILE.h.846F156B181C5A07.idx.~39ea5a3 new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.FILE.h.846F156B181C5A07.idx.~39ea5a3 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QAction.A39779A3CBFCC7C4.idx.~4e065995 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QAction.A39779A3CBFCC7C4.idx.~4e065995 new file mode 100755 index 0000000..726db23 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QAction.A39779A3CBFCC7C4.idx.~4e065995 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QApplication.A64C023440588392.idx.~612f7e0e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QApplication.A64C023440588392.idx.~612f7e0e new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QApplication.A64C023440588392.idx.~612f7e0e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QLabel.49ABC8C207AFEBCD.idx.~15b4a339 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QLabel.49ABC8C207AFEBCD.idx.~15b4a339 new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QLabel.49ABC8C207AFEBCD.idx.~15b4a339 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QLineEdit.149D3ACC617100FE.idx.~62e20e6 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QLineEdit.149D3ACC617100FE.idx.~62e20e6 new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QLineEdit.149D3ACC617100FE.idx.~62e20e6 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QMainWindow.12C385FA427130BB.idx.~2ed32bf7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QMainWindow.12C385FA427130BB.idx.~2ed32bf7 new file mode 100755 index 0000000..d44274c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QMainWindow.12C385FA427130BB.idx.~2ed32bf7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QMenu.A28F44737C9908E3.idx.~3680b6b4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QMenu.A28F44737C9908E3.idx.~3680b6b4 new file mode 100755 index 0000000..81a0f2f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QMenu.A28F44737C9908E3.idx.~3680b6b4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QMenuBar.C8900C0BBD83CBCD.idx.~2e930bfc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QMenuBar.C8900C0BBD83CBCD.idx.~2e930bfc new file mode 100755 index 0000000..9c2c80d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QMenuBar.C8900C0BBD83CBCD.idx.~2e930bfc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QPushButton.181FCD452291607E.idx.~5c04671 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QPushButton.181FCD452291607E.idx.~5c04671 new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QPushButton.181FCD452291607E.idx.~5c04671 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QSpinBox.254E9D89DC32E1E5.idx.~4b646ce2 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QSpinBox.254E9D89DC32E1E5.idx.~4b646ce2 new file mode 100755 index 0000000..ae27fd4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QSpinBox.254E9D89DC32E1E5.idx.~4b646ce2 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QVariant.EC9C6F8766BB8801.idx.~10d4a500 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QVariant.EC9C6F8766BB8801.idx.~10d4a500 new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QVariant.EC9C6F8766BB8801.idx.~10d4a500 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QWidget.5EE30F6B5C28EB7D.idx.~2f3dba18 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QWidget.5EE30F6B5C28EB7D.idx.~2f3dba18 new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.QWidget.5EE30F6B5C28EB7D.idx.~2f3dba18 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__FILE.h.BEEE5A6696CD3CC3.idx.~63750d79 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__FILE.h.BEEE5A6696CD3CC3.idx.~63750d79 new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__FILE.h.BEEE5A6696CD3CC3.idx.~63750d79 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__fpos64_t.h.2EADFCA8D822C455.idx.~62964f99 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__fpos64_t.h.2EADFCA8D822C455.idx.~62964f99 new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__fpos64_t.h.2EADFCA8D822C455.idx.~62964f99 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__fpos_t.h.53A3712523DD5217.idx.~269afdc6 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__fpos_t.h.53A3712523DD5217.idx.~269afdc6 new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__fpos_t.h.53A3712523DD5217.idx.~269afdc6 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__locale_t.h.4EF4C6F2FD1F70EF.idx.~29e1a63 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__locale_t.h.4EF4C6F2FD1F70EF.idx.~29e1a63 new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__locale_t.h.4EF4C6F2FD1F70EF.idx.~29e1a63 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__mbstate_t.h.7482AF58BE8A6D98.idx.~6f550ad5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__mbstate_t.h.7482AF58BE8A6D98.idx.~6f550ad5 new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__mbstate_t.h.7482AF58BE8A6D98.idx.~6f550ad5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__sigset_t.h.660A044352C66985.idx.~21b91d6c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__sigset_t.h.660A044352C66985.idx.~21b91d6c new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__sigset_t.h.660A044352C66985.idx.~21b91d6c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.~6cb16534 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.~6cb16534 new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.~6cb16534 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg___va_copy.h.836F5157CC346C4F.idx.~33767910 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg___va_copy.h.836F5157CC346C4F.idx.~33767910 new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg___va_copy.h.836F5157CC346C4F.idx.~33767910 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.~469e00b0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.~469e00b0 new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.~469e00b0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg_va_copy.h.3E264452A0E4B406.idx.~3067e029 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg_va_copy.h.3E264452A0E4B406.idx.~3067e029 new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg_va_copy.h.3E264452A0E4B406.idx.~3067e029 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg_va_list.h.A3A515E2488032B1.idx.~6403d7bc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg_va_list.h.A3A515E2488032B1.idx.~6403d7bc new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stdarg_va_list.h.A3A515E2488032B1.idx.~6403d7bc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_max_align_t.h.52E4E8107D054E2F.idx.~bb5af09 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_max_align_t.h.52E4E8107D054E2F.idx.~bb5af09 new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_max_align_t.h.52E4E8107D054E2F.idx.~bb5af09 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_null.h.BFF639976FF8B28B.idx.~3affad86 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_null.h.BFF639976FF8B28B.idx.~3affad86 new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_null.h.BFF639976FF8B28B.idx.~3affad86 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_nullptr_t.h.E1FA26364DE56116.idx.~26b247b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_nullptr_t.h.E1FA26364DE56116.idx.~26b247b new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_nullptr_t.h.E1FA26364DE56116.idx.~26b247b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.~e8a3e1 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.~e8a3e1 new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.~e8a3e1 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.~3f8e250b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.~3f8e250b new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.~3f8e250b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_size_t.h.306005792F55F16E.idx.~753ce128 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_size_t.h.306005792F55F16E.idx.~753ce128 new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_size_t.h.306005792F55F16E.idx.~753ce128 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.~4152817b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.~4152817b new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.~4152817b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.algorithm.8A5FD69C51DF8BA3.idx.~2993d29d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.algorithm.8A5FD69C51DF8BA3.idx.~2993d29d new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.algorithm.8A5FD69C51DF8BA3.idx.~2993d29d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.algorithmfwd.h.EEF38AAB61E9FB85.idx.~1b2605be b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.algorithmfwd.h.EEF38AAB61E9FB85.idx.~1b2605be new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.algorithmfwd.h.EEF38AAB61E9FB85.idx.~1b2605be differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.align.h.D66C59AAFBA9E530.idx.~10d0228d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.align.h.D66C59AAFBA9E530.idx.~10d0228d new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.align.h.D66C59AAFBA9E530.idx.~10d0228d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.aligned_buffer.h.DF77FA2019695964.idx.~734a3b80 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.aligned_buffer.h.DF77FA2019695964.idx.~734a3b80 new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.aligned_buffer.h.DF77FA2019695964.idx.~734a3b80 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.alloc_traits.h.4CD61724FABEEFBA.idx.~75c09c3e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.alloc_traits.h.4CD61724FABEEFBA.idx.~75c09c3e new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.alloc_traits.h.4CD61724FABEEFBA.idx.~75c09c3e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.alloc_traits.h.A844DC2D52719F34.idx.~1aee2b4b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.alloc_traits.h.A844DC2D52719F34.idx.~1aee2b4b new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.alloc_traits.h.A844DC2D52719F34.idx.~1aee2b4b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.alloca.h.793370BF9878CFB6.idx.~28d2e3ca b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.alloca.h.793370BF9878CFB6.idx.~28d2e3ca new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.alloca.h.793370BF9878CFB6.idx.~28d2e3ca differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.allocated_ptr.h.70410E8C62EC6C3B.idx.~7e4fa019 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.allocated_ptr.h.70410E8C62EC6C3B.idx.~7e4fa019 new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.allocated_ptr.h.70410E8C62EC6C3B.idx.~7e4fa019 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.allocator.h.E1943E26F0F3E7CA.idx.~768d0420 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.allocator.h.E1943E26F0F3E7CA.idx.~768d0420 new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.allocator.h.E1943E26F0F3E7CA.idx.~768d0420 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.array.2B0F72C0ACC52B1B.idx.~76fbce4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.array.2B0F72C0ACC52B1B.idx.~76fbce4 new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.array.2B0F72C0ACC52B1B.idx.~76fbce4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.assert.h.9895EEC17E1D2A2B.idx.~74da841c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.assert.h.9895EEC17E1D2A2B.idx.~74da841c new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.assert.h.9895EEC17E1D2A2B.idx.~74da841c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.assertions.h.98AA23E28F95F002.idx.~727f12f8 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.assertions.h.98AA23E28F95F002.idx.~727f12f8 new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.assertions.h.98AA23E28F95F002.idx.~727f12f8 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic.BC6FAD3ED3922564.idx.~171d79a7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic.BC6FAD3ED3922564.idx.~171d79a7 new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic.BC6FAD3ED3922564.idx.~171d79a7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_base.h.5CAE7DD0D5FEA870.idx.~346aab72 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_base.h.5CAE7DD0D5FEA870.idx.~346aab72 new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_base.h.5CAE7DD0D5FEA870.idx.~346aab72 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.~53e58a0f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.~53e58a0f new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.~53e58a0f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_wide_counter.h.807A3792D29058FD.idx.~6b6cbf12 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_wide_counter.h.807A3792D29058FD.idx.~6b6cbf12 new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_wide_counter.h.807A3792D29058FD.idx.~6b6cbf12 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_word.h.315DFF396293B977.idx.~66bf8d1d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_word.h.315DFF396293B977.idx.~66bf8d1d new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomic_word.h.315DFF396293B977.idx.~66bf8d1d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomicity.h.F6DA33F8D86DA4DB.idx.~73d3d81f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomicity.h.F6DA33F8D86DA4DB.idx.~73d3d81f new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.atomicity.h.F6DA33F8D86DA4DB.idx.~73d3d81f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.auto_ptr.h.F72E6F8ABA6777B5.idx.~3069d80d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.auto_ptr.h.F72E6F8ABA6777B5.idx.~3069d80d new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.auto_ptr.h.F72E6F8ABA6777B5.idx.~3069d80d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.basic_string.h.B9561F8084341EB6.idx.~49fc9c2a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.basic_string.h.B9561F8084341EB6.idx.~49fc9c2a new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.basic_string.h.B9561F8084341EB6.idx.~49fc9c2a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.basic_string.tcc.5394D20EDF5176EF.idx.~fda5cda b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.basic_string.tcc.5394D20EDF5176EF.idx.~fda5cda new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.basic_string.tcc.5394D20EDF5176EF.idx.~fda5cda differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.bessel_function.tcc.F2CCB1901AC2BAAE.idx.~2d16f522 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.bessel_function.tcc.F2CCB1901AC2BAAE.idx.~2d16f522 new file mode 100755 index 0000000..11b459d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.bessel_function.tcc.F2CCB1901AC2BAAE.idx.~2d16f522 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.beta_function.tcc.EDAA91939666D6F8.idx.~347012f3 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.beta_function.tcc.EDAA91939666D6F8.idx.~347012f3 new file mode 100755 index 0000000..b25d57c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.beta_function.tcc.EDAA91939666D6F8.idx.~347012f3 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.binders.h.E4473413194420AE.idx.~211e9cce b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.binders.h.E4473413194420AE.idx.~211e9cce new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.binders.h.E4473413194420AE.idx.~211e9cce differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.bit.F0221561CAE936F7.idx.~50a2957a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.bit.F0221561CAE936F7.idx.~50a2957a new file mode 100755 index 0000000..c877af4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.bit.F0221561CAE936F7.idx.~50a2957a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.byteswap.h.5CF682CD30C8245A.idx.~349c1b71 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.byteswap.h.5CF682CD30C8245A.idx.~349c1b71 new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.byteswap.h.5CF682CD30C8245A.idx.~349c1b71 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.c++allocator.h.BD11A1C6167FF5D6.idx.~523d610d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.c++allocator.h.BD11A1C6167FF5D6.idx.~523d610d new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.c++allocator.h.BD11A1C6167FF5D6.idx.~523d610d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.c++config.h.9F7F2721C3A599A9.idx.~28672a15 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.c++config.h.9F7F2721C3A599A9.idx.~28672a15 new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.c++config.h.9F7F2721C3A599A9.idx.~28672a15 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.c++locale.h.6892B700408CAE8B.idx.~585cd071 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.c++locale.h.6892B700408CAE8B.idx.~585cd071 new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.c++locale.h.6892B700408CAE8B.idx.~585cd071 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.cpp.096732F729A72E96.idx.~3af94ec9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.cpp.096732F729A72E96.idx.~3af94ec9 new file mode 100755 index 0000000..a189f6a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.cpp.096732F729A72E96.idx.~3af94ec9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.cpp.34186276AA5F3AE2.idx.~36f2d6a3 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.cpp.34186276AA5F3AE2.idx.~36f2d6a3 new file mode 100755 index 0000000..cd4de8e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.cpp.34186276AA5F3AE2.idx.~36f2d6a3 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.h.0343A55FE53FD6DC.idx.~32f3d917 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.h.0343A55FE53FD6DC.idx.~32f3d917 new file mode 100755 index 0000000..24e6b50 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.h.0343A55FE53FD6DC.idx.~32f3d917 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.h.BFDD89E48E998372.idx.~7b9bf38c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.h.BFDD89E48E998372.idx.~7b9bf38c new file mode 100755 index 0000000..8ca755a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.calculator.h.BFDD89E48E998372.idx.~7b9bf38c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cctype.45FE81067E51AD8A.idx.~55704147 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cctype.45FE81067E51AD8A.idx.~55704147 new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cctype.45FE81067E51AD8A.idx.~55704147 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cdefs.h.020FDF15FD4FDEBD.idx.~11769b6a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cdefs.h.020FDF15FD4FDEBD.idx.~11769b6a new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cdefs.h.020FDF15FD4FDEBD.idx.~11769b6a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cerrno.819D5F5C3A7B0B43.idx.~2e5c91cf b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cerrno.819D5F5C3A7B0B43.idx.~2e5c91cf new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cerrno.819D5F5C3A7B0B43.idx.~2e5c91cf differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.char_traits.h.9A95CE3D19650974.idx.~d75d4ac b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.char_traits.h.9A95CE3D19650974.idx.~d75d4ac new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.char_traits.h.9A95CE3D19650974.idx.~d75d4ac differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.charconv.h.6E7B845F62D9C4D9.idx.~7e46244d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.charconv.h.6E7B845F62D9C4D9.idx.~7e46244d new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.charconv.h.6E7B845F62D9C4D9.idx.~7e46244d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.chrono.837B225288D9AEC6.idx.~408e9618 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.chrono.837B225288D9AEC6.idx.~408e9618 new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.chrono.837B225288D9AEC6.idx.~408e9618 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.chrono.h.FA23AAA3A8BA2411.idx.~8c3d99 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.chrono.h.FA23AAA3A8BA2411.idx.~8c3d99 new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.chrono.h.FA23AAA3A8BA2411.idx.~8c3d99 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.clocale.A25E3E105AA18D05.idx.~7c68b491 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.clocale.A25E3E105AA18D05.idx.~7c68b491 new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.clocale.A25E3E105AA18D05.idx.~7c68b491 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.clock_t.h.D43CAB77D0D0D2BD.idx.~3061fdd7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.clock_t.h.D43CAB77D0D0D2BD.idx.~3061fdd7 new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.clock_t.h.D43CAB77D0D0D2BD.idx.~3061fdd7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.clockid_t.h.4E370254AE2D9FBB.idx.~22a6677a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.clockid_t.h.4E370254AE2D9FBB.idx.~22a6677a new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.clockid_t.h.4E370254AE2D9FBB.idx.~22a6677a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cmath.7F94A5DC886C08DF.idx.~554df37f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cmath.7F94A5DC886C08DF.idx.~554df37f new file mode 100755 index 0000000..b6b7cb2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cmath.7F94A5DC886C08DF.idx.~554df37f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.compare.8A3B1CEA5A51B1AA.idx.~6dcb0574 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.compare.8A3B1CEA5A51B1AA.idx.~6dcb0574 new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.compare.8A3B1CEA5A51B1AA.idx.~6dcb0574 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.concept_check.h.17FF2CABAE227A23.idx.~4351a57d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.concept_check.h.17FF2CABAE227A23.idx.~4351a57d new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.concept_check.h.17FF2CABAE227A23.idx.~4351a57d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.concepts.23B00030032C36A4.idx.~2e28f052 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.concepts.23B00030032C36A4.idx.~2e28f052 new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.concepts.23B00030032C36A4.idx.~2e28f052 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.concurrence.h.45C28A9206DBCB63.idx.~f875853 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.concurrence.h.45C28A9206DBCB63.idx.~f875853 new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.concurrence.h.45C28A9206DBCB63.idx.~f875853 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.~2a2e7586 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.~2a2e7586 new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.~2a2e7586 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.~3f31e155 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.~3f31e155 new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.~3f31e155 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cpu-set.h.FE0C2BA06F27155D.idx.~721c36bf b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cpu-set.h.FE0C2BA06F27155D.idx.~721c36bf new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cpu-set.h.FE0C2BA06F27155D.idx.~721c36bf differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cpu_defines.h.44BD5FB90612A390.idx.~52ad1735 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cpu_defines.h.44BD5FB90612A390.idx.~52ad1735 new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cpu_defines.h.44BD5FB90612A390.idx.~52ad1735 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstddef.C90E39AFC31D658E.idx.~4ea5cbe9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstddef.C90E39AFC31D658E.idx.~4ea5cbe9 new file mode 100755 index 0000000..50c0934 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstddef.C90E39AFC31D658E.idx.~4ea5cbe9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstdint.DC7D59978AF20695.idx.~46a31011 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstdint.DC7D59978AF20695.idx.~46a31011 new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstdint.DC7D59978AF20695.idx.~46a31011 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstdio.9B23E761FDEAE3D3.idx.~2e257784 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstdio.9B23E761FDEAE3D3.idx.~2e257784 new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstdio.9B23E761FDEAE3D3.idx.~2e257784 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstdlib.BED9304B76EAD3E7.idx.~216c6774 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstdlib.BED9304B76EAD3E7.idx.~216c6774 new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cstdlib.BED9304B76EAD3E7.idx.~216c6774 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ctime.025AAAB79EE86A8B.idx.~34c5674a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ctime.025AAAB79EE86A8B.idx.~34c5674a new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ctime.025AAAB79EE86A8B.idx.~34c5674a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ctype.h.B268CEA0CECCFC59.idx.~30e90abc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ctype.h.B268CEA0CECCFC59.idx.~30e90abc new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ctype.h.B268CEA0CECCFC59.idx.~30e90abc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cwchar.F6AB8DAFCD2C1DE9.idx.~4b9efeb5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cwchar.F6AB8DAFCD2C1DE9.idx.~4b9efeb5 new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cwchar.F6AB8DAFCD2C1DE9.idx.~4b9efeb5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cxxabi_forced.h.BC431100D1277D23.idx.~33e5bde9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cxxabi_forced.h.BC431100D1277D23.idx.~33e5bde9 new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cxxabi_forced.h.BC431100D1277D23.idx.~33e5bde9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cxxabi_init_exception.h.ECDB397F73647209.idx.~233adb3c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cxxabi_init_exception.h.ECDB397F73647209.idx.~233adb3c new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.cxxabi_init_exception.h.ECDB397F73647209.idx.~233adb3c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.debug.h.8D12E14D7FCC30DF.idx.~462f3902 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.debug.h.8D12E14D7FCC30DF.idx.~462f3902 new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.debug.h.8D12E14D7FCC30DF.idx.~462f3902 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ell_integral.tcc.133F835CD79F336E.idx.~65f71b6a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ell_integral.tcc.133F835CD79F336E.idx.~65f71b6a new file mode 100755 index 0000000..874c484 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ell_integral.tcc.133F835CD79F336E.idx.~65f71b6a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.enable_special_members.h.F0E2D096AFDF7392.idx.~471f1738 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.enable_special_members.h.F0E2D096AFDF7392.idx.~471f1738 new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.enable_special_members.h.F0E2D096AFDF7392.idx.~471f1738 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.endian.h.1FC6A4D6D2846204.idx.~1c46cd20 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.endian.h.1FC6A4D6D2846204.idx.~1c46cd20 new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.endian.h.1FC6A4D6D2846204.idx.~1c46cd20 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.endian.h.34A83B053A733CA8.idx.~3d35c8d6 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.endian.h.34A83B053A733CA8.idx.~3d35c8d6 new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.endian.h.34A83B053A733CA8.idx.~3d35c8d6 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.endianness.h.BDC6F260DCC6E0EC.idx.~426c1359 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.endianness.h.BDC6F260DCC6E0EC.idx.~426c1359 new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.endianness.h.BDC6F260DCC6E0EC.idx.~426c1359 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.erase_if.h.C70B56BAE300760C.idx.~4e2d71c8 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.erase_if.h.C70B56BAE300760C.idx.~4e2d71c8 new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.erase_if.h.C70B56BAE300760C.idx.~4e2d71c8 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno-base.h.23FC55A99C73A727.idx.~7140e821 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno-base.h.23FC55A99C73A727.idx.~7140e821 new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno-base.h.23FC55A99C73A727.idx.~7140e821 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.10013861918E601A.idx.~1d653780 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.10013861918E601A.idx.~1d653780 new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.10013861918E601A.idx.~1d653780 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.19BCCCD58DA5623E.idx.~7bde2ea7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.19BCCCD58DA5623E.idx.~7bde2ea7 new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.19BCCCD58DA5623E.idx.~7bde2ea7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.3F8ECD84FB880B64.idx.~1fa7e4d9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.3F8ECD84FB880B64.idx.~1fa7e4d9 new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.3F8ECD84FB880B64.idx.~1fa7e4d9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.45DFD70EF343D681.idx.~421f4f8d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.45DFD70EF343D681.idx.~421f4f8d new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.45DFD70EF343D681.idx.~421f4f8d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.55CA4DE1F1B35462.idx.~39a38103 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.55CA4DE1F1B35462.idx.~39a38103 new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.errno.h.55CA4DE1F1B35462.idx.~39a38103 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.error_constants.h.927D1265F681EABC.idx.~1c5a6fa5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.error_constants.h.927D1265F681EABC.idx.~1c5a6fa5 new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.error_constants.h.927D1265F681EABC.idx.~1c5a6fa5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.error_t.h.AA215EF04C62C72A.idx.~3798c9a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.error_t.h.AA215EF04C62C72A.idx.~3798c9a new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.error_t.h.AA215EF04C62C72A.idx.~3798c9a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception.C777F958B4D13BD7.idx.~e1e1399 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception.C777F958B4D13BD7.idx.~e1e1399 new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception.C777F958B4D13BD7.idx.~e1e1399 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception.h.65011B501144EF4E.idx.~421cd6cc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception.h.65011B501144EF4E.idx.~421cd6cc new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception.h.65011B501144EF4E.idx.~421cd6cc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception_defines.h.82D6331A0914594C.idx.~52c879e6 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception_defines.h.82D6331A0914594C.idx.~52c879e6 new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception_defines.h.82D6331A0914594C.idx.~52c879e6 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception_ptr.h.A8994D5CA5988A56.idx.~2433e377 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception_ptr.h.A8994D5CA5988A56.idx.~2433e377 new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exception_ptr.h.A8994D5CA5988A56.idx.~2433e377 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.execution_defs.h.0F2D8F8289D5CCD2.idx.~627469d2 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.execution_defs.h.0F2D8F8289D5CCD2.idx.~627469d2 new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.execution_defs.h.0F2D8F8289D5CCD2.idx.~627469d2 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exp_integral.tcc.AC5BA0141D2C0DD6.idx.~26910255 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exp_integral.tcc.AC5BA0141D2C0DD6.idx.~26910255 new file mode 100755 index 0000000..fcee171 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.exp_integral.tcc.AC5BA0141D2C0DD6.idx.~26910255 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.features-time64.h.BFBA8D3CA0316037.idx.~54834cd5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.features-time64.h.BFBA8D3CA0316037.idx.~54834cd5 new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.features-time64.h.BFBA8D3CA0316037.idx.~54834cd5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.features.h.5A4ED7C80201A723.idx.~3f0f0e57 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.features.h.5A4ED7C80201A723.idx.~3f0f0e57 new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.features.h.5A4ED7C80201A723.idx.~3f0f0e57 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.floatn-common.h.975EC49F61A3C703.idx.~340794b7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.floatn-common.h.975EC49F61A3C703.idx.~340794b7 new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.floatn-common.h.975EC49F61A3C703.idx.~340794b7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.floatn.h.F3C6759637F0C3C2.idx.~6e9fbc81 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.floatn.h.F3C6759637F0C3C2.idx.~6e9fbc81 new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.floatn.h.F3C6759637F0C3C2.idx.~6e9fbc81 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.flt-eval-method.h.3344EA8D5853532A.idx.~4b196ab4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.flt-eval-method.h.3344EA8D5853532A.idx.~4b196ab4 new file mode 100755 index 0000000..538d5e9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.flt-eval-method.h.3344EA8D5853532A.idx.~4b196ab4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.fp-fast.h.91A0AAED89DDB8E8.idx.~48dddcfc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.fp-fast.h.91A0AAED89DDB8E8.idx.~48dddcfc new file mode 100755 index 0000000..865c1f8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.fp-fast.h.91A0AAED89DDB8E8.idx.~48dddcfc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.fp-logb.h.943A50A5C0A2DEE2.idx.~1196358 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.fp-logb.h.943A50A5C0A2DEE2.idx.~1196358 new file mode 100755 index 0000000..e5da21e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.fp-logb.h.943A50A5C0A2DEE2.idx.~1196358 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.functexcept.h.D2FF6C9EF46BA786.idx.~3338bb1e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.functexcept.h.D2FF6C9EF46BA786.idx.~3338bb1e new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.functexcept.h.D2FF6C9EF46BA786.idx.~3338bb1e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.functional.EF55750FEAD838CA.idx.~65250e21 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.functional.EF55750FEAD838CA.idx.~65250e21 new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.functional.EF55750FEAD838CA.idx.~65250e21 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.functional_hash.h.155E7DCEBAD33A0E.idx.~2c53f743 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.functional_hash.h.155E7DCEBAD33A0E.idx.~2c53f743 new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.functional_hash.h.155E7DCEBAD33A0E.idx.~2c53f743 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.gamma.tcc.CF41377F3B0E30B0.idx.~2067e4eb b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.gamma.tcc.CF41377F3B0E30B0.idx.~2067e4eb new file mode 100755 index 0000000..1dd699e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.gamma.tcc.CF41377F3B0E30B0.idx.~2067e4eb differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.glue_algorithm_defs.h.107EB02E97FED0E8.idx.~c069486 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.glue_algorithm_defs.h.107EB02E97FED0E8.idx.~c069486 new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.glue_algorithm_defs.h.107EB02E97FED0E8.idx.~c069486 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.glue_memory_defs.h.F7716F53E1442902.idx.~3c40a845 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.glue_memory_defs.h.F7716F53E1442902.idx.~3c40a845 new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.glue_memory_defs.h.F7716F53E1442902.idx.~3c40a845 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.glue_numeric_defs.h.8C779E293F0BD4D6.idx.~b9d2eec b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.glue_numeric_defs.h.8C779E293F0BD4D6.idx.~b9d2eec new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.glue_numeric_defs.h.8C779E293F0BD4D6.idx.~b9d2eec differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.gthr-default.h.95AA53DC0DF582C5.idx.~6e0aaba5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.gthr-default.h.95AA53DC0DF582C5.idx.~6e0aaba5 new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.gthr-default.h.95AA53DC0DF582C5.idx.~6e0aaba5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.gthr.h.45C92866D368FC62.idx.~50bab1ff b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.gthr.h.45C92866D368FC62.idx.~50bab1ff new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.gthr.h.45C92866D368FC62.idx.~50bab1ff differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hash_bytes.h.7FC3233290B236EE.idx.~7398c747 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hash_bytes.h.7FC3233290B236EE.idx.~7398c747 new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hash_bytes.h.7FC3233290B236EE.idx.~7398c747 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hashtable.h.A591D40F603AB5C1.idx.~5cdeb1c7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hashtable.h.A591D40F603AB5C1.idx.~5cdeb1c7 new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hashtable.h.A591D40F603AB5C1.idx.~5cdeb1c7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hashtable_policy.h.191F01AB574A2AB7.idx.~7a523afe b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hashtable_policy.h.191F01AB574A2AB7.idx.~7a523afe new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hashtable_policy.h.191F01AB574A2AB7.idx.~7a523afe differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hypergeometric.tcc.000204CBFF30D2B9.idx.~53e13916 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hypergeometric.tcc.000204CBFF30D2B9.idx.~53e13916 new file mode 100755 index 0000000..df77fe8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.hypergeometric.tcc.000204CBFF30D2B9.idx.~53e13916 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.initializer_list.8392AF237AD0F8BC.idx.~49d377c4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.initializer_list.8392AF237AD0F8BC.idx.~49d377c4 new file mode 100755 index 0000000..aac2113 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.initializer_list.8392AF237AD0F8BC.idx.~49d377c4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.invoke.h.84E589785E3F87D5.idx.~480768e5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.invoke.h.84E589785E3F87D5.idx.~480768e5 new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.invoke.h.84E589785E3F87D5.idx.~480768e5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ios_base.h.B059AA8CF4852507.idx.~1dfe14c9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ios_base.h.B059AA8CF4852507.idx.~1dfe14c9 new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ios_base.h.B059AA8CF4852507.idx.~1dfe14c9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.iosfwd.1FB24537359793BB.idx.~16b903b9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.iosfwd.1FB24537359793BB.idx.~16b903b9 new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.iosfwd.1FB24537359793BB.idx.~16b903b9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.iscanonical.h.BDB713BBC126F94E.idx.~6c88fee9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.iscanonical.h.BDB713BBC126F94E.idx.~6c88fee9 new file mode 100755 index 0000000..35a83b8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.iscanonical.h.BDB713BBC126F94E.idx.~6c88fee9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.iterator.383EADE1BD3CA65C.idx.~431952bf b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.iterator.383EADE1BD3CA65C.idx.~431952bf new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.iterator.383EADE1BD3CA65C.idx.~431952bf differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.legendre_function.tcc.CDCF14C01A1BF745.idx.~751d93df b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.legendre_function.tcc.CDCF14C01A1BF745.idx.~751d93df new file mode 100755 index 0000000..f00baae Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.legendre_function.tcc.CDCF14C01A1BF745.idx.~751d93df differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.libc-header-start.h.1C0FBEF85547B680.idx.~21e5686 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.libc-header-start.h.1C0FBEF85547B680.idx.~21e5686 new file mode 100755 index 0000000..0776d84 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.libc-header-start.h.1C0FBEF85547B680.idx.~21e5686 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx.~31af98c6 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx.~31af98c6 new file mode 100755 index 0000000..e53c290 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx.~31af98c6 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.3F8E18340D58C8CB.idx.~20f2eb61 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.3F8E18340D58C8CB.idx.~20f2eb61 new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.3F8E18340D58C8CB.idx.~20f2eb61 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.h.1DFE7D0FE6434B13.idx.~6b411536 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.h.1DFE7D0FE6434B13.idx.~6b411536 new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.h.1DFE7D0FE6434B13.idx.~6b411536 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.h.A6E9167E78935B6F.idx.~2c08e123 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.h.A6E9167E78935B6F.idx.~2c08e123 new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.h.A6E9167E78935B6F.idx.~2c08e123 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.h.C293B8934AC926BB.idx.~156f3838 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.h.C293B8934AC926BB.idx.~156f3838 new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.limits.h.C293B8934AC926BB.idx.~156f3838 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.list.FC912D82678614C1.idx.~e031c76 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.list.FC912D82678614C1.idx.~e031c76 new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.list.FC912D82678614C1.idx.~e031c76 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.list.tcc.B7E0A0BAFF6A2234.idx.~1df9cbc6 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.list.tcc.B7E0A0BAFF6A2234.idx.~1df9cbc6 new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.list.tcc.B7E0A0BAFF6A2234.idx.~1df9cbc6 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.local_lim.h.A1F0B5161BD6CDAD.idx.~36f3d923 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.local_lim.h.A1F0B5161BD6CDAD.idx.~36f3d923 new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.local_lim.h.A1F0B5161BD6CDAD.idx.~36f3d923 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale.h.7039615D8288AE78.idx.~24cb91a0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale.h.7039615D8288AE78.idx.~24cb91a0 new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale.h.7039615D8288AE78.idx.~24cb91a0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale.h.F1B51844858762D2.idx.~b19b4c0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale.h.F1B51844858762D2.idx.~b19b4c0 new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale.h.F1B51844858762D2.idx.~b19b4c0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale_classes.h.E65A593E46CCA8C5.idx.~4b551f63 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale_classes.h.E65A593E46CCA8C5.idx.~4b551f63 new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale_classes.h.E65A593E46CCA8C5.idx.~4b551f63 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale_classes.tcc.96AE9DF36EC8CAD2.idx.~7a5b911 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale_classes.tcc.96AE9DF36EC8CAD2.idx.~7a5b911 new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale_classes.tcc.96AE9DF36EC8CAD2.idx.~7a5b911 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale_t.h.5DC2F79D1FD1D177.idx.~745ddf4f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale_t.h.5DC2F79D1FD1D177.idx.~745ddf4f new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.locale_t.h.5DC2F79D1FD1D177.idx.~745ddf4f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.localefwd.h.7B029A698677350D.idx.~131d481a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.localefwd.h.7B029A698677350D.idx.~131d481a new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.localefwd.h.7B029A698677350D.idx.~131d481a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.long-double.h.D4BCC892B95DB530.idx.~7d3c7e45 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.long-double.h.D4BCC892B95DB530.idx.~7d3c7e45 new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.long-double.h.D4BCC892B95DB530.idx.~7d3c7e45 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.main.cpp.073F820A971DCA1A.idx.~e434d6a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.main.cpp.073F820A971DCA1A.idx.~e434d6a new file mode 100755 index 0000000..a93769d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.main.cpp.073F820A971DCA1A.idx.~e434d6a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.main.cpp.D4AD542DEFD1B92C.idx.~1269d6cd b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.main.cpp.D4AD542DEFD1B92C.idx.~1269d6cd new file mode 100755 index 0000000..86171b1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.main.cpp.D4AD542DEFD1B92C.idx.~1269d6cd differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mainwindow.h.3FC2B4AD1A71DBE4.idx.~3534cf3a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mainwindow.h.3FC2B4AD1A71DBE4.idx.~3534cf3a new file mode 100755 index 0000000..2bb126a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mainwindow.h.3FC2B4AD1A71DBE4.idx.~3534cf3a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.map.E485429270CA0E20.idx.~46e17f60 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.map.E485429270CA0E20.idx.~46e17f60 new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.map.E485429270CA0E20.idx.~46e17f60 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.math-vector.h.EA6B90E1EDD4798B.idx.~3b9c69b0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.math-vector.h.EA6B90E1EDD4798B.idx.~3b9c69b0 new file mode 100755 index 0000000..54edca2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.math-vector.h.EA6B90E1EDD4798B.idx.~3b9c69b0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.math.h.DE4D39AAF5AC2C76.idx.~1429b7e9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.math.h.DE4D39AAF5AC2C76.idx.~1429b7e9 new file mode 100755 index 0000000..82e3635 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.math.h.DE4D39AAF5AC2C76.idx.~1429b7e9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx.~31194bb5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx.~31194bb5 new file mode 100755 index 0000000..e21cee1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx.~31194bb5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mathcalls-narrow.h.3DFB1F2663B4A290.idx.~40a54572 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mathcalls-narrow.h.3DFB1F2663B4A290.idx.~40a54572 new file mode 100755 index 0000000..42d1d76 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mathcalls-narrow.h.3DFB1F2663B4A290.idx.~40a54572 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mathcalls.h.37D6C5C19208639E.idx.~1636075d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mathcalls.h.37D6C5C19208639E.idx.~1636075d new file mode 100755 index 0000000..5e1163a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mathcalls.h.37D6C5C19208639E.idx.~1636075d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mbstate_t.h.E3102927D7065B9A.idx.~41864de7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mbstate_t.h.E3102927D7065B9A.idx.~41864de7 new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.mbstate_t.h.E3102927D7065B9A.idx.~41864de7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.memory.AF0EDB0E9D3D7B30.idx.~7e302551 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.memory.AF0EDB0E9D3D7B30.idx.~7e302551 new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.memory.AF0EDB0E9D3D7B30.idx.~7e302551 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.memory_resource.h.E8F59FDA5247AFFA.idx.~5c58481 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.memory_resource.h.E8F59FDA5247AFFA.idx.~5c58481 new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.memory_resource.h.E8F59FDA5247AFFA.idx.~5c58481 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.memoryfwd.h.1E6537F09BD5D2FE.idx.~38c8843f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.memoryfwd.h.1E6537F09BD5D2FE.idx.~38c8843f new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.memoryfwd.h.1E6537F09BD5D2FE.idx.~38c8843f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.modified_bessel_func.tcc.8D9178AED792D9CC.idx.~17d33695 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.modified_bessel_func.tcc.8D9178AED792D9CC.idx.~17d33695 new file mode 100755 index 0000000..72f00dc Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.modified_bessel_func.tcc.8D9178AED792D9CC.idx.~17d33695 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.move.h.5B95BE0F4574679D.idx.~4a222cfb b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.move.h.5B95BE0F4574679D.idx.~4a222cfb new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.move.h.5B95BE0F4574679D.idx.~4a222cfb differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.nested_exception.h.0E761DFE18FAD65E.idx.~5e498a0e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.nested_exception.h.0E761DFE18FAD65E.idx.~5e498a0e new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.nested_exception.h.0E761DFE18FAD65E.idx.~5e498a0e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.new.B03CDBCDC1F66F94.idx.~5095811 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.new.B03CDBCDC1F66F94.idx.~5095811 new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.new.B03CDBCDC1F66F94.idx.~5095811 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.new_allocator.h.6F3025B263C2DE1C.idx.~719aeaeb b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.new_allocator.h.6F3025B263C2DE1C.idx.~719aeaeb new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.new_allocator.h.6F3025B263C2DE1C.idx.~719aeaeb differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.node_handle.h.DA50502310B0F6F3.idx.~13e4b20e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.node_handle.h.DA50502310B0F6F3.idx.~13e4b20e new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.node_handle.h.DA50502310B0F6F3.idx.~13e4b20e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.numeric.E72FE61DC7A3B6C5.idx.~74522ecf b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.numeric.E72FE61DC7A3B6C5.idx.~74522ecf new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.numeric.E72FE61DC7A3B6C5.idx.~74522ecf differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.numeric_traits.h.A16C05D3D297EBCD.idx.~954cf8f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.numeric_traits.h.A16C05D3D297EBCD.idx.~954cf8f new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.numeric_traits.h.A16C05D3D297EBCD.idx.~954cf8f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.os_defines.h.049168AF55E969E9.idx.~28c58d5d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.os_defines.h.049168AF55E969E9.idx.~28c58d5d new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.os_defines.h.049168AF55E969E9.idx.~28c58d5d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ostream_insert.h.B47ACD977F7DBCB7.idx.~59d3d221 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ostream_insert.h.B47ACD977F7DBCB7.idx.~59d3d221 new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ostream_insert.h.B47ACD977F7DBCB7.idx.~59d3d221 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.parse_numbers.h.B335047336F93165.idx.~921c3f5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.parse_numbers.h.B335047336F93165.idx.~921c3f5 new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.parse_numbers.h.B335047336F93165.idx.~921c3f5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.poly_hermite.tcc.D413A3EF77FEEBAF.idx.~4dbedd0f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.poly_hermite.tcc.D413A3EF77FEEBAF.idx.~4dbedd0f new file mode 100755 index 0000000..1fbdfaf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.poly_hermite.tcc.D413A3EF77FEEBAF.idx.~4dbedd0f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.poly_laguerre.tcc.6EB83F039A07CFFB.idx.~421de849 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.poly_laguerre.tcc.6EB83F039A07CFFB.idx.~421de849 new file mode 100755 index 0000000..28105e6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.poly_laguerre.tcc.6EB83F039A07CFFB.idx.~421de849 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.posix1_lim.h.F32309C974B4FD51.idx.~2e061f28 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.posix1_lim.h.F32309C974B4FD51.idx.~2e061f28 new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.posix1_lim.h.F32309C974B4FD51.idx.~2e061f28 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.posix2_lim.h.3A58038C48DCD449.idx.~3308e38b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.posix2_lim.h.3A58038C48DCD449.idx.~3308e38b new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.posix2_lim.h.3A58038C48DCD449.idx.~3308e38b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.postypes.h.947CAC52BBE48470.idx.~40f03c5f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.postypes.h.947CAC52BBE48470.idx.~40f03c5f new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.postypes.h.947CAC52BBE48470.idx.~40f03c5f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.predefined_ops.h.B81F650AE057C2DF.idx.~3f5dc28c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.predefined_ops.h.B81F650AE057C2DF.idx.~3f5dc28c new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.predefined_ops.h.B81F650AE057C2DF.idx.~3f5dc28c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.programming.cpp.9F525EBDCAE11FE5.idx.~1f205634 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.programming.cpp.9F525EBDCAE11FE5.idx.~1f205634 new file mode 100755 index 0000000..175d89d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.programming.cpp.9F525EBDCAE11FE5.idx.~1f205634 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.programming.h.C0E3D7422D80785A.idx.~2c5fa33c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.programming.h.C0E3D7422D80785A.idx.~2c5fa33c new file mode 100755 index 0000000..c918898 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.programming.h.C0E3D7422D80785A.idx.~2c5fa33c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pstl_config.h.C4AA1DAF2C9D1A9F.idx.~ad9847e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pstl_config.h.C4AA1DAF2C9D1A9F.idx.~ad9847e new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pstl_config.h.C4AA1DAF2C9D1A9F.idx.~ad9847e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthread.h.022320E0CE01A46D.idx.~3466a23a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthread.h.022320E0CE01A46D.idx.~3466a23a new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthread.h.022320E0CE01A46D.idx.~3466a23a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.~248fee15 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.~248fee15 new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.~248fee15 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthreadtypes-arch.h.026BFE264B629FFA.idx.~8258eea b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthreadtypes-arch.h.026BFE264B629FFA.idx.~8258eea new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthreadtypes-arch.h.026BFE264B629FFA.idx.~8258eea differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthreadtypes.h.078F29FDF072791A.idx.~4f407171 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthreadtypes.h.078F29FDF072791A.idx.~4f407171 new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.pthreadtypes.h.078F29FDF072791A.idx.~4f407171 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ptr_traits.h.F274F2F238D39D4A.idx.~70362c42 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ptr_traits.h.F274F2F238D39D4A.idx.~70362c42 new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ptr_traits.h.F274F2F238D39D4A.idx.~70362c42 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qabstractbutton.h.1FCA3C2F0FD9D533.idx.~67bf52b0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qabstractbutton.h.1FCA3C2F0FD9D533.idx.~67bf52b0 new file mode 100755 index 0000000..f23a2ef Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qabstractbutton.h.1FCA3C2F0FD9D533.idx.~67bf52b0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qabstractspinbox.h.4D27A7E897AE2C3B.idx.~c274d53 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qabstractspinbox.h.4D27A7E897AE2C3B.idx.~c274d53 new file mode 100755 index 0000000..649c27f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qabstractspinbox.h.4D27A7E897AE2C3B.idx.~c274d53 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qaction.h.4B9360BFECB50634.idx.~50ebde01 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qaction.h.4B9360BFECB50634.idx.~50ebde01 new file mode 100755 index 0000000..d9d1700 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qaction.h.4B9360BFECB50634.idx.~50ebde01 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qactiongroup.h.E15B98082A694D04.idx.~1f5774c7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qactiongroup.h.E15B98082A694D04.idx.~1f5774c7 new file mode 100755 index 0000000..b827072 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qactiongroup.h.E15B98082A694D04.idx.~1f5774c7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qalgorithms.h.8983119C3A4F4410.idx.~7de5b246 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qalgorithms.h.8983119C3A4F4410.idx.~7de5b246 new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qalgorithms.h.8983119C3A4F4410.idx.~7de5b246 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qapplication.h.C5525526FBDAE327.idx.~481ae92c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qapplication.h.C5525526FBDAE327.idx.~481ae92c new file mode 100755 index 0000000..14bc0c9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qapplication.h.C5525526FBDAE327.idx.~481ae92c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qarraydata.h.8C35AF31B1A8D8B1.idx.~611e9c90 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qarraydata.h.8C35AF31B1A8D8B1.idx.~611e9c90 new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qarraydata.h.8C35AF31B1A8D8B1.idx.~611e9c90 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qatomic.h.B0914DBBCCD2EE14.idx.~5931db20 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qatomic.h.B0914DBBCCD2EE14.idx.~5931db20 new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qatomic.h.B0914DBBCCD2EE14.idx.~5931db20 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.~57d6cbe2 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.~57d6cbe2 new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.~57d6cbe2 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbasicatomic.h.63256410097FF75F.idx.~64ae3340 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbasicatomic.h.63256410097FF75F.idx.~64ae3340 new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbasicatomic.h.63256410097FF75F.idx.~64ae3340 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbrush.h.7E70557F57527A3C.idx.~60ac4296 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbrush.h.7E70557F57527A3C.idx.~60ac4296 new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbrush.h.7E70557F57527A3C.idx.~60ac4296 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbytearray.h.14B83AB724E57617.idx.~643f6af9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbytearray.h.14B83AB724E57617.idx.~643f6af9 new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbytearray.h.14B83AB724E57617.idx.~643f6af9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbytearraylist.h.6A1B83D7A9999883.idx.~34511c0a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbytearraylist.h.6A1B83D7A9999883.idx.~34511c0a new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qbytearraylist.h.6A1B83D7A9999883.idx.~34511c0a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qchar.h.4C2FDF4ACE5F2476.idx.~629936ad b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qchar.h.4C2FDF4ACE5F2476.idx.~629936ad new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qchar.h.4C2FDF4ACE5F2476.idx.~629936ad differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcolor.h.2314EE28406DFDAD.idx.~7414b7ef b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcolor.h.2314EE28406DFDAD.idx.~7414b7ef new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcolor.h.2314EE28406DFDAD.idx.~7414b7ef differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.~377834ae b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.~377834ae new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.~377834ae differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qconfig.h.DD52620D98CD71D8.idx.~7e443a7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qconfig.h.DD52620D98CD71D8.idx.~7e443a7 new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qconfig.h.DD52620D98CD71D8.idx.~7e443a7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcontainerfwd.h.9B95FDD35A94B3B9.idx.~5cc97695 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcontainerfwd.h.9B95FDD35A94B3B9.idx.~5cc97695 new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcontainerfwd.h.9B95FDD35A94B3B9.idx.~5cc97695 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcontainertools_impl.h.3BF5A0BF131F841D.idx.~66d88765 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcontainertools_impl.h.3BF5A0BF131F841D.idx.~66d88765 new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcontainertools_impl.h.3BF5A0BF131F841D.idx.~66d88765 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcoreapplication.h.D2DA47DDCD73F194.idx.~31f8f8ea b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcoreapplication.h.D2DA47DDCD73F194.idx.~31f8f8ea new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcoreapplication.h.D2DA47DDCD73F194.idx.~31f8f8ea differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcoreevent.h.F6DFC70BE6732E39.idx.~59750f22 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcoreevent.h.F6DFC70BE6732E39.idx.~59750f22 new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcoreevent.h.F6DFC70BE6732E39.idx.~59750f22 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcursor.h.B14F6C03BE03596C.idx.~6c17764f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcursor.h.B14F6C03BE03596C.idx.~6c17764f new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qcursor.h.B14F6C03BE03596C.idx.~6c17764f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qdatastream.h.E8607458ED4738AD.idx.~de7b17a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qdatastream.h.E8607458ED4738AD.idx.~de7b17a new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qdatastream.h.E8607458ED4738AD.idx.~de7b17a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qeventloop.h.5B4833A318E7B4A2.idx.~79642aa0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qeventloop.h.5B4833A318E7B4A2.idx.~79642aa0 new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qeventloop.h.5B4833A318E7B4A2.idx.~79642aa0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qflags.h.D6817491BF95B797.idx.~3b6be88 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qflags.h.D6817491BF95B797.idx.~3b6be88 new file mode 100755 index 0000000..0ea732e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qflags.h.D6817491BF95B797.idx.~3b6be88 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qfont.h.30A6136236B43DBD.idx.~796f3f67 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qfont.h.30A6136236B43DBD.idx.~796f3f67 new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qfont.h.30A6136236B43DBD.idx.~796f3f67 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qfontinfo.h.49373CB8952CBD73.idx.~4bfdd99e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qfontinfo.h.49373CB8952CBD73.idx.~4bfdd99e new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qfontinfo.h.49373CB8952CBD73.idx.~4bfdd99e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qfontmetrics.h.B7F2CBDEBC1A2963.idx.~268716b3 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qfontmetrics.h.B7F2CBDEBC1A2963.idx.~268716b3 new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qfontmetrics.h.B7F2CBDEBC1A2963.idx.~268716b3 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qframe.h.0BF62272EBB08DC0.idx.~455f2599 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qframe.h.0BF62272EBB08DC0.idx.~455f2599 new file mode 100755 index 0000000..686c5b3 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qframe.h.0BF62272EBB08DC0.idx.~455f2599 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qgenericatomic.h.9FAAA619221AF0D5.idx.~13d58d1c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qgenericatomic.h.9FAAA619221AF0D5.idx.~13d58d1c new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qgenericatomic.h.9FAAA619221AF0D5.idx.~13d58d1c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qglobal.h.93A9010AA43A08E0.idx.~3f5f0a6f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qglobal.h.93A9010AA43A08E0.idx.~3f5f0a6f new file mode 100755 index 0000000..df57967 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qglobal.h.93A9010AA43A08E0.idx.~3f5f0a6f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qglobalstatic.h.2EE861508AEFAA99.idx.~482658de b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qglobalstatic.h.2EE861508AEFAA99.idx.~482658de new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qglobalstatic.h.2EE861508AEFAA99.idx.~482658de differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qguiapplication.h.E7CBBB8F767B075A.idx.~36f921ac b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qguiapplication.h.E7CBBB8F767B075A.idx.~36f921ac new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qguiapplication.h.E7CBBB8F767B075A.idx.~36f921ac differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qhash.h.F69B0A5C83656EAE.idx.~ebeefa0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qhash.h.F69B0A5C83656EAE.idx.~ebeefa0 new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qhash.h.F69B0A5C83656EAE.idx.~ebeefa0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qhashfunctions.h.1108A6B33776A583.idx.~70440fbb b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qhashfunctions.h.1108A6B33776A583.idx.~70440fbb new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qhashfunctions.h.1108A6B33776A583.idx.~70440fbb differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qicon.h.B3592B7E570CC8AB.idx.~13470a97 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qicon.h.B3592B7E570CC8AB.idx.~13470a97 new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qicon.h.B3592B7E570CC8AB.idx.~13470a97 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qimage.h.0CEE9376E77AC8D6.idx.~45689d34 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qimage.h.0CEE9376E77AC8D6.idx.~45689d34 new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qimage.h.0CEE9376E77AC8D6.idx.~45689d34 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qinputmethod.h.79CDCB9A7CFD9E6D.idx.~3739b743 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qinputmethod.h.79CDCB9A7CFD9E6D.idx.~3739b743 new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qinputmethod.h.79CDCB9A7CFD9E6D.idx.~3739b743 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qiodevice.h.6EF8D8E75865A0CC.idx.~196de7e3 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qiodevice.h.6EF8D8E75865A0CC.idx.~196de7e3 new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qiodevice.h.6EF8D8E75865A0CC.idx.~196de7e3 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qiterator.h.983EA3D0B8C3CA5D.idx.~6c23215b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qiterator.h.983EA3D0B8C3CA5D.idx.~6c23215b new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qiterator.h.983EA3D0B8C3CA5D.idx.~6c23215b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qkeysequence.h.DA3C348959D992A0.idx.~4c798c18 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qkeysequence.h.DA3C348959D992A0.idx.~4c798c18 new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qkeysequence.h.DA3C348959D992A0.idx.~4c798c18 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlabel.h.92EE3372C2ECF51E.idx.~479a7fa6 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlabel.h.92EE3372C2ECF51E.idx.~479a7fa6 new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlabel.h.92EE3372C2ECF51E.idx.~479a7fa6 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qline.h.A7B86CD9AE1399D1.idx.~68b6c327 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qline.h.A7B86CD9AE1399D1.idx.~68b6c327 new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qline.h.A7B86CD9AE1399D1.idx.~68b6c327 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlineedit.h.D928EC7402765C5C.idx.~61b21329 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlineedit.h.D928EC7402765C5C.idx.~61b21329 new file mode 100755 index 0000000..99e6b82 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlineedit.h.D928EC7402765C5C.idx.~61b21329 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlist.h.026C05CAB6060E55.idx.~4979fc9d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlist.h.026C05CAB6060E55.idx.~4979fc9d new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlist.h.026C05CAB6060E55.idx.~4979fc9d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlocale.h.997A07B856CBFC74.idx.~ca4e28 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlocale.h.997A07B856CBFC74.idx.~ca4e28 new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlocale.h.997A07B856CBFC74.idx.~ca4e28 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlogging.h.5416806879F5CC50.idx.~475c0233 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlogging.h.5416806879F5CC50.idx.~475c0233 new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qlogging.h.5416806879F5CC50.idx.~475c0233 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmainwindow.h.70A34316211948A7.idx.~12ca1599 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmainwindow.h.70A34316211948A7.idx.~12ca1599 new file mode 100755 index 0000000..4e4db7f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmainwindow.h.70A34316211948A7.idx.~12ca1599 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmap.h.5EBB2D3DF559E147.idx.~1cbbcdd5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmap.h.5EBB2D3DF559E147.idx.~1cbbcdd5 new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmap.h.5EBB2D3DF559E147.idx.~1cbbcdd5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmargins.h.502FAADBB748DA0A.idx.~d90b3ba b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmargins.h.502FAADBB748DA0A.idx.~d90b3ba new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmargins.h.502FAADBB748DA0A.idx.~d90b3ba differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmatrix.h.00C470FEF7ABD601.idx.~51cbcb33 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmatrix.h.00C470FEF7ABD601.idx.~51cbcb33 new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmatrix.h.00C470FEF7ABD601.idx.~51cbcb33 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmenu.h.19EA7D056BDD44C7.idx.~45c85554 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmenu.h.19EA7D056BDD44C7.idx.~45c85554 new file mode 100755 index 0000000..f4193cc Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmenu.h.19EA7D056BDD44C7.idx.~45c85554 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmenubar.h.A66D88CA379D2DFD.idx.~3c6dc3a0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmenubar.h.A66D88CA379D2DFD.idx.~3c6dc3a0 new file mode 100755 index 0000000..1468fb0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmenubar.h.A66D88CA379D2DFD.idx.~3c6dc3a0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmetatype.h.C7E90A2324BCDCB8.idx.~6f0d297c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmetatype.h.C7E90A2324BCDCB8.idx.~6f0d297c new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qmetatype.h.C7E90A2324BCDCB8.idx.~6f0d297c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qnamespace.h.810D42BB5BDD6863.idx.~239fb172 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qnamespace.h.810D42BB5BDD6863.idx.~239fb172 new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qnamespace.h.810D42BB5BDD6863.idx.~239fb172 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qnumeric.h.F3162EE0B1D312D3.idx.~2fd1b2c7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qnumeric.h.F3162EE0B1D312D3.idx.~2fd1b2c7 new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qnumeric.h.F3162EE0B1D312D3.idx.~2fd1b2c7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobject.h.281C384D4D8724B1.idx.~2dae75c6 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobject.h.281C384D4D8724B1.idx.~2dae75c6 new file mode 100755 index 0000000..ce18547 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobject.h.281C384D4D8724B1.idx.~2dae75c6 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobject_impl.h.B2844C845F547AC5.idx.~edc1186 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobject_impl.h.B2844C845F547AC5.idx.~edc1186 new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobject_impl.h.B2844C845F547AC5.idx.~edc1186 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobjectdefs.h.598B10433A0B063A.idx.~3a4d47cd b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobjectdefs.h.598B10433A0B063A.idx.~3a4d47cd new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobjectdefs.h.598B10433A0B063A.idx.~3a4d47cd differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobjectdefs.h.927E55F18448F0C7.idx.~45e00425 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobjectdefs.h.927E55F18448F0C7.idx.~45e00425 new file mode 100755 index 0000000..338bb82 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobjectdefs.h.927E55F18448F0C7.idx.~45e00425 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobjectdefs_impl.h.3781C22193C0D6D7.idx.~25a9adad b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobjectdefs_impl.h.3781C22193C0D6D7.idx.~25a9adad new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qobjectdefs_impl.h.3781C22193C0D6D7.idx.~25a9adad differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpaintdevice.h.8F3DA60E535F64D4.idx.~58724452 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpaintdevice.h.8F3DA60E535F64D4.idx.~58724452 new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpaintdevice.h.8F3DA60E535F64D4.idx.~58724452 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpair.h.435B12CF8A0C29D3.idx.~634208c5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpair.h.435B12CF8A0C29D3.idx.~634208c5 new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpair.h.435B12CF8A0C29D3.idx.~634208c5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpalette.h.9129DB26820CBE82.idx.~7d2cf1be b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpalette.h.9129DB26820CBE82.idx.~7d2cf1be new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpalette.h.9129DB26820CBE82.idx.~7d2cf1be differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpen.h.261E4016B6AE3394.idx.~47cd91b4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpen.h.261E4016B6AE3394.idx.~47cd91b4 new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpen.h.261E4016B6AE3394.idx.~47cd91b4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpixelformat.h.F833720AE57659E0.idx.~31f0f6b9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpixelformat.h.F833720AE57659E0.idx.~31f0f6b9 new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpixelformat.h.F833720AE57659E0.idx.~31f0f6b9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpixmap.h.BFF8EA8EE67F2A29.idx.~4d5cc727 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpixmap.h.BFF8EA8EE67F2A29.idx.~4d5cc727 new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpixmap.h.BFF8EA8EE67F2A29.idx.~4d5cc727 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpoint.h.38C91BCE47F7DA0A.idx.~343d296d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpoint.h.38C91BCE47F7DA0A.idx.~343d296d new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpoint.h.38C91BCE47F7DA0A.idx.~343d296d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpolygon.h.8B4AE9B0B44118CB.idx.~746452bc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpolygon.h.8B4AE9B0B44118CB.idx.~746452bc new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpolygon.h.8B4AE9B0B44118CB.idx.~746452bc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qprocessordetection.h.78CE39FB72DA2B98.idx.~7cc29203 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qprocessordetection.h.78CE39FB72DA2B98.idx.~7cc29203 new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qprocessordetection.h.78CE39FB72DA2B98.idx.~7cc29203 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpushbutton.h.98B857D20241E82C.idx.~2f8cc06a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpushbutton.h.98B857D20241E82C.idx.~2f8cc06a new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qpushbutton.h.98B857D20241E82C.idx.~2f8cc06a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrect.h.8577C49A8799EFE5.idx.~172e4ada b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrect.h.8577C49A8799EFE5.idx.~172e4ada new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrect.h.8577C49A8799EFE5.idx.~172e4ada differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrefcount.h.A40E6231913EB62C.idx.~ad55fd1 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrefcount.h.A40E6231913EB62C.idx.~ad55fd1 new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrefcount.h.A40E6231913EB62C.idx.~ad55fd1 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qregexp.h.C7B370D4BBD4D4BE.idx.~6ce94060 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qregexp.h.C7B370D4BBD4D4BE.idx.~6ce94060 new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qregexp.h.C7B370D4BBD4D4BE.idx.~6ce94060 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qregion.h.27B296E551A6DA37.idx.~3e932e74 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qregion.h.27B296E551A6DA37.idx.~3e932e74 new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qregion.h.27B296E551A6DA37.idx.~3e932e74 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qregularexpression.h.A1268B9B5C26DE8B.idx.~9334545 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qregularexpression.h.A1268B9B5C26DE8B.idx.~9334545 new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qregularexpression.h.A1268B9B5C26DE8B.idx.~9334545 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrgb.h.02313375437209F7.idx.~525b707d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrgb.h.02313375437209F7.idx.~525b707d new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrgb.h.02313375437209F7.idx.~525b707d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrgba64.h.B8DA4A49231CC498.idx.~159259cc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrgba64.h.B8DA4A49231CC498.idx.~159259cc new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qrgba64.h.B8DA4A49231CC498.idx.~159259cc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qscopedpointer.h.78E26E62C20F6148.idx.~b50b22 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qscopedpointer.h.78E26E62C20F6148.idx.~b50b22 new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qscopedpointer.h.78E26E62C20F6148.idx.~b50b22 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qshareddata.h.0399C8FFB22C999F.idx.~aef4fac b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qshareddata.h.0399C8FFB22C999F.idx.~aef4fac new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qshareddata.h.0399C8FFB22C999F.idx.~aef4fac differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsharedpointer.h.1BDB99CBEF3CC49B.idx.~471ccaf4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsharedpointer.h.1BDB99CBEF3CC49B.idx.~471ccaf4 new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsharedpointer.h.1BDB99CBEF3CC49B.idx.~471ccaf4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.~51c92592 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.~51c92592 new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.~51c92592 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsize.h.894FC553861FA135.idx.~179a2006 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsize.h.894FC553861FA135.idx.~179a2006 new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsize.h.894FC553861FA135.idx.~179a2006 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsizepolicy.h.99B0028090FC1FD7.idx.~50c414f2 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsizepolicy.h.99B0028090FC1FD7.idx.~50c414f2 new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsizepolicy.h.99B0028090FC1FD7.idx.~50c414f2 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qspinbox.h.988502DDAB5FEAE5.idx.~65756950 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qspinbox.h.988502DDAB5FEAE5.idx.~65756950 new file mode 100755 index 0000000..d6d525b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qspinbox.h.988502DDAB5FEAE5.idx.~65756950 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstring.h.F88D922A4EE35C88.idx.~3aaeb31f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstring.h.F88D922A4EE35C88.idx.~3aaeb31f new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstring.h.F88D922A4EE35C88.idx.~3aaeb31f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringalgorithms.h.09B2AF6E8080031D.idx.~18dc9708 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringalgorithms.h.09B2AF6E8080031D.idx.~18dc9708 new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringalgorithms.h.09B2AF6E8080031D.idx.~18dc9708 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringlist.h.C73224F4A51B28D6.idx.~36960174 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringlist.h.C73224F4A51B28D6.idx.~36960174 new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringlist.h.C73224F4A51B28D6.idx.~36960174 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringliteral.h.5806ABEB4D4DCBD3.idx.~2c989d4c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringliteral.h.5806ABEB4D4DCBD3.idx.~2c989d4c new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringliteral.h.5806ABEB4D4DCBD3.idx.~2c989d4c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringmatcher.h.1C31726340DF9B59.idx.~70542fe4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringmatcher.h.1C31726340DF9B59.idx.~70542fe4 new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringmatcher.h.1C31726340DF9B59.idx.~70542fe4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringview.h.575B24F9E73E2F90.idx.~3991a0f4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringview.h.575B24F9E73E2F90.idx.~3991a0f4 new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qstringview.h.575B24F9E73E2F90.idx.~3991a0f4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsysinfo.h.F887A9E04699B60E.idx.~21598b92 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsysinfo.h.F887A9E04699B60E.idx.~21598b92 new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsysinfo.h.F887A9E04699B60E.idx.~21598b92 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsystemdetection.h.D2536931B8ED2B9F.idx.~5534cb2 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsystemdetection.h.D2536931B8ED2B9F.idx.~5534cb2 new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qsystemdetection.h.D2536931B8ED2B9F.idx.~5534cb2 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtabwidget.h.40CB5414C72ED352.idx.~701bee83 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtabwidget.h.40CB5414C72ED352.idx.~701bee83 new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtabwidget.h.40CB5414C72ED352.idx.~701bee83 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtcore-config.h.85E4AD1530DE6EDF.idx.~2754b384 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtcore-config.h.85E4AD1530DE6EDF.idx.~2754b384 new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtcore-config.h.85E4AD1530DE6EDF.idx.~2754b384 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtextcursor.h.7A112B1A656A27F4.idx.~53118864 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtextcursor.h.7A112B1A656A27F4.idx.~53118864 new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtextcursor.h.7A112B1A656A27F4.idx.~53118864 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtextformat.h.D3598D9A03255D55.idx.~511a9e30 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtextformat.h.D3598D9A03255D55.idx.~511a9e30 new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtextformat.h.D3598D9A03255D55.idx.~511a9e30 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtextoption.h.18932BECE5F1FB35.idx.~65724104 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtextoption.h.18932BECE5F1FB35.idx.~65724104 new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtextoption.h.18932BECE5F1FB35.idx.~65724104 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtgui-config.h.0AECA8132DE3369D.idx.~62410e1c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtgui-config.h.0AECA8132DE3369D.idx.~62410e1c new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtgui-config.h.0AECA8132DE3369D.idx.~62410e1c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtguiglobal.h.20A174910D038679.idx.~5d65c581 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtguiglobal.h.20A174910D038679.idx.~5d65c581 new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtguiglobal.h.20A174910D038679.idx.~5d65c581 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtransform.h.AA60039EFB721986.idx.~e9c53ad b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtransform.h.AA60039EFB721986.idx.~e9c53ad new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtransform.h.AA60039EFB721986.idx.~e9c53ad differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtwidgets-config.h.CFF0B1C2C04C2304.idx.~588868cb b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtwidgets-config.h.CFF0B1C2C04C2304.idx.~588868cb new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtwidgets-config.h.CFF0B1C2C04C2304.idx.~588868cb differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.~590304d7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.~590304d7 new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.~590304d7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtypeinfo.h.735D630403E478F4.idx.~6e31cb03 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtypeinfo.h.735D630403E478F4.idx.~6e31cb03 new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qtypeinfo.h.735D630403E478F4.idx.~6e31cb03 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvalidator.h.7042326EAD5846FD.idx.~42abf20c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvalidator.h.7042326EAD5846FD.idx.~42abf20c new file mode 100755 index 0000000..33e582e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvalidator.h.7042326EAD5846FD.idx.~42abf20c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvariant.h.831304B117EB091F.idx.~3c8eb887 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvariant.h.831304B117EB091F.idx.~3c8eb887 new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvariant.h.831304B117EB091F.idx.~3c8eb887 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvarlengtharray.h.2F99B038A6B0B257.idx.~385bf63b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvarlengtharray.h.2F99B038A6B0B257.idx.~385bf63b new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvarlengtharray.h.2F99B038A6B0B257.idx.~385bf63b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvector.h.BD3BEDA719E00E88.idx.~28ea065c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvector.h.BD3BEDA719E00E88.idx.~28ea065c new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qvector.h.BD3BEDA719E00E88.idx.~28ea065c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qversiontagging.h.2644BC937C55A361.idx.~2c7496d8 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qversiontagging.h.2644BC937C55A361.idx.~2c7496d8 new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qversiontagging.h.2644BC937C55A361.idx.~2c7496d8 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qwidget.h.55EC046429410313.idx.~5b90841a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qwidget.h.55EC046429410313.idx.~5b90841a new file mode 100755 index 0000000..26cf8dc Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qwidget.h.55EC046429410313.idx.~5b90841a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qwindowdefs.h.BC90157CA7EC89EE.idx.~49c5c18f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qwindowdefs.h.BC90157CA7EC89EE.idx.~49c5c18f new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.qwindowdefs.h.BC90157CA7EC89EE.idx.~49c5c18f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.range_access.h.4DCBE76E4C8376BA.idx.~337ac4b8 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.range_access.h.4DCBE76E4C8376BA.idx.~337ac4b8 new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.range_access.h.4DCBE76E4C8376BA.idx.~337ac4b8 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ratio.3D26AC804185A4D9.idx.~72dab0b5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ratio.3D26AC804185A4D9.idx.~72dab0b5 new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ratio.3D26AC804185A4D9.idx.~72dab0b5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.refwrap.h.90C41551777C705E.idx.~51007c3f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.refwrap.h.90C41551777C705E.idx.~51007c3f new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.refwrap.h.90C41551777C705E.idx.~51007c3f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.requires_hosted.h.7FA40C8E6EA5C9F8.idx.~22ec0cb1 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.requires_hosted.h.7FA40C8E6EA5C9F8.idx.~22ec0cb1 new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.requires_hosted.h.7FA40C8E6EA5C9F8.idx.~22ec0cb1 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.riemann_zeta.tcc.262BC87DE326D651.idx.~6db7e81 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.riemann_zeta.tcc.262BC87DE326D651.idx.~6db7e81 new file mode 100755 index 0000000..a5db93c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.riemann_zeta.tcc.262BC87DE326D651.idx.~6db7e81 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.sched.h.3B96B0F03E6EBEC7.idx.~2c04bcfc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.sched.h.3B96B0F03E6EBEC7.idx.~2c04bcfc new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.sched.h.3B96B0F03E6EBEC7.idx.~2c04bcfc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.sched.h.E8530EF262253892.idx.~405501da b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.sched.h.E8530EF262253892.idx.~405501da new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.sched.h.E8530EF262253892.idx.~405501da differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.select.h.B782DFA7AF82626C.idx.~5d17f99a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.select.h.B782DFA7AF82626C.idx.~5d17f99a new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.select.h.B782DFA7AF82626C.idx.~5d17f99a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.select.h.E66249F12D3AF654.idx.~7c84c4ec b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.select.h.E66249F12D3AF654.idx.~7c84c4ec new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.select.h.E66249F12D3AF654.idx.~7c84c4ec differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.setjmp.h.6CF72ED99D57E7CF.idx.~1687a7b5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.setjmp.h.6CF72ED99D57E7CF.idx.~1687a7b5 new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.setjmp.h.6CF72ED99D57E7CF.idx.~1687a7b5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.shared_ptr.h.28A1E26C45CF6C70.idx.~77b36610 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.shared_ptr.h.28A1E26C45CF6C70.idx.~77b36610 new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.shared_ptr.h.28A1E26C45CF6C70.idx.~77b36610 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.shared_ptr_atomic.h.46177A5082E22D27.idx.~3d0f09bc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.shared_ptr_atomic.h.46177A5082E22D27.idx.~3d0f09bc new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.shared_ptr_atomic.h.46177A5082E22D27.idx.~3d0f09bc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.shared_ptr_base.h.3CD12CA08E534E2A.idx.~5c7fa922 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.shared_ptr_base.h.3CD12CA08E534E2A.idx.~5c7fa922 new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.shared_ptr_base.h.3CD12CA08E534E2A.idx.~5c7fa922 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.sigset_t.h.90E8434286D517E1.idx.~369ffef2 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.sigset_t.h.90E8434286D517E1.idx.~369ffef2 new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.sigset_t.h.90E8434286D517E1.idx.~369ffef2 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.single_threaded.h.42668328F7DC2E1F.idx.~47e2a951 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.single_threaded.h.42668328F7DC2E1F.idx.~47e2a951 new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.single_threaded.h.42668328F7DC2E1F.idx.~47e2a951 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.specfun.h.35594A6C9CE44488.idx.~70ded5c1 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.specfun.h.35594A6C9CE44488.idx.~70ded5c1 new file mode 100755 index 0000000..fbc94e0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.specfun.h.35594A6C9CE44488.idx.~70ded5c1 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.special_function_util.h.D4B9F9F9E5F0C5C5.idx.~7238555a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.special_function_util.h.D4B9F9F9E5F0C5C5.idx.~7238555a new file mode 100755 index 0000000..2380037 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.special_function_util.h.D4B9F9F9E5F0C5C5.idx.~7238555a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.std_abs.h.E82A13146AF1CA61.idx.~26ae22a5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.std_abs.h.E82A13146AF1CA61.idx.~26ae22a5 new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.std_abs.h.E82A13146AF1CA61.idx.~26ae22a5 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.std_function.h.52B44B380783E733.idx.~4e931e66 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.std_function.h.52B44B380783E733.idx.~4e931e66 new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.std_function.h.52B44B380783E733.idx.~4e931e66 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdarg.h.0F61034D918E194E.idx.~7368ccf b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdarg.h.0F61034D918E194E.idx.~7368ccf new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdarg.h.0F61034D918E194E.idx.~7368ccf differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdc-predef.h.9EA93D70716BF84B.idx.~1e215fce b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdc-predef.h.9EA93D70716BF84B.idx.~1e215fce new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdc-predef.h.9EA93D70716BF84B.idx.~1e215fce differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stddef.h.AE2DA21BC2124F78.idx.~a2c6058 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stddef.h.AE2DA21BC2124F78.idx.~a2c6058 new file mode 100755 index 0000000..701551b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stddef.h.AE2DA21BC2124F78.idx.~a2c6058 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdexcept.1AD51D38DA738116.idx.~41dcef20 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdexcept.1AD51D38DA738116.idx.~41dcef20 new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdexcept.1AD51D38DA738116.idx.~41dcef20 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint-intn.h.1B33604E07F2EC64.idx.~3515dc38 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint-intn.h.1B33604E07F2EC64.idx.~3515dc38 new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint-intn.h.1B33604E07F2EC64.idx.~3515dc38 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint-least.h.E1EEA43D7328057E.idx.~15995fd7 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint-least.h.E1EEA43D7328057E.idx.~15995fd7 new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint-least.h.E1EEA43D7328057E.idx.~15995fd7 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.~40aaa801 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.~40aaa801 new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.~40aaa801 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint.h.22B451C129B23D79.idx.~6d7b7a0c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint.h.22B451C129B23D79.idx.~6d7b7a0c new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint.h.22B451C129B23D79.idx.~6d7b7a0c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint.h.B9BC61D451873DA9.idx.~3f839b36 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint.h.B9BC61D451873DA9.idx.~3f839b36 new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdint.h.B9BC61D451873DA9.idx.~3f839b36 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdio.h.6919C07CB89D47AD.idx.~74d4e895 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdio.h.6919C07CB89D47AD.idx.~74d4e895 new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdio.h.6919C07CB89D47AD.idx.~74d4e895 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdio_lim.h.E27D5CAD1DA797FA.idx.~8bd1877 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdio_lim.h.E27D5CAD1DA797FA.idx.~8bd1877 new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdio_lim.h.E27D5CAD1DA797FA.idx.~8bd1877 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdlib-float.h.2403F3F56D6FE40D.idx.~790c5ab8 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdlib-float.h.2403F3F56D6FE40D.idx.~790c5ab8 new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdlib-float.h.2403F3F56D6FE40D.idx.~790c5ab8 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdlib.h.2EFEF76FBD46C0CF.idx.~6ac5d6cc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdlib.h.2EFEF76FBD46C0CF.idx.~6ac5d6cc new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdlib.h.2EFEF76FBD46C0CF.idx.~6ac5d6cc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdlib.h.61AA7B9EED10C430.idx.~5f490caa b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdlib.h.61AA7B9EED10C430.idx.~5f490caa new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stdlib.h.61AA7B9EED10C430.idx.~5f490caa differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_algo.h.9405E152B100F27E.idx.~61876545 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_algo.h.9405E152B100F27E.idx.~61876545 new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_algo.h.9405E152B100F27E.idx.~61876545 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_algobase.h.6EC4E1DD2AF56F64.idx.~18f360c3 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_algobase.h.6EC4E1DD2AF56F64.idx.~18f360c3 new file mode 100755 index 0000000..5c98150 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_algobase.h.6EC4E1DD2AF56F64.idx.~18f360c3 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_bvector.h.2A70990EC5690265.idx.~4932126 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_bvector.h.2A70990EC5690265.idx.~4932126 new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_bvector.h.2A70990EC5690265.idx.~4932126 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_construct.h.6244B138823B9ED3.idx.~3c47a5c4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_construct.h.6244B138823B9ED3.idx.~3c47a5c4 new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_construct.h.6244B138823B9ED3.idx.~3c47a5c4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_function.h.11D26C7975DA7673.idx.~73993c9d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_function.h.11D26C7975DA7673.idx.~73993c9d new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_function.h.11D26C7975DA7673.idx.~73993c9d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_heap.h.DA3ECABD32626DA6.idx.~54d7cc55 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_heap.h.DA3ECABD32626DA6.idx.~54d7cc55 new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_heap.h.DA3ECABD32626DA6.idx.~54d7cc55 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_iterator.h.7277B71F89457363.idx.~5a9251e0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_iterator.h.7277B71F89457363.idx.~5a9251e0 new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_iterator.h.7277B71F89457363.idx.~5a9251e0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_iterator_base_funcs.h.F7490410D12D4913.idx.~6be00c92 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_iterator_base_funcs.h.F7490410D12D4913.idx.~6be00c92 new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_iterator_base_funcs.h.F7490410D12D4913.idx.~6be00c92 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_iterator_base_types.h.3C1DBC49B7584936.idx.~7f2acefd b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_iterator_base_types.h.3C1DBC49B7584936.idx.~7f2acefd new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_iterator_base_types.h.3C1DBC49B7584936.idx.~7f2acefd differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_list.h.FACF262634BCC4E9.idx.~577dc76b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_list.h.FACF262634BCC4E9.idx.~577dc76b new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_list.h.FACF262634BCC4E9.idx.~577dc76b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_map.h.7195FA1B76E02227.idx.~83fdd6d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_map.h.7195FA1B76E02227.idx.~83fdd6d new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_map.h.7195FA1B76E02227.idx.~83fdd6d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_multimap.h.5EEA71C508621A5C.idx.~cef5975 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_multimap.h.5EEA71C508621A5C.idx.~cef5975 new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_multimap.h.5EEA71C508621A5C.idx.~cef5975 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_numeric.h.7C41F9627869230F.idx.~36c916be b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_numeric.h.7C41F9627869230F.idx.~36c916be new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_numeric.h.7C41F9627869230F.idx.~36c916be differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_pair.h.5D88892FEA0C6D99.idx.~2d433ced b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_pair.h.5D88892FEA0C6D99.idx.~2d433ced new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_pair.h.5D88892FEA0C6D99.idx.~2d433ced differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_raw_storage_iter.h.E414377E1BCB8773.idx.~48fde723 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_raw_storage_iter.h.E414377E1BCB8773.idx.~48fde723 new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_raw_storage_iter.h.E414377E1BCB8773.idx.~48fde723 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_relops.h.DE50F1B7F3D646A8.idx.~5b9526bf b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_relops.h.DE50F1B7F3D646A8.idx.~5b9526bf new file mode 100755 index 0000000..6430c0a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_relops.h.DE50F1B7F3D646A8.idx.~5b9526bf differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_tempbuf.h.4794057264A8802F.idx.~6927b832 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_tempbuf.h.4794057264A8802F.idx.~6927b832 new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_tempbuf.h.4794057264A8802F.idx.~6927b832 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_tree.h.E586939CDDF41177.idx.~4c730c6f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_tree.h.E586939CDDF41177.idx.~4c730c6f new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_tree.h.E586939CDDF41177.idx.~4c730c6f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.~1443a3bf b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.~1443a3bf new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.~1443a3bf differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_vector.h.54FDE39F88213089.idx.~4e8b01d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_vector.h.54FDE39F88213089.idx.~4e8b01d new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stl_vector.h.54FDE39F88213089.idx.~4e8b01d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stream_iterator.h.5DC0D25D981545E2.idx.~726a190f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stream_iterator.h.5DC0D25D981545E2.idx.~726a190f new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stream_iterator.h.5DC0D25D981545E2.idx.~726a190f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.streambuf.E3BEEB1140D783A0.idx.~711d1317 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.streambuf.E3BEEB1140D783A0.idx.~711d1317 new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.streambuf.E3BEEB1140D783A0.idx.~711d1317 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.streambuf.tcc.196CE349FAD0EB92.idx.~2ca15e4b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.streambuf.tcc.196CE349FAD0EB92.idx.~2ca15e4b new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.streambuf.tcc.196CE349FAD0EB92.idx.~2ca15e4b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.streambuf_iterator.h.3892C42D2CE6C537.idx.~58b1769a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.streambuf_iterator.h.3892C42D2CE6C537.idx.~58b1769a new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.streambuf_iterator.h.3892C42D2CE6C537.idx.~58b1769a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string.C27A714773539828.idx.~39252204 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string.C27A714773539828.idx.~39252204 new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string.C27A714773539828.idx.~39252204 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string.h.979B97B48AB27554.idx.~1e1a016e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string.h.979B97B48AB27554.idx.~1e1a016e new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string.h.979B97B48AB27554.idx.~1e1a016e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string_conversions.h.B8EE39FF446BAE7B.idx.~37bb123f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string_conversions.h.B8EE39FF446BAE7B.idx.~37bb123f new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string_conversions.h.B8EE39FF446BAE7B.idx.~37bb123f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string_view.E111423CF73AA4C8.idx.~72dc4722 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string_view.E111423CF73AA4C8.idx.~72dc4722 new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string_view.E111423CF73AA4C8.idx.~72dc4722 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string_view.tcc.BE1C60A6D9C9FBCC.idx.~425a8e33 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string_view.tcc.BE1C60A6D9C9FBCC.idx.~425a8e33 new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.string_view.tcc.BE1C60A6D9C9FBCC.idx.~425a8e33 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stringfwd.h.A68CB508CF7C1701.idx.~6853f0ea b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stringfwd.h.A68CB508CF7C1701.idx.~6853f0ea new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stringfwd.h.A68CB508CF7C1701.idx.~6853f0ea differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.strings.h.9EB46A34EB89BB5D.idx.~377577cc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.strings.h.9EB46A34EB89BB5D.idx.~377577cc new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.strings.h.9EB46A34EB89BB5D.idx.~377577cc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_FILE.h.BD746D724FA26A14.idx.~3f265f22 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_FILE.h.BD746D724FA26A14.idx.~3f265f22 new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_FILE.h.BD746D724FA26A14.idx.~3f265f22 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.~4d5a3074 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.~4d5a3074 new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.~4d5a3074 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_itimerspec.h.5B266D5900E24BB5.idx.~2b0e2831 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_itimerspec.h.5B266D5900E24BB5.idx.~2b0e2831 new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_itimerspec.h.5B266D5900E24BB5.idx.~2b0e2831 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_mutex.h.4C3362835A033C07.idx.~13f4be7e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_mutex.h.4C3362835A033C07.idx.~13f4be7e new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_mutex.h.4C3362835A033C07.idx.~13f4be7e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_rwlock.h.015225931B7E9A45.idx.~7e6d8cc2 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_rwlock.h.015225931B7E9A45.idx.~7e6d8cc2 new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_rwlock.h.015225931B7E9A45.idx.~7e6d8cc2 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_sched_param.h.3F36B920743964D0.idx.~1a6686e0 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_sched_param.h.3F36B920743964D0.idx.~1a6686e0 new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_sched_param.h.3F36B920743964D0.idx.~1a6686e0 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_timespec.h.84E4D8A674C22D31.idx.~203d1bc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_timespec.h.84E4D8A674C22D31.idx.~203d1bc new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_timespec.h.84E4D8A674C22D31.idx.~203d1bc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_timeval.h.E5EFAE6351E57E37.idx.~5462c69c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_timeval.h.E5EFAE6351E57E37.idx.~5462c69c new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_timeval.h.E5EFAE6351E57E37.idx.~5462c69c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_tm.h.6F6EC6D30ECF5E52.idx.~4bc09ebd b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_tm.h.6F6EC6D30ECF5E52.idx.~4bc09ebd new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.struct_tm.h.6F6EC6D30ECF5E52.idx.~4bc09ebd differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stubs-64.h.C9B9EF9F85A49B89.idx.~1e86ca56 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stubs-64.h.C9B9EF9F85A49B89.idx.~1e86ca56 new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stubs-64.h.C9B9EF9F85A49B89.idx.~1e86ca56 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stubs.h.082359ACEA197EE8.idx.~2479fc1e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stubs.h.082359ACEA197EE8.idx.~2479fc1e new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.stubs.h.082359ACEA197EE8.idx.~2479fc1e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.system_error.1EEC7C42E0D6BAE2.idx.~cace45 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.system_error.1EEC7C42E0D6BAE2.idx.~cace45 new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.system_error.1EEC7C42E0D6BAE2.idx.~cace45 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.thread-shared-types.h.3BF83EAF2453B9EE.idx.~6867076a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.thread-shared-types.h.3BF83EAF2453B9EE.idx.~6867076a new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.thread-shared-types.h.3BF83EAF2453B9EE.idx.~6867076a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time.h.83E62EFE4747EE1B.idx.~726ac4a1 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time.h.83E62EFE4747EE1B.idx.~726ac4a1 new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time.h.83E62EFE4747EE1B.idx.~726ac4a1 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time.h.EDC06F0AFB6EC7EC.idx.~443d945c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time.h.EDC06F0AFB6EC7EC.idx.~443d945c new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time.h.EDC06F0AFB6EC7EC.idx.~443d945c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time64.h.CB321F1760C06220.idx.~1af6ba9b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time64.h.CB321F1760C06220.idx.~1af6ba9b new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time64.h.CB321F1760C06220.idx.~1af6ba9b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time_t.h.BAF6123CBDB646D6.idx.~4b9946fe b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time_t.h.BAF6123CBDB646D6.idx.~4b9946fe new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.time_t.h.BAF6123CBDB646D6.idx.~4b9946fe differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.timer_t.h.DE52AF3543DCC14B.idx.~b134574 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.timer_t.h.DE52AF3543DCC14B.idx.~b134574 new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.timer_t.h.DE52AF3543DCC14B.idx.~b134574 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.timesize.h.B987EAFC7C6E7540.idx.~7da37f57 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.timesize.h.B987EAFC7C6E7540.idx.~7da37f57 new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.timesize.h.B987EAFC7C6E7540.idx.~7da37f57 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.timex.h.529D3176CEFB16C2.idx.~278e7df b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.timex.h.529D3176CEFB16C2.idx.~278e7df new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.timex.h.529D3176CEFB16C2.idx.~278e7df differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.tuple.0BADC7F0062AC6B5.idx.~46d1b629 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.tuple.0BADC7F0062AC6B5.idx.~46d1b629 new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.tuple.0BADC7F0062AC6B5.idx.~46d1b629 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.type_traits.422189490C064711.idx.~9e5cdae b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.type_traits.422189490C064711.idx.~9e5cdae new file mode 100755 index 0000000..a4b9d3a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.type_traits.422189490C064711.idx.~9e5cdae differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.type_traits.h.163184A3252344BA.idx.~6f55da94 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.type_traits.h.163184A3252344BA.idx.~6f55da94 new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.type_traits.h.163184A3252344BA.idx.~6f55da94 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.typeinfo.085FA8A13242911A.idx.~367d7a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.typeinfo.085FA8A13242911A.idx.~367d7a new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.typeinfo.085FA8A13242911A.idx.~367d7a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.types.h.03E112F1187911D8.idx.~fafc44b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.types.h.03E112F1187911D8.idx.~fafc44b new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.types.h.03E112F1187911D8.idx.~fafc44b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.types.h.A9C854B704566561.idx.~43c4c58f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.types.h.A9C854B704566561.idx.~43c4c58f new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.types.h.A9C854B704566561.idx.~43c4c58f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.typesizes.h.458576AD7CBC208B.idx.~792dbdf4 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.typesizes.h.458576AD7CBC208B.idx.~792dbdf4 new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.typesizes.h.458576AD7CBC208B.idx.~792dbdf4 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ui_calculator.h.64EE5BF0E75EB159.idx.~4755c807 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ui_calculator.h.64EE5BF0E75EB159.idx.~4755c807 new file mode 100755 index 0000000..ea3b2a2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ui_calculator.h.64EE5BF0E75EB159.idx.~4755c807 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ui_programming.h.2A25B987EFB973A4.idx.~471d2415 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ui_programming.h.2A25B987EFB973A4.idx.~471d2415 new file mode 100755 index 0000000..032fec4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.ui_programming.h.2A25B987EFB973A4.idx.~471d2415 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uintn-identity.h.1CA9207577CEA5E1.idx.~bdf7812 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uintn-identity.h.1CA9207577CEA5E1.idx.~bdf7812 new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uintn-identity.h.1CA9207577CEA5E1.idx.~bdf7812 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uio_lim.h.58CBF8BD1DEA587F.idx.~5f9fe49b b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uio_lim.h.58CBF8BD1DEA587F.idx.~5f9fe49b new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uio_lim.h.58CBF8BD1DEA587F.idx.~5f9fe49b differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uniform_int_dist.h.71E677A1DCCFBF49.idx.~68ad2eda b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uniform_int_dist.h.71E677A1DCCFBF49.idx.~68ad2eda new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uniform_int_dist.h.71E677A1DCCFBF49.idx.~68ad2eda differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.unique_ptr.h.8425F457D485DB8A.idx.~506a5ffc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.unique_ptr.h.8425F457D485DB8A.idx.~506a5ffc new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.unique_ptr.h.8425F457D485DB8A.idx.~506a5ffc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.unordered_map.C50186D922C13142.idx.~444c66d9 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.unordered_map.C50186D922C13142.idx.~444c66d9 new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.unordered_map.C50186D922C13142.idx.~444c66d9 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.unordered_map.h.3BCF46B70CD44A7A.idx.~288f380f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.unordered_map.h.3BCF46B70CD44A7A.idx.~288f380f new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.unordered_map.h.3BCF46B70CD44A7A.idx.~288f380f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uses_allocator.h.2AEBF88BDC7A8DC5.idx.~3dbc97a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uses_allocator.h.2AEBF88BDC7A8DC5.idx.~3dbc97a new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uses_allocator.h.2AEBF88BDC7A8DC5.idx.~3dbc97a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uses_allocator_args.h.34D312B0A21C734A.idx.~21eca6dc b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uses_allocator_args.h.34D312B0A21C734A.idx.~21eca6dc new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.uses_allocator_args.h.34D312B0A21C734A.idx.~21eca6dc differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.utility.68AACC9B6FD91F5E.idx.~259d2784 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.utility.68AACC9B6FD91F5E.idx.~259d2784 new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.utility.68AACC9B6FD91F5E.idx.~259d2784 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.utility.h.D7F2631911D87119.idx.~4ae9376f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.utility.h.D7F2631911D87119.idx.~4ae9376f new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.utility.h.D7F2631911D87119.idx.~4ae9376f differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.variant.099AFEABD40E712D.idx.~4124655e b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.variant.099AFEABD40E712D.idx.~4124655e new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.variant.099AFEABD40E712D.idx.~4124655e differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.vector.E5134B7F97F70CAE.idx.~7f4d102d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.vector.E5134B7F97F70CAE.idx.~7f4d102d new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.vector.E5134B7F97F70CAE.idx.~7f4d102d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.vector.tcc.8206317A39F11217.idx.~a110360 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.vector.tcc.8206317A39F11217.idx.~a110360 new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.vector.tcc.8206317A39F11217.idx.~a110360 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.version.h.8DE8B626C9B02874.idx.~6521da69 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.version.h.8DE8B626C9B02874.idx.~6521da69 new file mode 100755 index 0000000..60b282f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.version.h.8DE8B626C9B02874.idx.~6521da69 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.waitflags.h.1480026F0BFFE024.idx.~67791c62 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.waitflags.h.1480026F0BFFE024.idx.~67791c62 new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.waitflags.h.1480026F0BFFE024.idx.~67791c62 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.waitstatus.h.C8A83CD20FAF0338.idx.~65fefcfb b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.waitstatus.h.C8A83CD20FAF0338.idx.~65fefcfb new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.waitstatus.h.C8A83CD20FAF0338.idx.~65fefcfb differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wchar.h.83BD995621576773.idx.~7f62a73a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wchar.h.83BD995621576773.idx.~7f62a73a new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wchar.h.83BD995621576773.idx.~7f62a73a differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wchar.h.CA624B234FF5EB1D.idx.~1f051914 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wchar.h.CA624B234FF5EB1D.idx.~1f051914 new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wchar.h.CA624B234FF5EB1D.idx.~1f051914 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wint_t.h.CEEF00AA17514887.idx.~27cf495d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wint_t.h.CEEF00AA17514887.idx.~27cf495d new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wint_t.h.CEEF00AA17514887.idx.~27cf495d differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wordsize.h.B3DEF3D506FCA17B.idx.~627a162 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wordsize.h.B3DEF3D506FCA17B.idx.~627a162 new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.wordsize.h.B3DEF3D506FCA17B.idx.~627a162 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.xopen_lim.h.A1D830D18B7E0691.idx.~608bb188 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.xopen_lim.h.A1D830D18B7E0691.idx.~608bb188 new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.xopen_lim.h.A1D830D18B7E0691.idx.~608bb188 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx index 302e5d6..d44274c 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QSpinBox.254E9D89DC32E1E5.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QSpinBox.254E9D89DC32E1E5.idx new file mode 100755 index 0000000..ae27fd4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QSpinBox.254E9D89DC32E1E5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx index bba2752..c877af4 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.096732F729A72E96.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.096732F729A72E96.idx new file mode 100755 index 0000000..a189f6a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.096732F729A72E96.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.34186276AA5F3AE2.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.34186276AA5F3AE2.idx new file mode 100755 index 0000000..cd4de8e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.34186276AA5F3AE2.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.0343A55FE53FD6DC.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.0343A55FE53FD6DC.idx new file mode 100755 index 0000000..24e6b50 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.0343A55FE53FD6DC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.BFDD89E48E998372.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.BFDD89E48E998372.idx new file mode 100755 index 0000000..8ca755a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.BFDD89E48E998372.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx index 3f1168f..50c0934 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx index c4f5882..aac2113 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx index 45e1cc3..0776d84 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.073F820A971DCA1A.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.073F820A971DCA1A.idx new file mode 100755 index 0000000..a93769d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.073F820A971DCA1A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.43034122E5F50F0D.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.43034122E5F50F0D.idx deleted file mode 100755 index 810b48f..0000000 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.43034122E5F50F0D.idx and /dev/null differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.D4AD542DEFD1B92C.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.D4AD542DEFD1B92C.idx new file mode 100755 index 0000000..86171b1 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.D4AD542DEFD1B92C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.51FB66BABD37AF66.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.51FB66BABD37AF66.idx deleted file mode 100755 index 983a525..0000000 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.cpp.51FB66BABD37AF66.idx and /dev/null differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.h.3FC2B4AD1A71DBE4.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.h.3FC2B4AD1A71DBE4.idx new file mode 100755 index 0000000..2bb126a Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.h.3FC2B4AD1A71DBE4.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.h.E8B6FC2E2AF3280A.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.h.E8B6FC2E2AF3280A.idx deleted file mode 100755 index 5fad229..0000000 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mainwindow.h.E8B6FC2E2AF3280A.idx and /dev/null differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/programming.cpp.9F525EBDCAE11FE5.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/programming.cpp.9F525EBDCAE11FE5.idx new file mode 100755 index 0000000..175d89d Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/programming.cpp.9F525EBDCAE11FE5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/programming.h.C0E3D7422D80785A.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/programming.h.C0E3D7422D80785A.idx new file mode 100755 index 0000000..c918898 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/programming.h.C0E3D7422D80785A.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx new file mode 100755 index 0000000..649c27f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx index de25180..d9d1700 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx index ba2a625..14bc0c9 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx index 3d41c78..0ea732e 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx index 78f8b56..df57967 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx new file mode 100755 index 0000000..99e6b82 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx index 617dc65..4e4db7f 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx index b3b2f03..ce18547 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx index a5c9513..338bb82 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qspinbox.h.988502DDAB5FEAE5.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qspinbox.h.988502DDAB5FEAE5.idx new file mode 100755 index 0000000..d6d525b Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qspinbox.h.988502DDAB5FEAE5.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx new file mode 100755 index 0000000..33e582e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx index 582b633..26cf8dc 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx index b662a35..701551b 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx index dce80f7..5c98150 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx index f85d62b..6430c0a 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx index d906efc..a4b9d3a 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_calculator.h.64EE5BF0E75EB159.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_calculator.h.64EE5BF0E75EB159.idx new file mode 100755 index 0000000..ea3b2a2 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_calculator.h.64EE5BF0E75EB159.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.F6BC49BE2DB3B23E.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.F6BC49BE2DB3B23E.idx deleted file mode 100755 index 1fa35fd..0000000 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_mainwindow.h.F6BC49BE2DB3B23E.idx and /dev/null differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_programming.h.2A25B987EFB973A4.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_programming.h.2A25B987EFB973A4.idx new file mode 100755 index 0000000..032fec4 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_programming.h.2A25B987EFB973A4.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx index cfba4b2..60b282f 100755 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.compile_commands.json.~3ec46d38 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.compile_commands.json.~3ec46d38 new file mode 100755 index 0000000..e8bc6c9 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/.compile_commands.json.~3ec46d38 @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json index c231755..e8bc6c9 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json @@ -1 +1 @@ -[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/Documents/1_Calculator/main.cpp"],"directory":"/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/Documents/1_Calculator/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/Documents/1_Calculator/mainwindow.cpp"],"directory":"/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/Documents/1_Calculator/mainwindow.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/Documents/1_Calculator/mainwindow.h"],"directory":"/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/Documents/1_Calculator/mainwindow.h"}] \ No newline at end of file +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/calculator.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator deleted file mode 100755 index b1fa16f..0000000 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator and /dev/null differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/EWIEGA46WW/moc_mainwindow.cpp b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/EWIEGA46WW/moc_mainwindow.cpp deleted file mode 100755 index 664f121..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/EWIEGA46WW/moc_mainwindow.cpp +++ /dev/null @@ -1,162 +0,0 @@ -/**************************************************************************** -** Meta object code from reading C++ file 'mainwindow.h' -** -** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) -** -** WARNING! All changes made in this file will be lost! -*****************************************************************************/ - -#include -#include "../../../../mainwindow.h" -#include -#include -#if !defined(Q_MOC_OUTPUT_REVISION) -#error "The header file 'mainwindow.h' doesn't include ." -#elif Q_MOC_OUTPUT_REVISION != 67 -#error "This file was generated using the moc from 5.15.14. It" -#error "cannot be used with the include files from this version of Qt." -#error "(The moc has changed too much.)" -#endif - -QT_BEGIN_MOC_NAMESPACE -QT_WARNING_PUSH -QT_WARNING_DISABLE_DEPRECATED -struct qt_meta_stringdata_MainWindow_t { - QByteArrayData data[13]; - char stringdata0[162]; -}; -#define QT_MOC_LITERAL(idx, ofs, len) \ - Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ - qptrdiff(offsetof(qt_meta_stringdata_MainWindow_t, stringdata0) + ofs \ - - idx * sizeof(QByteArrayData)) \ - ) -static const qt_meta_stringdata_MainWindow_t qt_meta_stringdata_MainWindow = { - { -QT_MOC_LITERAL(0, 0, 10), // "MainWindow" -QT_MOC_LITERAL(1, 11, 12), // "digitClicked" -QT_MOC_LITERAL(2, 24, 0), // "" -QT_MOC_LITERAL(3, 25, 10), // "dotClicked" -QT_MOC_LITERAL(4, 36, 10), // "addClicked" -QT_MOC_LITERAL(5, 47, 15), // "subtractClicked" -QT_MOC_LITERAL(6, 63, 15), // "multiplyClicked" -QT_MOC_LITERAL(7, 79, 13), // "divideClicked" -QT_MOC_LITERAL(8, 93, 13), // "equalsClicked" -QT_MOC_LITERAL(9, 107, 12), // "clearClicked" -QT_MOC_LITERAL(10, 120, 17), // "changeSignClicked" -QT_MOC_LITERAL(11, 138, 10), // "powClicked" -QT_MOC_LITERAL(12, 149, 12) // "printDisplay" - - }, - "MainWindow\0digitClicked\0\0dotClicked\0" - "addClicked\0subtractClicked\0multiplyClicked\0" - "divideClicked\0equalsClicked\0clearClicked\0" - "changeSignClicked\0powClicked\0printDisplay" -}; -#undef QT_MOC_LITERAL - -static const uint qt_meta_data_MainWindow[] = { - - // content: - 8, // revision - 0, // classname - 0, 0, // classinfo - 11, 14, // methods - 0, 0, // properties - 0, 0, // enums/sets - 0, 0, // constructors - 0, // flags - 0, // signalCount - - // slots: name, argc, parameters, tag, flags - 1, 0, 69, 2, 0x08 /* Private */, - 3, 0, 70, 2, 0x08 /* Private */, - 4, 0, 71, 2, 0x08 /* Private */, - 5, 0, 72, 2, 0x08 /* Private */, - 6, 0, 73, 2, 0x08 /* Private */, - 7, 0, 74, 2, 0x08 /* Private */, - 8, 0, 75, 2, 0x08 /* Private */, - 9, 0, 76, 2, 0x08 /* Private */, - 10, 0, 77, 2, 0x08 /* Private */, - 11, 0, 78, 2, 0x08 /* Private */, - 12, 0, 79, 2, 0x08 /* Private */, - - // slots: parameters - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - QMetaType::Void, - - 0 // eod -}; - -void MainWindow::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) -{ - if (_c == QMetaObject::InvokeMetaMethod) { - auto *_t = static_cast(_o); - (void)_t; - switch (_id) { - case 0: _t->digitClicked(); break; - case 1: _t->dotClicked(); break; - case 2: _t->addClicked(); break; - case 3: _t->subtractClicked(); break; - case 4: _t->multiplyClicked(); break; - case 5: _t->divideClicked(); break; - case 6: _t->equalsClicked(); break; - case 7: _t->clearClicked(); break; - case 8: _t->changeSignClicked(); break; - case 9: _t->powClicked(); break; - case 10: _t->printDisplay(); break; - default: ; - } - } - (void)_a; -} - -QT_INIT_METAOBJECT const QMetaObject MainWindow::staticMetaObject = { { - QMetaObject::SuperData::link(), - qt_meta_stringdata_MainWindow.data, - qt_meta_data_MainWindow, - qt_static_metacall, - nullptr, - nullptr -} }; - - -const QMetaObject *MainWindow::metaObject() const -{ - return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; -} - -void *MainWindow::qt_metacast(const char *_clname) -{ - if (!_clname) return nullptr; - if (!strcmp(_clname, qt_meta_stringdata_MainWindow.stringdata0)) - return static_cast(this); - return QMainWindow::qt_metacast(_clname); -} - -int MainWindow::qt_metacall(QMetaObject::Call _c, int _id, void **_a) -{ - _id = QMainWindow::qt_metacall(_c, _id, _a); - if (_id < 0) - return _id; - if (_c == QMetaObject::InvokeMetaMethod) { - if (_id < 11) - qt_static_metacall(this, _c, _id, _a); - _id -= 11; - } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { - if (_id < 11) - *reinterpret_cast(_a[0]) = -1; - _id -= 11; - } - return _id; -} -QT_WARNING_POP -QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include/ui_mainwindow.h b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include/ui_mainwindow.h deleted file mode 100755 index 344c882..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include/ui_mainwindow.h +++ /dev/null @@ -1,257 +0,0 @@ -/******************************************************************************** -** Form generated from reading UI file 'mainwindow.ui' -** -** Created by: Qt User Interface Compiler version 5.15.14 -** -** WARNING! All changes made in this file will be lost when recompiling UI file! -********************************************************************************/ - -#ifndef UI_MAINWINDOW_H -#define UI_MAINWINDOW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_BEGIN_NAMESPACE - -class Ui_MainWindow -{ -public: - QWidget *centralwidget; - QPushButton *button0; - QPushButton *buttonDot; - QPushButton *buttonEquals; - QPushButton *button4; - QPushButton *button6; - QPushButton *button5; - QPushButton *buttonSubtract; - QPushButton *button7; - QPushButton *button9; - QPushButton *button8; - QPushButton *buttonMultiply; - QPushButton *buttonClear; - QPushButton *buttonPow; - QPushButton *buttonChangeSign; - QPushButton *buttonDivide; - QLabel *display; - QPushButton *button2; - QPushButton *buttonAdd; - QPushButton *button3; - QPushButton *button1; - QMenuBar *menubar; - QMenu *menuCalculator; - QMenu *menuProgarmming; - - void setupUi(QMainWindow *MainWindow) - { - if (MainWindow->objectName().isEmpty()) - MainWindow->setObjectName(QString::fromUtf8("MainWindow")); - MainWindow->resize(350, 564); - QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed); - sizePolicy.setHorizontalStretch(0); - sizePolicy.setVerticalStretch(0); - sizePolicy.setHeightForWidth(MainWindow->sizePolicy().hasHeightForWidth()); - MainWindow->setSizePolicy(sizePolicy); - centralwidget = new QWidget(MainWindow); - centralwidget->setObjectName(QString::fromUtf8("centralwidget")); - sizePolicy.setHeightForWidth(centralwidget->sizePolicy().hasHeightForWidth()); - centralwidget->setSizePolicy(sizePolicy); - button0 = new QPushButton(centralwidget); - button0->setObjectName(QString::fromUtf8("button0")); - button0->setGeometry(QRect(6, 456, 166, 80)); - QFont font; - font.setPointSize(18); - button0->setFont(font); - buttonDot = new QPushButton(centralwidget); - buttonDot->setObjectName(QString::fromUtf8("buttonDot")); - buttonDot->setGeometry(QRect(178, 456, 80, 80)); - buttonDot->setFont(font); - buttonEquals = new QPushButton(centralwidget); - buttonEquals->setObjectName(QString::fromUtf8("buttonEquals")); - buttonEquals->setGeometry(QRect(264, 456, 80, 80)); - buttonEquals->setFont(font); - button4 = new QPushButton(centralwidget); - button4->setObjectName(QString::fromUtf8("button4")); - button4->setGeometry(QRect(6, 284, 80, 80)); - button4->setFont(font); - button6 = new QPushButton(centralwidget); - button6->setObjectName(QString::fromUtf8("button6")); - button6->setGeometry(QRect(178, 284, 80, 80)); - button6->setFont(font); - button5 = new QPushButton(centralwidget); - button5->setObjectName(QString::fromUtf8("button5")); - button5->setGeometry(QRect(92, 284, 80, 80)); - button5->setFont(font); - buttonSubtract = new QPushButton(centralwidget); - buttonSubtract->setObjectName(QString::fromUtf8("buttonSubtract")); - buttonSubtract->setGeometry(QRect(264, 284, 80, 80)); - buttonSubtract->setFont(font); - button7 = new QPushButton(centralwidget); - button7->setObjectName(QString::fromUtf8("button7")); - button7->setGeometry(QRect(6, 198, 80, 80)); - button7->setFont(font); - button9 = new QPushButton(centralwidget); - button9->setObjectName(QString::fromUtf8("button9")); - button9->setGeometry(QRect(178, 198, 80, 80)); - button9->setFont(font); - button8 = new QPushButton(centralwidget); - button8->setObjectName(QString::fromUtf8("button8")); - button8->setGeometry(QRect(92, 198, 80, 80)); - button8->setFont(font); - buttonMultiply = new QPushButton(centralwidget); - buttonMultiply->setObjectName(QString::fromUtf8("buttonMultiply")); - buttonMultiply->setGeometry(QRect(264, 198, 80, 80)); - buttonMultiply->setFont(font); - buttonClear = new QPushButton(centralwidget); - buttonClear->setObjectName(QString::fromUtf8("buttonClear")); - buttonClear->setGeometry(QRect(6, 112, 80, 80)); - buttonClear->setFont(font); - buttonPow = new QPushButton(centralwidget); - buttonPow->setObjectName(QString::fromUtf8("buttonPow")); - buttonPow->setGeometry(QRect(178, 112, 80, 80)); - buttonPow->setFont(font); - buttonChangeSign = new QPushButton(centralwidget); - buttonChangeSign->setObjectName(QString::fromUtf8("buttonChangeSign")); - buttonChangeSign->setGeometry(QRect(92, 112, 80, 80)); - buttonChangeSign->setFont(font); - buttonDivide = new QPushButton(centralwidget); - buttonDivide->setObjectName(QString::fromUtf8("buttonDivide")); - buttonDivide->setGeometry(QRect(264, 112, 80, 80)); - buttonDivide->setFont(font); - display = new QLabel(centralwidget); - display->setObjectName(QString::fromUtf8("display")); - display->setGeometry(QRect(12, 6, 326, 100)); - display->setFont(font); - display->setLayoutDirection(Qt::LayoutDirection::LeftToRight); - display->setAutoFillBackground(false); - button2 = new QPushButton(centralwidget); - button2->setObjectName(QString::fromUtf8("button2")); - button2->setGeometry(QRect(92, 370, 80, 80)); - button2->setFont(font); - buttonAdd = new QPushButton(centralwidget); - buttonAdd->setObjectName(QString::fromUtf8("buttonAdd")); - buttonAdd->setGeometry(QRect(264, 370, 80, 80)); - buttonAdd->setFont(font); - button3 = new QPushButton(centralwidget); - button3->setObjectName(QString::fromUtf8("button3")); - button3->setGeometry(QRect(178, 370, 80, 80)); - button3->setFont(font); - button1 = new QPushButton(centralwidget); - button1->setObjectName(QString::fromUtf8("button1")); - button1->setGeometry(QRect(6, 370, 80, 80)); - button1->setFont(font); - MainWindow->setCentralWidget(centralwidget); - menubar = new QMenuBar(MainWindow); - menubar->setObjectName(QString::fromUtf8("menubar")); - menubar->setGeometry(QRect(0, 0, 350, 23)); - menuCalculator = new QMenu(menubar); - menuCalculator->setObjectName(QString::fromUtf8("menuCalculator")); - menuProgarmming = new QMenu(menubar); - menuProgarmming->setObjectName(QString::fromUtf8("menuProgarmming")); - MainWindow->setMenuBar(menubar); - - menubar->addAction(menuCalculator->menuAction()); - menubar->addAction(menuProgarmming->menuAction()); - - retranslateUi(MainWindow); - - QMetaObject::connectSlotsByName(MainWindow); - } // setupUi - - void retranslateUi(QMainWindow *MainWindow) - { - MainWindow->setWindowTitle(QCoreApplication::translate("MainWindow", "Calculator", nullptr)); - button0->setText(QCoreApplication::translate("MainWindow", "0", nullptr)); -#if QT_CONFIG(shortcut) - button0->setShortcut(QCoreApplication::translate("MainWindow", "0", nullptr)); -#endif // QT_CONFIG(shortcut) - buttonDot->setText(QCoreApplication::translate("MainWindow", ".", nullptr)); -#if QT_CONFIG(shortcut) - buttonDot->setShortcut(QCoreApplication::translate("MainWindow", ".", nullptr)); -#endif // QT_CONFIG(shortcut) - buttonEquals->setText(QCoreApplication::translate("MainWindow", "=", nullptr)); -#if QT_CONFIG(shortcut) - buttonEquals->setShortcut(QCoreApplication::translate("MainWindow", "+, Return", nullptr)); -#endif // QT_CONFIG(shortcut) - button4->setText(QCoreApplication::translate("MainWindow", "4", nullptr)); -#if QT_CONFIG(shortcut) - button4->setShortcut(QCoreApplication::translate("MainWindow", "4", nullptr)); -#endif // QT_CONFIG(shortcut) - button6->setText(QCoreApplication::translate("MainWindow", "6", nullptr)); -#if QT_CONFIG(shortcut) - button6->setShortcut(QCoreApplication::translate("MainWindow", "6", nullptr)); -#endif // QT_CONFIG(shortcut) - button5->setText(QCoreApplication::translate("MainWindow", "5", nullptr)); -#if QT_CONFIG(shortcut) - button5->setShortcut(QCoreApplication::translate("MainWindow", "5", nullptr)); -#endif // QT_CONFIG(shortcut) - buttonSubtract->setText(QCoreApplication::translate("MainWindow", "-", nullptr)); -#if QT_CONFIG(shortcut) - buttonSubtract->setShortcut(QCoreApplication::translate("MainWindow", "-", nullptr)); -#endif // QT_CONFIG(shortcut) - button7->setText(QCoreApplication::translate("MainWindow", "7", nullptr)); -#if QT_CONFIG(shortcut) - button7->setShortcut(QCoreApplication::translate("MainWindow", "7", nullptr)); -#endif // QT_CONFIG(shortcut) - button9->setText(QCoreApplication::translate("MainWindow", "9", nullptr)); -#if QT_CONFIG(shortcut) - button9->setShortcut(QCoreApplication::translate("MainWindow", "9", nullptr)); -#endif // QT_CONFIG(shortcut) - button8->setText(QCoreApplication::translate("MainWindow", "8", nullptr)); -#if QT_CONFIG(shortcut) - button8->setShortcut(QCoreApplication::translate("MainWindow", "8", nullptr)); -#endif // QT_CONFIG(shortcut) - buttonMultiply->setText(QCoreApplication::translate("MainWindow", "*", nullptr)); -#if QT_CONFIG(shortcut) - buttonMultiply->setShortcut(QCoreApplication::translate("MainWindow", "*", nullptr)); -#endif // QT_CONFIG(shortcut) - buttonClear->setText(QCoreApplication::translate("MainWindow", "C", nullptr)); -#if QT_CONFIG(shortcut) - buttonClear->setShortcut(QCoreApplication::translate("MainWindow", "Backspace", nullptr)); -#endif // QT_CONFIG(shortcut) - buttonPow->setText(QCoreApplication::translate("MainWindow", "^", nullptr)); -#if QT_CONFIG(shortcut) - buttonPow->setShortcut(QCoreApplication::translate("MainWindow", "^", nullptr)); -#endif // QT_CONFIG(shortcut) - buttonChangeSign->setText(QCoreApplication::translate("MainWindow", "+/-", nullptr)); - buttonDivide->setText(QCoreApplication::translate("MainWindow", "/", nullptr)); -#if QT_CONFIG(shortcut) - buttonDivide->setShortcut(QCoreApplication::translate("MainWindow", "/", nullptr)); -#endif // QT_CONFIG(shortcut) - display->setText(QCoreApplication::translate("MainWindow", "0", nullptr)); - button2->setText(QCoreApplication::translate("MainWindow", "2", nullptr)); -#if QT_CONFIG(shortcut) - button2->setShortcut(QCoreApplication::translate("MainWindow", "2", nullptr)); -#endif // QT_CONFIG(shortcut) - buttonAdd->setText(QCoreApplication::translate("MainWindow", "+", nullptr)); -#if QT_CONFIG(shortcut) - buttonAdd->setShortcut(QCoreApplication::translate("MainWindow", "+", nullptr)); -#endif // QT_CONFIG(shortcut) - button3->setText(QCoreApplication::translate("MainWindow", "3", nullptr)); -#if QT_CONFIG(shortcut) - button3->setShortcut(QCoreApplication::translate("MainWindow", "3", nullptr)); -#endif // QT_CONFIG(shortcut) - button1->setText(QCoreApplication::translate("MainWindow", "1", nullptr)); -#if QT_CONFIG(shortcut) - button1->setShortcut(QCoreApplication::translate("MainWindow", "1", nullptr)); -#endif // QT_CONFIG(shortcut) - menuCalculator->setTitle(QCoreApplication::translate("MainWindow", "Calculator", nullptr)); - menuProgarmming->setTitle(QCoreApplication::translate("MainWindow", "Programming", nullptr)); - } // retranslateUi - -}; - -namespace Ui { - class MainWindow: public Ui_MainWindow {}; -} // namespace Ui - -QT_END_NAMESPACE - -#endif // UI_MAINWINDOW_H diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeCache.txt index c7d6867..866961a 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeCache.txt +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeCache.txt @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /home/nktkln/Documents/1_Calculator/build/Desktop-Debug +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. @@ -14,15 +14,6 @@ # EXTERNAL cache entries ######################## -//Value Computed by CMake -1_Calculator_BINARY_DIR:STATIC=/home/nktkln/Documents/1_Calculator/build/Desktop-Debug - -//Value Computed by CMake -1_Calculator_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -1_Calculator_SOURCE_DIR:STATIC=/home/nktkln/Documents/1_Calculator - //Path to a program. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line @@ -93,7 +84,7 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects //No help, variable specified on the command line. CMAKE_GENERATOR:STRING=Ninja @@ -194,10 +185,10 @@ CMAKE_PROJECT_DESCRIPTION:STATIC= CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //No help, variable specified on the command line. -CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake //Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=1_Calculator +CMAKE_PROJECT_NAME:STATIC=Calculator //Value Computed by CMake CMAKE_PROJECT_VERSION:STATIC=0.1 @@ -279,6 +270,15 @@ CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE +//Value Computed by CMake +Calculator_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug + +//Value Computed by CMake +Calculator_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +Calculator_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator + //Skip Qt Creator's package manager auto-setup QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF @@ -310,7 +310,7 @@ CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/Documents/1_Calculator/build/Desktop-Debug +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache @@ -365,7 +365,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/Documents/1_Calculator +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeCache.txt.prev b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeCache.txt.prev index c7d6867..866961a 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeCache.txt.prev +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeCache.txt.prev @@ -1,5 +1,5 @@ # This is the CMakeCache file. -# For build in directory: /home/nktkln/Documents/1_Calculator/build/Desktop-Debug +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug # It was generated by CMake: /usr/bin/cmake # You can edit this file to change values found and used by cmake. # If you do not want to change any of the values, simply exit the editor. @@ -14,15 +14,6 @@ # EXTERNAL cache entries ######################## -//Value Computed by CMake -1_Calculator_BINARY_DIR:STATIC=/home/nktkln/Documents/1_Calculator/build/Desktop-Debug - -//Value Computed by CMake -1_Calculator_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -1_Calculator_SOURCE_DIR:STATIC=/home/nktkln/Documents/1_Calculator - //Path to a program. CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line @@ -93,7 +84,7 @@ CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= //Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects //No help, variable specified on the command line. CMAKE_GENERATOR:STRING=Ninja @@ -194,10 +185,10 @@ CMAKE_PROJECT_DESCRIPTION:STATIC= CMAKE_PROJECT_HOMEPAGE_URL:STATIC= //No help, variable specified on the command line. -CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake //Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=1_Calculator +CMAKE_PROJECT_NAME:STATIC=Calculator //Value Computed by CMake CMAKE_PROJECT_VERSION:STATIC=0.1 @@ -279,6 +270,15 @@ CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND // Studio IDE projects all commands are done without /nologo. CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE +//Value Computed by CMake +Calculator_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug + +//Value Computed by CMake +Calculator_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +Calculator_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator + //Skip Qt Creator's package manager auto-setup QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF @@ -310,7 +310,7 @@ CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_AR CMAKE_AR-ADVANCED:INTERNAL=1 //This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/Documents/1_Calculator/build/Desktop-Debug +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug //Major version of cmake used to create the current loaded cache CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 //Minor version of cmake used to create the current loaded cache @@ -365,7 +365,7 @@ CMAKE_GENERATOR_PLATFORM:INTERNAL= CMAKE_GENERATOR_TOOLSET:INTERNAL= //Source directory with the top level CMakeLists.txt file for this // project -CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/Documents/1_Calculator +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator //ADVANCED property for variable: CMAKE_INSTALL_BINDIR CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CMAKE_INSTALL_DATADIR diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir/1_Calculator_autogen/mocs_compilation.cpp.o b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir/1_Calculator_autogen/mocs_compilation.cpp.o deleted file mode 100755 index 685622e..0000000 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir/1_Calculator_autogen/mocs_compilation.cpp.o and /dev/null differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir/main.cpp.o b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir/main.cpp.o deleted file mode 100755 index d0fbcc2..0000000 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir/main.cpp.o and /dev/null differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir/mainwindow.cpp.o b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir/mainwindow.cpp.o deleted file mode 100755 index a1a7067..0000000 Binary files a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir/mainwindow.cpp.o and /dev/null differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.CMakeCXXCompiler.cmake.~6e470d56 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.CMakeCXXCompiler.cmake.~6e470d56 new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.CMakeCXXCompiler.cmake.~6e470d56 @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.CMakeDetermineCompilerABI_CXX.bin.~24ea8ec8 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.CMakeDetermineCompilerABI_CXX.bin.~24ea8ec8 new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.CMakeDetermineCompilerABI_CXX.bin.~24ea8ec8 differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.CMakeSystem.cmake.~5763b95f b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.CMakeSystem.cmake.~5763b95f new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.CMakeSystem.cmake.~5763b95f @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.CMakeCXXCompilerId.cpp.~1501a64a b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.CMakeCXXCompilerId.cpp.~1501a64a new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.CMakeCXXCompilerId.cpp.~1501a64a @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.a.out.~f4a126c b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.a.out.~f4a126c new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.a.out.~f4a126c differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml index 4a1045d..836d318 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -28,7 +28,7 @@ events: Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" The CXX compiler identification is GNU, found in: - /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out - kind: "try_compile-v1" @@ -39,8 +39,8 @@ events: checks: - "Detecting CXX compiler ABI info" directories: - source: "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-h2DUU1" - binary: "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-h2DUU1" + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-qep5Gc" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-qep5Gc" cmakeVariables: CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" CMAKE_CXX_FLAGS_DEBUG: "-g" @@ -50,10 +50,10 @@ events: variable: "CMAKE_CXX_ABI_COMPILED" cached: true stdout: | - Change Dir: '/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-h2DUU1' + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-qep5Gc' - Run Build Command(s): /usr/bin/ninja -v cmTC_52280 - [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Run Build Command(s): /usr/bin/ninja -v cmTC_b0467 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp Using built-in specs. COLLECT_GCC=/usr/bin/g++ Target: x86_64-pc-linux-gnu @@ -61,8 +61,8 @@ events: Thread model: posix Supported LTO compression algorithms: zlib zstd gcc version 14.2.1 20240805 (GCC) - COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_52280.dir/' - /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_52280.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cc6vasmJ.s + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b0467.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_b0467.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccMUhoqT.s GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP @@ -79,13 +79,13 @@ events: /usr/include End of search list. Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 - COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_52280.dir/' - as -v --64 -o CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc6vasmJ.s + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b0467.dir/' + as -v --64 -o CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccMUhoqT.s GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.' - [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_52280 && : + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_b0467 && : Using built-in specs. COLLECT_GCC=/usr/bin/g++ COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper @@ -96,12 +96,12 @@ events: gcc version 14.2.1 20240805 (GCC) COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ - COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_52280' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_52280.' - /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrbCATp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_52280 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_b0467' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_b0467.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0j59rD.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_b0467 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o collect2 version 14.2.1 20240805 - /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrbCATp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_52280 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0j59rD.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_b0467 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o GNU ld (GNU Binutils) 2.43.0 - COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_52280' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_52280.' + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_b0467' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_b0467.' exitCode: 0 - @@ -142,10 +142,10 @@ events: Parsed CXX implicit link information: link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] - ignore line: [Change Dir: '/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-h2DUU1'] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-qep5Gc'] ignore line: [] - ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_52280] - ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_b0467] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/bin/g++] ignore line: [Target: x86_64-pc-linux-gnu] @@ -153,8 +153,8 @@ events: ignore line: [Thread model: posix] ignore line: [Supported LTO compression algorithms: zlib zstd] ignore line: [gcc version 14.2.1 20240805 (GCC) ] - ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_52280.dir/'] - ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_52280.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cc6vasmJ.s] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b0467.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_b0467.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccMUhoqT.s] ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] ignore line: [] @@ -171,13 +171,13 @@ events: ignore line: [ /usr/include] ignore line: [End of search list.] ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] - ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_52280.dir/'] - ignore line: [ as -v --64 -o CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o /tmp/cc6vasmJ.s] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b0467.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccMUhoqT.s] ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.'] - ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_52280 && :] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_b0467 && :] ignore line: [Using built-in specs.] ignore line: [COLLECT_GCC=/usr/bin/g++] ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] @@ -188,13 +188,13 @@ events: ignore line: [gcc version 14.2.1 20240805 (GCC) ] ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] - ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_52280' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_52280.'] - link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrbCATp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_52280 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_b0467' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_b0467.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0j59rD.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_b0467 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore arg [-plugin] ==> ignore arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore - arg [-plugin-opt=-fresolution=/tmp/ccrbCATp.res] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cc0j59rD.res] ==> ignore arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore arg [-plugin-opt=-pass-through=-lgcc] ==> ignore arg [-plugin-opt=-pass-through=-lc] ==> ignore @@ -209,7 +209,7 @@ events: arg [/lib64/ld-linux-x86-64.so.2] ==> ignore arg [-pie] ==> ignore arg [-o] ==> ignore - arg [cmTC_52280] ==> ignore + arg [cmTC_b0467] ==> ignore arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] @@ -219,7 +219,7 @@ events: arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] arg [-v] ==> ignore - arg [CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore arg [-lstdc++] ==> lib [stdc++] arg [-lm] ==> lib [m] arg [-lgcc_s] ==> lib [gcc_s] @@ -230,7 +230,7 @@ events: arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ignore line: [collect2 version 14.2.1 20240805] - ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccrbCATp.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_52280 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_52280.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0j59rD.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_b0467 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_b0467.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] linker tool for 'CXX': /usr/bin/ld collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/AutogenInfo.json similarity index 65% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/AutogenInfo.json rename to Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/AutogenInfo.json index 57e70c6..c3af281 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/AutogenInfo.json +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/AutogenInfo.json @@ -1,17 +1,17 @@ { - "BUILD_DIR" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen", - "CMAKE_BINARY_DIR" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug", - "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug", - "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/Documents/1_Calculator", + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator", "CMAKE_EXECUTABLE" : "/usr/bin/cmake", "CMAKE_LIST_FILES" : [ - "/home/nktkln/Documents/1_Calculator/CMakeLists.txt", - "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", - "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", - "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", @@ -80,22 +80,22 @@ "/usr/share/cmake/Modules/CMakeParseArguments.cmake", "/usr/share/cmake/Modules/GNUInstallDirs.cmake" ], - "CMAKE_SOURCE_DIR" : "/home/nktkln/Documents/1_Calculator", + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator", "CROSS_CONFIG" : false, - "DEP_FILE" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/deps", - "DEP_FILE_RULE_NAME" : "1_Calculator_autogen/timestamp", + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/deps", + "DEP_FILE_RULE_NAME" : "Calculator_autogen/timestamp", "HEADERS" : [ [ - "/home/nktkln/Documents/1_Calculator/mainwindow.h", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/calculator.h", "MU", - "EWIEGA46WW/moc_mainwindow.cpp", + "EWIEGA46WW/moc_calculator.cpp", null ] ], "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], - "INCLUDE_DIR" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include", - "MOC_COMPILATION_FILE" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/mocs_compilation.cpp", + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp", "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], "MOC_DEPEND_FILTERS" : [ @@ -131,21 +131,29 @@ "-c", "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" ], - "MOC_PREDEFS_FILE" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/moc_predefs.h", + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/moc_predefs.h", "MOC_RELAXED_MODE" : false, "MOC_SKIP" : [], "MULTI_CONFIG" : false, "PARALLEL" : 4, - "PARSE_CACHE_FILE" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/ParseCache.txt", + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/ParseCache.txt", "QT_MOC_EXECUTABLE" : "/usr/bin/moc", "QT_UIC_EXECUTABLE" : "/usr/bin/uic", "QT_VERSION_MAJOR" : 5, "QT_VERSION_MINOR" : 15, - "SETTINGS_FILE" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/AutogenUsed.txt", + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt", "SOURCES" : [ - [ "/home/nktkln/Documents/1_Calculator/main.cpp", "MU", null ], - [ "/home/nktkln/Documents/1_Calculator/mainwindow.cpp", "MU", null ] + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/calculator.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/main.cpp", + "MU", + null + ] ], "UIC_OPTIONS" : [], "UIC_SEARCH_PATHS" : [], diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..d824659 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/ParseCache.txt @@ -0,0 +1,684 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/calculator.cpp + uic:./ui_calculator.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/calculator.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/calculator.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/programming.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/programming.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/programming.cpp + uic:./ui_programming.h diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt index 917b418..8f046dc 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt @@ -1,9 +1,9 @@ -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator.dir -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/edit_cache.dir -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/list_install_components.dir -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/install.dir -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/install/local.dir -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/install/strip.dir -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen_timestamp_deps.dir -/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/Calculator.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake index 856f9e0..3daf4df 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.16) if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") file(REMOVE_RECURSE - "1_Calculator_autogen" - "CMakeFiles/1_Calculator_autogen.dir/AutogenUsed.txt" - "CMakeFiles/1_Calculator_autogen.dir/ParseCache.txt" + "CMakeFiles/Calculator_autogen.dir/AutogenUsed.txt" + "CMakeFiles/Calculator_autogen.dir/ParseCache.txt" + "Calculator_autogen" ) endif() diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja index ff58b4f..00a78c7 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja @@ -6,7 +6,7 @@ # It is included in the main 'build.ninja'. # ============================================================================= -# Project: 1_Calculator +# Project: Calculator # Configurations: Debug # ============================================================================= # ============================================================================= @@ -14,7 +14,7 @@ ############################################# # Rule for compiling CXX files. -rule CXX_COMPILER__1_Calculator_unscanned_Debug +rule CXX_COMPILER__Calculator_unscanned_Debug depfile = $DEP_FILE deps = gcc command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in @@ -24,7 +24,7 @@ rule CXX_COMPILER__1_Calculator_unscanned_Debug ############################################# # Rule for linking CXX executable. -rule CXX_EXECUTABLE_LINKER__1_Calculator_Debug +rule CXX_EXECUTABLE_LINKER__Calculator_Debug command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD description = Linking CXX executable $TARGET_FILE restat = $RESTAT @@ -42,7 +42,7 @@ rule CUSTOM_COMMAND # Rule for re-running cmake. rule RERUN_CMAKE - command = /usr/bin/cmake --regenerate-during-build -S/home/nktkln/Documents/1_Calculator -B/home/nktkln/Documents/1_Calculator/build/Desktop-Debug + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" description = Re-running CMake... generator = 1 diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator new file mode 100755 index 0000000..0529074 Binary files /dev/null and b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator differ diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d new file mode 100755 index 0000000..2c53eb4 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/build/Desktop-Debug/Calculator_autogen/EWIEGA46WW/moc_calculator.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/build/Desktop-Debug/Calculator_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/EWIEGA46WW/moc_programming.cpp.d b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/EWIEGA46WW/moc_programming.cpp.d new file mode 100755 index 0000000..77495fa --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/EWIEGA46WW/moc_programming.cpp.d @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/build/Desktop-Debug/Calculator_autogen/EWIEGA46WW/moc_programming.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/programming.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/build/Desktop-Debug/Calculator_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/deps b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/deps new file mode 100755 index 0000000..794be95 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/deps @@ -0,0 +1,412 @@ +Calculator_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/build/Desktop-Debug/Calculator_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/calculator.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/main.cpp \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/Calculator/calculator.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/moc_predefs.h b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/moc_predefs.h new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/moc_predefs.h @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp new file mode 100755 index 0000000..10676c1 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_calculator.cpp" diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/timestamp b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Calculator_autogen/timestamp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Testing/Temporary/.LastTest.log.~27d9e1b5 b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Testing/Temporary/.LastTest.log.~27d9e1b5 new file mode 100755 index 0000000..bf0adf7 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Testing/Temporary/.LastTest.log.~27d9e1b5 @@ -0,0 +1,3 @@ +Start testing: Sep 25 15:28 MSK +---------------------------------------------------------- +End testing: Sep 25 15:28 MSK diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log index 8b97a58..bf0adf7 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log @@ -1,3 +1,3 @@ -Start testing: Sep 14 16:09 MSK +Start testing: Sep 25 15:28 MSK ---------------------------------------------------------- -End testing: Sep 14 16:09 MSK +End testing: Sep 25 15:28 MSK diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/build.ninja b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/build.ninja index 356cc99..0f91d7f 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/build.ninja +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/build.ninja @@ -11,7 +11,7 @@ # ============================================================================= # ============================================================================= -# Project: 1_Calculator +# Project: Calculator # Configurations: Debug # ============================================================================= @@ -39,63 +39,63 @@ include CMakeFiles/rules.ninja ############################################# # Logical path to working directory; prefix for absolute paths. -cmake_ninja_workdir = /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/ +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/build/Desktop-Debug/ # ============================================================================= -# Object build statements for EXECUTABLE target 1_Calculator +# Object build statements for EXECUTABLE target Calculator ############################################# -# Order-only phony target for 1_Calculator +# Order-only phony target for Calculator -build cmake_object_order_depends_target_1_Calculator: phony || 1_Calculator_autogen 1_Calculator_autogen/mocs_compilation.cpp 1_Calculator_autogen/timestamp 1_Calculator_autogen_timestamp_deps +build cmake_object_order_depends_target_Calculator: phony || Calculator_autogen Calculator_autogen/mocs_compilation.cpp Calculator_autogen/timestamp Calculator_autogen_timestamp_deps -build CMakeFiles/1_Calculator.dir/1_Calculator_autogen/mocs_compilation.cpp.o: CXX_COMPILER__1_Calculator_unscanned_Debug /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_1_Calculator +build CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o: CXX_COMPILER__Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/build/Desktop-Debug/Calculator_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_Calculator DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB - DEP_FILE = CMakeFiles/1_Calculator.dir/1_Calculator_autogen/mocs_compilation.cpp.o.d + DEP_FILE = CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o.d FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC - INCLUDES = -I/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ - OBJECT_DIR = CMakeFiles/1_Calculator.dir - OBJECT_FILE_DIR = CMakeFiles/1_Calculator.dir/1_Calculator_autogen + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/Calculator.dir/Calculator_autogen -build CMakeFiles/1_Calculator.dir/main.cpp.o: CXX_COMPILER__1_Calculator_unscanned_Debug /home/nktkln/Documents/1_Calculator/main.cpp || cmake_object_order_depends_target_1_Calculator +build CMakeFiles/Calculator.dir/main.cpp.o: CXX_COMPILER__Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/main.cpp || cmake_object_order_depends_target_Calculator DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB - DEP_FILE = CMakeFiles/1_Calculator.dir/main.cpp.o.d + DEP_FILE = CMakeFiles/Calculator.dir/main.cpp.o.d FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC - INCLUDES = -I/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ - OBJECT_DIR = CMakeFiles/1_Calculator.dir - OBJECT_FILE_DIR = CMakeFiles/1_Calculator.dir + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/Calculator.dir -build CMakeFiles/1_Calculator.dir/mainwindow.cpp.o: CXX_COMPILER__1_Calculator_unscanned_Debug /home/nktkln/Documents/1_Calculator/mainwindow.cpp || cmake_object_order_depends_target_1_Calculator +build CMakeFiles/Calculator.dir/calculator.cpp.o: CXX_COMPILER__Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/calculator.cpp || cmake_object_order_depends_target_Calculator DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB - DEP_FILE = CMakeFiles/1_Calculator.dir/mainwindow.cpp.o.d + DEP_FILE = CMakeFiles/Calculator.dir/calculator.cpp.o.d FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC - INCLUDES = -I/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ - OBJECT_DIR = CMakeFiles/1_Calculator.dir - OBJECT_FILE_DIR = CMakeFiles/1_Calculator.dir + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/Calculator.dir # ============================================================================= -# Link build statements for EXECUTABLE target 1_Calculator +# Link build statements for EXECUTABLE target Calculator ############################################# -# Link the executable 1_Calculator +# Link the executable Calculator -build 1_Calculator: CXX_EXECUTABLE_LINKER__1_Calculator_Debug CMakeFiles/1_Calculator.dir/1_Calculator_autogen/mocs_compilation.cpp.o CMakeFiles/1_Calculator.dir/main.cpp.o CMakeFiles/1_Calculator.dir/mainwindow.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 1_Calculator_autogen 1_Calculator_autogen_timestamp_deps +build Calculator: CXX_EXECUTABLE_LINKER__Calculator_Debug CMakeFiles/Calculator.dir/Calculator_autogen/mocs_compilation.cpp.o CMakeFiles/Calculator.dir/main.cpp.o CMakeFiles/Calculator.dir/calculator.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || Calculator_autogen Calculator_autogen_timestamp_deps FLAGS = -DQT_QML_DEBUG -g LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 - OBJECT_DIR = CMakeFiles/1_Calculator.dir + OBJECT_DIR = CMakeFiles/Calculator.dir POST_BUILD = : PRE_LINK = : - TARGET_FILE = 1_Calculator - TARGET_PDB = 1_Calculator.dbg + TARGET_FILE = Calculator + TARGET_PDB = Calculator.dbg ############################################# # Utility command for edit_cache build CMakeFiles/edit_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nktkln/Documents/1_Calculator/build/Desktop-Debug && /usr/bin/ccmake -S/home/nktkln/Documents/1_Calculator -B/home/nktkln/Documents/1_Calculator/build/Desktop-Debug + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" DESC = Running CMake cache editor... pool = console restat = 1 @@ -107,7 +107,7 @@ build edit_cache: phony CMakeFiles/edit_cache.util # Utility command for rebuild_cache build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND - COMMAND = cd /home/nktkln/Documents/1_Calculator/build/Desktop-Debug && /usr/bin/cmake --regenerate-during-build -S/home/nktkln/Documents/1_Calculator -B/home/nktkln/Documents/1_Calculator/build/Desktop-Debug + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" DESC = Running CMake to regenerate build system... pool = console restat = 1 @@ -125,7 +125,7 @@ build list_install_components: phony # Utility command for install build CMakeFiles/install.util: CUSTOM_COMMAND all - COMMAND = cd /home/nktkln/Documents/1_Calculator/build/Desktop-Debug && /usr/bin/cmake -P cmake_install.cmake + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake DESC = Install the project... pool = console restat = 1 @@ -137,7 +137,7 @@ build install: phony CMakeFiles/install.util # Utility command for install/local build CMakeFiles/install/local.util: CUSTOM_COMMAND all - COMMAND = cd /home/nktkln/Documents/1_Calculator/build/Desktop-Debug && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake DESC = Installing only the local directory... pool = console restat = 1 @@ -149,7 +149,7 @@ build install/local: phony CMakeFiles/install/local.util # Utility command for install/strip build CMakeFiles/install/strip.util: CUSTOM_COMMAND all - COMMAND = cd /home/nktkln/Documents/1_Calculator/build/Desktop-Debug && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake DESC = Installing the project stripped... pool = console restat = 1 @@ -158,32 +158,32 @@ build install/strip: phony CMakeFiles/install/strip.util ############################################# -# Utility command for 1_Calculator_autogen_timestamp_deps +# Utility command for Calculator_autogen_timestamp_deps -build 1_Calculator_autogen_timestamp_deps: phony +build Calculator_autogen_timestamp_deps: phony ############################################# -# Utility command for 1_Calculator_autogen +# Utility command for Calculator_autogen -build 1_Calculator_autogen: phony CMakeFiles/1_Calculator_autogen 1_Calculator_autogen/include/ui_mainwindow.h 1_Calculator_autogen/include/ui_programmingwindow.h 1_Calculator_autogen/timestamp 1_Calculator_autogen/mocs_compilation.cpp 1_Calculator_autogen_timestamp_deps +build Calculator_autogen: phony CMakeFiles/Calculator_autogen Calculator_autogen/include/ui_calculator.h Calculator_autogen/timestamp Calculator_autogen/mocs_compilation.cpp Calculator_autogen_timestamp_deps ############################################# -# Custom command for 1_Calculator_autogen/timestamp +# Custom command for Calculator_autogen/timestamp -build 1_Calculator_autogen/timestamp 1_Calculator_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}1_Calculator_autogen/timestamp ${cmake_ninja_workdir}1_Calculator_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 1_Calculator_autogen_timestamp_deps - COMMAND = cd /home/nktkln/Documents/1_Calculator/build/Desktop-Debug && /usr/bin/cmake -E cmake_autogen /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/AutogenInfo.json Debug && /usr/bin/cmake -E touch /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/timestamp && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile /home/nktkln/Documents/1_Calculator /home/nktkln/Documents/1_Calculator /home/nktkln/Documents/1_Calculator/build/Desktop-Debug /home/nktkln/Documents/1_Calculator/build/Desktop-Debug /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/deps /home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/d/177e7d34e6d3807b0a60c8a02d506a03c9e67420a1524fdd6e02a67b744d59b1.d - DESC = Automatic MOC and UIC for target 1_Calculator - depfile = CMakeFiles/d/177e7d34e6d3807b0a60c8a02d506a03c9e67420a1524fdd6e02a67b744d59b1.d +build Calculator_autogen/timestamp Calculator_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}Calculator_autogen/timestamp ${cmake_ninja_workdir}Calculator_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || Calculator_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/Calculator_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/CMakeFiles/d/02dfcc7498da467738ee26601d06ebe321a968707d26a5a6d66f7e7a9986e166.d" + DESC = Automatic MOC and UIC for target Calculator + depfile = CMakeFiles/d/02dfcc7498da467738ee26601d06ebe321a968707d26a5a6d66f7e7a9986e166.d deps = gcc restat = 1 ############################################# -# Phony custom command for CMakeFiles/1_Calculator_autogen +# Phony custom command for CMakeFiles/Calculator_autogen -build CMakeFiles/1_Calculator_autogen 1_Calculator_autogen/include/ui_mainwindow.h 1_Calculator_autogen/include/ui_programmingwindow.h | ${cmake_ninja_workdir}CMakeFiles/1_Calculator_autogen ${cmake_ninja_workdir}1_Calculator_autogen/include/ui_mainwindow.h ${cmake_ninja_workdir}1_Calculator_autogen/include/ui_programmingwindow.h: phony 1_Calculator_autogen/timestamp || 1_Calculator_autogen_timestamp_deps +build CMakeFiles/Calculator_autogen Calculator_autogen/include/ui_calculator.h | ${cmake_ninja_workdir}CMakeFiles/Calculator_autogen ${cmake_ninja_workdir}Calculator_autogen/include/ui_calculator.h: phony Calculator_autogen/timestamp || Calculator_autogen_timestamp_deps # ============================================================================= # Target aliases. @@ -194,9 +194,9 @@ build CMakeFiles/1_Calculator_autogen 1_Calculator_autogen/include/ui_mainwindow # ============================================================================= ############################################# -# Folder: /home/nktkln/Documents/1_Calculator/build/Desktop-Debug +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug -build all: phony 1_Calculator +build all: phony Calculator # ============================================================================= # Built-in targets @@ -205,14 +205,14 @@ build all: phony 1_Calculator ############################################# # Re-run CMake if any of its inputs changed. -build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/Documents/1_Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake pool = console ############################################# # A missing CMake input file is not an error. -build .qtc/package-manager/auto-setup.cmake /home/nktkln/Documents/1_Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony ############################################# diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/cmake_install.cmake b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/cmake_install.cmake index 6c7b1ac..5665995 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/cmake_install.cmake +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/cmake_install.cmake @@ -1,4 +1,4 @@ -# Install script for directory: /home/nktkln/Documents/1_Calculator +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator # Set the install prefix if(NOT DEFINED CMAKE_INSTALL_PREFIX) @@ -43,17 +43,17 @@ if(NOT DEFINED CMAKE_OBJDUMP) endif() if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/1_Calculator" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/1_Calculator") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator") file(RPATH_CHECK - FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/1_Calculator" + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator" RPATH "") endif() - file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator") - if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/1_Calculator" AND - NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/1_Calculator") + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/Calculator") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator") if(CMAKE_INSTALL_DO_STRIP) - execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/1_Calculator") + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator") endif() endif() endif() @@ -73,6 +73,6 @@ endif() if(NOT CMAKE_INSTALL_LOCAL_ONLY) string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT "${CMAKE_INSTALL_MANIFEST_FILES}") - file(WRITE "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" "${CMAKE_INSTALL_MANIFEST_CONTENT}") endif() diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/qtcsettings.cmake index 1649748..808f609 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/qtcsettings.cmake +++ b/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/qtcsettings.cmake @@ -1,2 +1,3 @@ # This file is managed by Qt Creator, do not edit! +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/Calculator/calculator.cpp b/Third term/Industrial programming technologies/1_Calculator/calculator.cpp similarity index 99% rename from Third term/Industrial programming technologies/Calculator/calculator.cpp rename to Third term/Industrial programming technologies/1_Calculator/calculator.cpp index d71c4fc..aa753db 100755 --- a/Third term/Industrial programming technologies/Calculator/calculator.cpp +++ b/Third term/Industrial programming technologies/1_Calculator/calculator.cpp @@ -1,3 +1,4 @@ +#include #include "calculator.h" #include "./ui_calculator.h" @@ -37,6 +38,7 @@ Calculator::~Calculator() delete ui; } + void Calculator::printDisplay() { if (pendingOperator == "") { diff --git a/Third term/Industrial programming technologies/Calculator/calculator.h b/Third term/Industrial programming technologies/1_Calculator/calculator.h similarity index 91% rename from Third term/Industrial programming technologies/Calculator/calculator.h rename to Third term/Industrial programming technologies/1_Calculator/calculator.h index f38b273..e0b4331 100755 --- a/Third term/Industrial programming technologies/Calculator/calculator.h +++ b/Third term/Industrial programming technologies/1_Calculator/calculator.h @@ -4,8 +4,9 @@ #include QT_BEGIN_NAMESPACE -namespace Ui { -class Calculator; +namespace Ui +{ + class Calculator; } QT_END_NAMESPACE @@ -31,10 +32,11 @@ private slots: void printDisplay(); private: - Ui::MainWindow *ui; + Ui::Calculator *ui; double currentValue; double storedValue; int doubleDepth; QString pendingOperator; }; + #endif // CALCULATOR_H diff --git a/Third term/Industrial programming technologies/1_Calculator/calculator.ui b/Third term/Industrial programming technologies/1_Calculator/calculator.ui index 77627f9..ec6167c 100755 --- a/Third term/Industrial programming technologies/1_Calculator/calculator.ui +++ b/Third term/Industrial programming technologies/1_Calculator/calculator.ui @@ -1,19 +1,31 @@ - MainWindow - + Calculator + 0 0 350 - 586 + 541 + + + 0 + 0 + + - MainWindow + Calculator + + + 0 + 0 + + @@ -31,8 +43,11 @@ 0 + + 0 + - + 178 @@ -49,8 +64,11 @@ . + + . + - + 264 @@ -67,8 +85,11 @@ = + + Ctrl+S + - + 6 @@ -85,6 +106,9 @@ 4 + + 4 + @@ -103,6 +127,9 @@ 6 + + 6 + @@ -121,8 +148,11 @@ 5 + + 5 + - + 264 @@ -139,6 +169,9 @@ - + + - + @@ -157,8 +190,11 @@ 7 + + 7 + - + 178 @@ -175,6 +211,9 @@ 9 + + 9 + @@ -193,8 +232,11 @@ 8 + + 8 + - + 264 @@ -211,8 +253,11 @@ * + + * + - + 6 @@ -229,8 +274,11 @@ C + + Backspace + - + 178 @@ -245,10 +293,13 @@ - % + ^ + + + ^ - + 92 @@ -266,7 +317,7 @@ +/- - + 264 @@ -283,8 +334,11 @@ / + + / + - + 12 @@ -305,7 +359,7 @@ false - d + 0 @@ -325,6 +379,9 @@ 2 + + 2 + @@ -343,6 +400,9 @@ + + + + + @@ -361,6 +421,9 @@ 3 + + 3 + @@ -379,19 +442,26 @@ 1 + + 1 + - - - - - 0 - 0 - 350 - 23 - + + + d - + + + + &Calculator + + + + + &Programming + + diff --git a/Third term/Industrial programming technologies/1_Calculator/cmake_install.cmake b/Third term/Industrial programming technologies/1_Calculator/cmake_install.cmake new file mode 100755 index 0000000..930f1f5 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/Calculator") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/Calculator") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/1_Calculator/main.cpp b/Third term/Industrial programming technologies/1_Calculator/main.cpp index fd3e533..eb67047 100755 --- a/Third term/Industrial programming technologies/1_Calculator/main.cpp +++ b/Third term/Industrial programming technologies/1_Calculator/main.cpp @@ -1,11 +1,11 @@ -#include "mainwindow.h" +#include "calculator.h" #include int main(int argc, char *argv[]) { QApplication a(argc, argv); - MainWindow w; + Calculator w; w.show(); return a.exec(); } diff --git a/Third term/Industrial programming technologies/1_Calculator/main.sync-conflict-20240927-073239-VJAGI4P.cpp b/Third term/Industrial programming technologies/1_Calculator/main.sync-conflict-20240927-073239-VJAGI4P.cpp new file mode 100644 index 0000000..fd3e533 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/main.sync-conflict-20240927-073239-VJAGI4P.cpp @@ -0,0 +1,11 @@ +#include "mainwindow.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + MainWindow w; + w.show(); + return a.exec(); +} diff --git a/Third term/Industrial programming technologies/1_Calculator/mainwindow.cpp b/Third term/Industrial programming technologies/1_Calculator/mainwindow.cpp deleted file mode 100755 index 959586b..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/mainwindow.cpp +++ /dev/null @@ -1,170 +0,0 @@ -#include -#include "mainwindow.h" -#include "./ui_mainwindow.h" - -MainWindow::MainWindow(QWidget *parent) - : QMainWindow(parent) - , ui(new Ui::MainWindow) - , currentValue(0) - , storedValue(0) - , doubleDepth(0) -{ - ui->setupUi(this); - - connect(ui->button0, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->button1, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->button2, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->button3, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->button4, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->button5, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->button6, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->button7, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->button8, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->button9, &QPushButton::clicked, this, &MainWindow::digitClicked); - connect(ui->buttonDot, &QPushButton::clicked, this, &MainWindow::dotClicked); - - connect(ui->buttonAdd, &QPushButton::clicked, this, &MainWindow::addClicked); - connect(ui->buttonSubtract, &QPushButton::clicked, this, &MainWindow::subtractClicked); - connect(ui->buttonMultiply, &QPushButton::clicked, this, &MainWindow::multiplyClicked); - connect(ui->buttonDivide, &QPushButton::clicked, this, &MainWindow::divideClicked); - connect(ui->buttonEquals, &QPushButton::clicked, this, &MainWindow::equalsClicked); - connect(ui->buttonClear, &QPushButton::clicked, this, &MainWindow::clearClicked); - connect(ui->buttonChangeSign, &QPushButton::clicked, this, &MainWindow::changeSignClicked); - connect(ui->buttonPow, &QPushButton::clicked, this, &MainWindow::powClicked); -} - -MainWindow::~MainWindow() -{ - delete ui; -} - -void MainWindow::printDisplay() -{ - if (pendingOperator == "") { - ui->display->setText(QString::number(currentValue)); - } else { - QString out; - - if (storedValue < 0) { - out += "(" + QString::number(storedValue) + ")"; - } else { - out += QString::number(storedValue); - } - - out += pendingOperator; - - if (currentValue < 0) { - out += "(" + QString::number(currentValue) + ")"; - } else { - out += QString::number(currentValue); - } - - ui->display->setText(out); - } -} - -void MainWindow::digitClicked() -{ - QPushButton *clickedButton = qobject_cast(sender()); - int digitValue = clickedButton->text().toInt(); - if (currentValue < 0) digitValue *= -1; - if (doubleDepth != 0) { - currentValue += digitValue * std::pow(0.1, doubleDepth); - doubleDepth++; - } else { - currentValue = currentValue * 10 + digitValue; - } - printDisplay(); -} - -void MainWindow::dotClicked() { - doubleDepth = 1; - ui->display->setText(QString::number(currentValue)); -} - -void MainWindow::addClicked() -{ - storedValue = currentValue; - currentValue = 0; - doubleDepth = 0; - pendingOperator = "+"; - printDisplay(); -} - -void MainWindow::subtractClicked() -{ - storedValue = currentValue; - currentValue = 0; - doubleDepth = 0; - pendingOperator = "-"; - printDisplay(); -} - -void MainWindow::multiplyClicked() -{ - storedValue = currentValue; - currentValue = 0; - doubleDepth = 0; - pendingOperator = "*"; - printDisplay(); -} - -void MainWindow::divideClicked() -{ - storedValue = currentValue; - currentValue = 0; - doubleDepth = 0; - pendingOperator = "/"; - printDisplay(); -} - -void MainWindow::powClicked() -{ - storedValue = currentValue; - currentValue = 0; - doubleDepth = 0; - pendingOperator = "^"; - printDisplay(); -} - -void MainWindow::equalsClicked() -{ - if (pendingOperator == "+") { - currentValue = storedValue + currentValue; - } else if (pendingOperator == "-") { - currentValue = storedValue - currentValue; - } else if (pendingOperator == "*") { - currentValue = storedValue * currentValue; - } else if (pendingOperator == "/") { - if (currentValue != 0) { - currentValue = storedValue / currentValue; - } else { - ui->display->setText("Error"); - return; - } - } else if (pendingOperator == "^") { - if (currentValue != 0) { - currentValue = std::pow(storedValue, currentValue); - } else { - ui->display->setText("Error"); - return; - } - } - - pendingOperator = ""; - printDisplay(); -} - -void MainWindow::clearClicked() -{ - currentValue = 0; - storedValue = 0; - pendingOperator = ""; - printDisplay(); -} - -void MainWindow::changeSignClicked() -{ - currentValue *= -1; - printDisplay(); -} diff --git a/Third term/Industrial programming technologies/1_Calculator/mainwindow.h b/Third term/Industrial programming technologies/1_Calculator/mainwindow.h deleted file mode 100755 index b9ee483..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/mainwindow.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef MAINWINDOW_H -#define MAINWINDOW_H - -#include - -QT_BEGIN_NAMESPACE -namespace Ui { -class MainWindow; -} -QT_END_NAMESPACE - -class MainWindow : public QMainWindow -{ - Q_OBJECT - -public: - MainWindow(QWidget *parent = nullptr); - ~MainWindow(); - -private slots: - void digitClicked(); - void dotClicked(); - void addClicked(); - void subtractClicked(); - void multiplyClicked(); - void divideClicked(); - void equalsClicked(); - void clearClicked(); - void changeSignClicked(); - void powClicked(); - void printDisplay(); - -private: - Ui::MainWindow *ui; - double currentValue; - double storedValue; - int doubleDepth; - QString pendingOperator; -}; - -#endif // MAINWINDOW_H diff --git a/Third term/Industrial programming technologies/1_Calculator/mainwindow.ui b/Third term/Industrial programming technologies/1_Calculator/mainwindow.ui deleted file mode 100755 index 94decb3..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/mainwindow.ui +++ /dev/null @@ -1,496 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 350 - 564 - - - - - 0 - 0 - - - - Calculator - - - - - 0 - 0 - - - - - - 6 - 456 - 166 - 80 - - - - - 18 - - - - 0 - - - 0 - - - - - - 178 - 456 - 80 - 80 - - - - - 18 - - - - . - - - . - - - - - - 264 - 456 - 80 - 80 - - - - - 18 - - - - = - - - Ctrl+S - - - - - - 6 - 284 - 80 - 80 - - - - - 18 - - - - 4 - - - 4 - - - - - - 178 - 284 - 80 - 80 - - - - - 18 - - - - 6 - - - 6 - - - - - - 92 - 284 - 80 - 80 - - - - - 18 - - - - 5 - - - 5 - - - - - - 264 - 284 - 80 - 80 - - - - - 18 - - - - - - - - - - - - - - - 6 - 198 - 80 - 80 - - - - - 18 - - - - 7 - - - 7 - - - - - - 178 - 198 - 80 - 80 - - - - - 18 - - - - 9 - - - 9 - - - - - - 92 - 198 - 80 - 80 - - - - - 18 - - - - 8 - - - 8 - - - - - - 264 - 198 - 80 - 80 - - - - - 18 - - - - * - - - * - - - - - - 6 - 112 - 80 - 80 - - - - - 18 - - - - C - - - Backspace - - - - - - 178 - 112 - 80 - 80 - - - - - 18 - - - - ^ - - - ^ - - - - - - 92 - 112 - 80 - 80 - - - - - 18 - - - - +/- - - - - - - 264 - 112 - 80 - 80 - - - - - 18 - - - - / - - - / - - - - - - 12 - 6 - 326 - 100 - - - - - 18 - - - - Qt::LayoutDirection::LeftToRight - - - false - - - 0 - - - - - - 92 - 370 - 80 - 80 - - - - - 18 - - - - 2 - - - 2 - - - - - - 264 - 370 - 80 - 80 - - - - - 18 - - - - + - - - + - - - - - - 178 - 370 - 80 - 80 - - - - - 18 - - - - 3 - - - 3 - - - - - - 6 - 370 - 80 - 80 - - - - - 18 - - - - 1 - - - 1 - - - - - - 280 - 160 - 80 - 80 - - - - - 18 - - - - C - - - Backspace - - - - - - - 0 - 0 - 350 - 23 - - - - - Calculator - - - - - Programming - - - - - - - - - diff --git a/Third term/Industrial programming technologies/1_Calculator/mainwindow.ui.autosave b/Third term/Industrial programming technologies/1_Calculator/mainwindow.ui.autosave deleted file mode 100755 index 0f4b123..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/mainwindow.ui.autosave +++ /dev/null @@ -1,475 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 350 - 564 - - - - - 0 - 0 - - - - Calculator - - - - - 0 - 0 - - - - - - 6 - 456 - 166 - 80 - - - - - 18 - - - - 0 - - - 0 - - - - - - 178 - 456 - 80 - 80 - - - - - 18 - - - - . - - - . - - - - - - 264 - 456 - 80 - 80 - - - - - 18 - - - - = - - - Ctrl+S - - - - - - 6 - 284 - 80 - 80 - - - - - 18 - - - - 4 - - - 4 - - - - - - 178 - 284 - 80 - 80 - - - - - 18 - - - - 6 - - - 6 - - - - - - 92 - 284 - 80 - 80 - - - - - 18 - - - - 5 - - - 5 - - - - - - 264 - 284 - 80 - 80 - - - - - 18 - - - - - - - - - - - - - - - 6 - 198 - 80 - 80 - - - - - 18 - - - - 7 - - - 7 - - - - - - 178 - 198 - 80 - 80 - - - - - 18 - - - - 9 - - - 9 - - - - - - 92 - 198 - 80 - 80 - - - - - 18 - - - - 8 - - - 8 - - - - - - 264 - 198 - 80 - 80 - - - - - 18 - - - - * - - - * - - - - - - 6 - 112 - 80 - 80 - - - - - 18 - - - - C - - - Backspace - - - - - - 178 - 112 - 80 - 80 - - - - - 18 - - - - ^ - - - ^ - - - - - - 92 - 112 - 80 - 80 - - - - - 18 - - - - +/- - - - - - - 264 - 112 - 80 - 80 - - - - - 18 - - - - / - - - / - - - - - - 12 - 6 - 326 - 100 - - - - - 18 - - - - Qt::LayoutDirection::LeftToRight - - - false - - - 0 - - - - - - 92 - 370 - 80 - 80 - - - - - 18 - - - - 2 - - - 2 - - - - - - 264 - 370 - 80 - 80 - - - - - 18 - - - - + - - - + - - - - - - 178 - 370 - 80 - 80 - - - - - 18 - - - - 3 - - - 3 - - - - - - 6 - 370 - 80 - 80 - - - - - 18 - - - - 1 - - - 1 - - - - - - - 0 - 0 - 350 - 23 - - - - - Calculator - - - - - Programming - - - - - - - - - diff --git a/Third term/Industrial programming technologies/1_Calculator/programmingwindow.ui b/Third term/Industrial programming technologies/1_Calculator/programmingwindow.ui deleted file mode 100755 index 03bce8d..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/programmingwindow.ui +++ /dev/null @@ -1,231 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 350 - 564 - - - - MainWindow - - - - - - 270 - 110 - 42 - 27 - - - - 2 - - - 36 - - - 10 - - - - - - 100 - 110 - 113 - 26 - - - - - - - 100 - 150 - 113 - 26 - - - - - - - 120 - 250 - 58 - 18 - - - - TextLabel - - - - - - 270 - 150 - 42 - 27 - - - - 2 - - - 36 - - - 10 - - - - - - 260 - 80 - 58 - 18 - - - - TextLabel - - - - - - 260 - 240 - 42 - 27 - - - - 2 - - - 36 - - - 10 - - - - - - 10 - 290 - 80 - 80 - - - - - 18 - - - - C - - - Backspace - - - - - - 110 - 290 - 80 - 80 - - - - - 18 - - - - C - - - Backspace - - - - - - 200 - 290 - 80 - 80 - - - - - 18 - - - - C - - - Backspace - - - - - - 290 - 290 - 80 - 80 - - - - - 18 - - - - C - - - Backspace - - - - - - - 0 - 0 - 350 - 23 - - - - - Calculator - - - - - Programming - - - - - - - - - - diff --git a/Third term/Industrial programming technologies/1_Calculator/programmingwindow.ui.autosave b/Third term/Industrial programming technologies/1_Calculator/programmingwindow.ui.autosave deleted file mode 100755 index c6b516d..0000000 --- a/Third term/Industrial programming technologies/1_Calculator/programmingwindow.ui.autosave +++ /dev/null @@ -1,228 +0,0 @@ - - - MainWindow - - - - 0 - 0 - 350 - 564 - - - - MainWindow - - - - - - 261 - 110 - 51 - 21 - - - - 2 - - - 36 - - - 10 - - - - - - 100 - 110 - 113 - 26 - - - - - - - 12 - 150 - 231 - 71 - - - - - - - 260 - 150 - 71 - 71 - - - - - 18 - - - - 2 - - - 36 - - - 10 - - - - - - 260 - 80 - 58 - 18 - - - - TextLabel - - - - - - 0 - 360 - 80 - 80 - - - - - 18 - - - - + - - - Backspace - - - - - - 90 - 360 - 80 - 80 - - - - - 18 - - - - - - - - Backspace - - - - - - 180 - 360 - 80 - 80 - - - - - 18 - - - - / - - - Backspace - - - - - - 270 - 360 - 80 - 80 - - - - - 18 - - - - = - - - Backspace - - - - - - 12 - 250 - 326 - 100 - - - - - 18 - - - - Qt::LayoutDirection::LeftToRight - - - false - - - 0 - - - - - - - 0 - 0 - 350 - 23 - - - - - Calculator - - - - - Programming - - - - - - - - - - diff --git a/Third term/Industrial programming technologies/1_Calculator/qtcsettings.cmake b/Third term/Industrial programming technologies/1_Calculator/qtcsettings.cmake new file mode 100755 index 0000000..fe9ff86 --- /dev/null +++ b/Third term/Industrial programming technologies/1_Calculator/qtcsettings.cmake @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/1_Calculator/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/Calculator/CMakeLists.txt b/Third term/Industrial programming technologies/2_Calculator/CMakeLists.txt similarity index 79% rename from Third term/Industrial programming technologies/Calculator/CMakeLists.txt rename to Third term/Industrial programming technologies/2_Calculator/CMakeLists.txt index 7734c0e..d28d3b7 100755 --- a/Third term/Industrial programming technologies/Calculator/CMakeLists.txt +++ b/Third term/Industrial programming technologies/2_Calculator/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.16) -project(Calculator VERSION 0.1 LANGUAGES CXX) +project(2_Calculator VERSION 0.1 LANGUAGES CXX) set(CMAKE_AUTOUIC ON) set(CMAKE_AUTOMOC ON) @@ -20,37 +20,37 @@ set(PROJECT_SOURCES ) if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) - qt_add_executable(Calculator + qt_add_executable(2_Calculator MANUAL_FINALIZATION ${PROJECT_SOURCES} ) # Define target properties for Android with Qt 6 as: -# set_property(TARGET Calculator APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# set_property(TARGET 2_Calculator APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR # ${CMAKE_CURRENT_SOURCE_DIR}/android) # For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation else() if(ANDROID) - add_library(Calculator SHARED + add_library(2_Calculator SHARED ${PROJECT_SOURCES} ) # Define properties for Android with Qt 5 after find_package() calls as: # set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") else() - add_executable(Calculator + add_executable(2_Calculator ${PROJECT_SOURCES} ) endif() endif() -target_link_libraries(Calculator PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) +target_link_libraries(2_Calculator PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) # Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. # If you are developing for iOS or macOS you should consider setting an # explicit, fixed bundle identifier manually though. if(${QT_VERSION} VERSION_LESS 6.1.0) - set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.Calculator) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.2_Calculator) endif() -set_target_properties(Calculator PROPERTIES +set_target_properties(2_Calculator PROPERTIES ${BUNDLE_ID_OPTION} MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} @@ -59,12 +59,12 @@ set_target_properties(Calculator PROPERTIES ) include(GNUInstallDirs) -install(TARGETS Calculator +install(TARGETS 2_Calculator BUNDLE DESTINATION . LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} ) if(QT_VERSION_MAJOR EQUAL 6) - qt_finalize_executable(Calculator) + qt_finalize_executable(2_Calculator) endif() diff --git a/Third term/Industrial programming technologies/2_Calculator/CMakeLists.txt.user b/Third term/Industrial programming technologies/2_Calculator/CMakeLists.txt.user new file mode 100755 index 0000000..bdc9388 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/CMakeLists.txt.user @@ -0,0 +1,422 @@ + + + + + + EnvironmentId + {b09ad12c-2375-4d91-a30f-70a5d330cb93} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {a763e5f1-4a4d-4ec1-b61b-aa3746a79db0} + 0 + 0 + 0 + + Debug + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Debug +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug + + + + + all + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + CMakeProjectManager.CMakeBuildConfiguration + + + Release + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Release +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Release + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-RelWithDebInfo + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release with Debug Information + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Profile + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + CMakeProjectManager.CMakeBuildConfiguration + + + MinSizeRel + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-MinSizeRel + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Minimum Size Release + CMakeProjectManager.CMakeBuildConfiguration + + 5 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph dwarf,4096 -F 250 + 2_Calculator + CMakeProjectManager.CMakeRunConfiguration.2_Calculator + 2_Calculator + false + true + true + true + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.codemodel-v2.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.codemodel-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cache-v2-912f56e98d932ab63cdb.json.~6d54531a b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cache-v2-912f56e98d932ab63cdb.json.~6d54531a new file mode 100755 index 0000000..6a2a5b9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cache-v2-912f56e98d932ab63cdb.json.~6d54531a @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "2_Calculator_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + }, + { + "name" : "2_Calculator_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "2_Calculator_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "2_Calculator" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cmakeFiles-v1-1bb79893e422618597a9.json.~11cdd745 b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cmakeFiles-v1-1bb79893e422618597a9.json.~11cdd745 new file mode 100755 index 0000000..4253898 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.cmakeFiles-v1-1bb79893e422618597a9.json.~11cdd745 @@ -0,0 +1,654 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.codemodel-v2-030560fc5f1a95cd6a69.json.~67d2eae2 b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.codemodel-v2-030560fc5f1a95cd6a69.json.~67d2eae2 new file mode 100755 index 0000000..01025d9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.codemodel-v2-030560fc5f1a95cd6a69.json.~67d2eae2 @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-c051576110aea9cdc688.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "2_Calculator", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "2_Calculator::@6890427a1f51a3e7e1df", + "jsonFile" : "target-2_Calculator-Debug-c1f923e8edaffc4be30a.json", + "name" : "2_Calculator", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "2_Calculator_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json", + "name" : "2_Calculator_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json", + "name" : "2_Calculator_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.directory-.-Debug-c051576110aea9cdc688.json.~72926dab b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.directory-.-Debug-c051576110aea9cdc688.json.~72926dab new file mode 100755 index 0000000..4f3c8c9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.directory-.-Debug-c051576110aea9cdc688.json.~72926dab @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "2_Calculator" + ], + "targetId" : "2_Calculator::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.index-2024-09-27T03-21-53-0443.json.~3d02bc43 b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.index-2024-09-27T03-21-53-0443.json.~3d02bc43 new file mode 100755 index 0000000..cc26ece --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.index-2024-09-27T03-21-53-0443.json.~3d02bc43 @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-030560fc5f1a95cd6a69.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-912f56e98d932ab63cdb.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-1bb79893e422618597a9.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-912f56e98d932ab63cdb.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-1bb79893e422618597a9.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-030560fc5f1a95cd6a69.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-912f56e98d932ab63cdb.json.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-912f56e98d932ab63cdb.json.tmp new file mode 100755 index 0000000..6a2a5b9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-912f56e98d932ab63cdb.json.tmp @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "2_Calculator_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + }, + { + "name" : "2_Calculator_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "2_Calculator_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "2_Calculator" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-030560fc5f1a95cd6a69.json.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-030560fc5f1a95cd6a69.json.tmp new file mode 100755 index 0000000..01025d9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-030560fc5f1a95cd6a69.json.tmp @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-c051576110aea9cdc688.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "2_Calculator", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "2_Calculator::@6890427a1f51a3e7e1df", + "jsonFile" : "target-2_Calculator-Debug-c1f923e8edaffc4be30a.json", + "name" : "2_Calculator", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "2_Calculator_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json", + "name" : "2_Calculator_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json", + "name" : "2_Calculator_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.directory-.-Debug-c051576110aea9cdc688.json.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.directory-.-Debug-c051576110aea9cdc688.json.tmp new file mode 100755 index 0000000..4f3c8c9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.directory-.-Debug-c051576110aea9cdc688.json.tmp @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "2_Calculator" + ], + "targetId" : "2_Calculator::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-27T03-21-53-0443.json.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-27T03-21-53-0443.json.tmp new file mode 100755 index 0000000..cc26ece --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-27T03-21-53-0443.json.tmp @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-030560fc5f1a95cd6a69.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-912f56e98d932ab63cdb.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-1bb79893e422618597a9.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-912f56e98d932ab63cdb.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-1bb79893e422618597a9.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-030560fc5f1a95cd6a69.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-1_Calculator_autogen-Debug-d84c4c6f772a36ae6725.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json.tmp similarity index 68% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-1_Calculator_autogen-Debug-d84c4c6f772a36ae6725.json rename to Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json.tmp index d1a1e64..e392a22 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-1_Calculator_autogen-Debug-d84c4c6f772a36ae6725.json +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json.tmp @@ -17,12 +17,12 @@ "dependencies" : [ { - "id" : "1_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" } ], - "id" : "1_Calculator_autogen::@6890427a1f51a3e7e1df", + "id" : "2_Calculator_autogen::@6890427a1f51a3e7e1df", "isGeneratorProvided" : true, - "name" : "1_Calculator_autogen", + "name" : "2_Calculator_autogen", "paths" : { "build" : ".", @@ -51,19 +51,19 @@ { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/CMakeFiles/1_Calculator_autogen", + "path" : "build/Desktop-Debug/CMakeFiles/2_Calculator_autogen", "sourceGroupIndex" : 0 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.rule", + "path" : "build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.rule", "sourceGroupIndex" : 1 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/timestamp.rule", + "path" : "build/Desktop-Debug/2_Calculator_autogen/timestamp.rule", "sourceGroupIndex" : 1 } ], diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-1_Calculator_autogen_timestamp_deps-Debug-37da397c7bdbb094b53e.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json.tmp similarity index 71% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-1_Calculator_autogen_timestamp_deps-Debug-37da397c7bdbb094b53e.json rename to Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json.tmp index 200ee23..1d9a97b 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-1_Calculator_autogen_timestamp_deps-Debug-37da397c7bdbb094b53e.json +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json.tmp @@ -14,9 +14,9 @@ } ] }, - "id" : "1_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", "isGeneratorProvided" : true, - "name" : "1_Calculator_autogen_timestamp_deps", + "name" : "2_Calculator_autogen_timestamp_deps", "paths" : { "build" : ".", diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-1_Calculator-Debug-c4868d6c984c8a4dfc72.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-2_Calculator-Debug-c1f923e8edaffc4be30a.json.~59be42d5 similarity index 79% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-1_Calculator-Debug-c4868d6c984c8a4dfc72.json rename to Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-2_Calculator-Debug-c1f923e8edaffc4be30a.json.~59be42d5 index 89110b3..d1adf50 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-1_Calculator-Debug-c4868d6c984c8a4dfc72.json +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-2_Calculator-Debug-c1f923e8edaffc4be30a.json.~59be42d5 @@ -2,7 +2,7 @@ "artifacts" : [ { - "path" : "1_Calculator" + "path" : "2_Calculator" } ], "backtrace" : 1, @@ -37,13 +37,13 @@ { "command" : 1, "file" : 0, - "line" : 63, + "line" : 62, "parent" : 0 }, { "command" : 2, "file" : 0, - "line" : 46, + "line" : 45, "parent" : 0 }, { @@ -112,7 +112,7 @@ [ { "backtrace" : 0, - "path" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include" + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include" }, { "backtrace" : 3, @@ -160,14 +160,14 @@ "dependencies" : [ { - "id" : "1_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" }, { "backtrace" : 0, - "id" : "1_Calculator_autogen::@6890427a1f51a3e7e1df" + "id" : "2_Calculator_autogen::@6890427a1f51a3e7e1df" } ], - "id" : "1_Calculator::@6890427a1f51a3e7e1df", + "id" : "2_Calculator::@6890427a1f51a3e7e1df", "install" : { "destinations" : @@ -212,8 +212,8 @@ ], "language" : "CXX" }, - "name" : "1_Calculator", - "nameOnDisk" : "1_Calculator", + "name" : "2_Calculator", + "nameOnDisk" : "2_Calculator", "paths" : { "build" : ".", @@ -235,8 +235,7 @@ "sourceIndexes" : [ 3, - 6, - 7 + 5 ] }, { @@ -244,15 +243,14 @@ "sourceIndexes" : [ 4, - 5, - 8 + 6 ] }, { "name" : "CMake Rules", "sourceIndexes" : [ - 9 + 7 ] } ], @@ -262,7 +260,7 @@ "backtrace" : 0, "compileGroupIndex" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/mocs_compilation.cpp", + "path" : "build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp", "sourceGroupIndex" : 0 }, { @@ -274,46 +272,35 @@ { "backtrace" : 1, "compileGroupIndex" : 0, - "path" : "mainwindow.cpp", + "path" : "calculator.cpp", "sourceGroupIndex" : 0 }, { "backtrace" : 1, - "path" : "mainwindow.h", + "path" : "calculator.h", "sourceGroupIndex" : 1 }, { "backtrace" : 1, - "path" : "mainwindow.ui", - "sourceGroupIndex" : 2 - }, - { - "backtrace" : 1, - "path" : "programmingwindow.ui", + "path" : "calculator.ui", "sourceGroupIndex" : 2 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/include/ui_mainwindow.h", + "path" : "build/Desktop-Debug/2_Calculator_autogen/include/ui_calculator.h", "sourceGroupIndex" : 1 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/include/ui_programmingwindow.h", - "sourceGroupIndex" : 1 - }, - { - "backtrace" : 0, - "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/timestamp", + "path" : "build/Desktop-Debug/2_Calculator_autogen/timestamp", "sourceGroupIndex" : 2 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/timestamp.rule", + "path" : "build/Desktop-Debug/2_Calculator_autogen/timestamp.rule", "sourceGroupIndex" : 3 } ], diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-1_Calculator_autogen-Debug-d84c4c6f772a36ae6725.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json.~67b80f94 similarity index 68% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-1_Calculator_autogen-Debug-d84c4c6f772a36ae6725.json rename to Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json.~67b80f94 index d1a1e64..e392a22 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-1_Calculator_autogen-Debug-d84c4c6f772a36ae6725.json +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json.~67b80f94 @@ -17,12 +17,12 @@ "dependencies" : [ { - "id" : "1_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" } ], - "id" : "1_Calculator_autogen::@6890427a1f51a3e7e1df", + "id" : "2_Calculator_autogen::@6890427a1f51a3e7e1df", "isGeneratorProvided" : true, - "name" : "1_Calculator_autogen", + "name" : "2_Calculator_autogen", "paths" : { "build" : ".", @@ -51,19 +51,19 @@ { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/CMakeFiles/1_Calculator_autogen", + "path" : "build/Desktop-Debug/CMakeFiles/2_Calculator_autogen", "sourceGroupIndex" : 0 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.rule", + "path" : "build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.rule", "sourceGroupIndex" : 1 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/timestamp.rule", + "path" : "build/Desktop-Debug/2_Calculator_autogen/timestamp.rule", "sourceGroupIndex" : 1 } ], diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-1_Calculator_autogen_timestamp_deps-Debug-37da397c7bdbb094b53e.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json.~1b7c5b56 similarity index 71% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-1_Calculator_autogen_timestamp_deps-Debug-37da397c7bdbb094b53e.json rename to Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json.~1b7c5b56 index 200ee23..1d9a97b 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-1_Calculator_autogen_timestamp_deps-Debug-37da397c7bdbb094b53e.json +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json.~1b7c5b56 @@ -14,9 +14,9 @@ } ] }, - "id" : "1_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", "isGeneratorProvided" : true, - "name" : "1_Calculator_autogen_timestamp_deps", + "name" : "2_Calculator_autogen_timestamp_deps", "paths" : { "build" : ".", diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-912f56e98d932ab63cdb.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-912f56e98d932ab63cdb.json new file mode 100755 index 0000000..6a2a5b9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-912f56e98d932ab63cdb.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "2_Calculator_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + }, + { + "name" : "2_Calculator_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "2_Calculator_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "2_Calculator" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-1bb79893e422618597a9.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-1bb79893e422618597a9.json new file mode 100755 index 0000000..4253898 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-1bb79893e422618597a9.json @@ -0,0 +1,654 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-030560fc5f1a95cd6a69.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-030560fc5f1a95cd6a69.json new file mode 100755 index 0000000..01025d9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-030560fc5f1a95cd6a69.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-c051576110aea9cdc688.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "2_Calculator", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "2_Calculator::@6890427a1f51a3e7e1df", + "jsonFile" : "target-2_Calculator-Debug-c1f923e8edaffc4be30a.json", + "name" : "2_Calculator", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "2_Calculator_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json", + "name" : "2_Calculator_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json", + "name" : "2_Calculator_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-c051576110aea9cdc688.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-c051576110aea9cdc688.json new file mode 100755 index 0000000..4f3c8c9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-c051576110aea9cdc688.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "2_Calculator" + ], + "targetId" : "2_Calculator::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-21-53-0443.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-21-53-0443.json new file mode 100755 index 0000000..cc26ece --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-21-53-0443.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-030560fc5f1a95cd6a69.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-912f56e98d932ab63cdb.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-1bb79893e422618597a9.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-912f56e98d932ab63cdb.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-1bb79893e422618597a9.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-030560fc5f1a95cd6a69.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-2_Calculator-Debug-c1f923e8edaffc4be30a.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-2_Calculator-Debug-c1f923e8edaffc4be30a.json new file mode 100755 index 0000000..d1adf50 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-2_Calculator-Debug-c1f923e8edaffc4be30a.json @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "2_Calculator" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "2_Calculator_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "2_Calculator::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "2_Calculator", + "nameOnDisk" : "2_Calculator", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "calculator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "calculator.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/2_Calculator_autogen/include/ui_calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/2_Calculator_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/2_Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json new file mode 100755 index 0000000..e392a22 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-2_Calculator_autogen-Debug-e9b9c1a9cbf8dfe1514d.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "2_Calculator_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "2_Calculator_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/2_Calculator_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/2_Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json new file mode 100755 index 0000000..1d9a97b --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-2_Calculator_autogen_timestamp_deps-Debug-ab7f8b6c6449ca3cf7e5.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "2_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "2_Calculator_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.ninja_deps b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.ninja_deps new file mode 100755 index 0000000..8962067 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.ninja_log b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.ninja_log new file mode 100755 index 0000000..fe87131 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.ninja_log @@ -0,0 +1,9 @@ +# ninja log v6 +2 199 1727407333961268500 2_Calculator_autogen/timestamp 3f7a2abed0bc60aa +2 199 1727407333961268500 2_Calculator_autogen/mocs_compilation.cpp 3f7a2abed0bc60aa +2 199 1727407333961268500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/timestamp 3f7a2abed0bc60aa +2 199 1727407333961268500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp 3f7a2abed0bc60aa +215 1704 1727407333988852300 CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o 7c12e1f96fd22342 +216 1747 1727407333989121800 CMakeFiles/2_Calculator.dir/main.cpp.o d4d025782d209320 +216 1982 1727407333990937400 CMakeFiles/2_Calculator.dir/calculator.cpp.o 9fcf43cfe68523a2 +1983 2295 1727407335756769300 2_Calculator ffdd4dfe1cc638d9 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp new file mode 100755 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp new file mode 100755 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp new file mode 100755 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp new file mode 100755 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan new file mode 100755 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake new file mode 100755 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/conan.cmake b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/conan.cmake new file mode 100755 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/conan.cmake @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake new file mode 100755 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.FILE.h.846F156B181C5A07.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.FILE.h.846F156B181C5A07.idx.tmp new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.FILE.h.846F156B181C5A07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QSpinBox.254E9D89DC32E1E5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QSpinBox.254E9D89DC32E1E5.idx.tmp new file mode 100755 index 0000000..ae27fd4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QSpinBox.254E9D89DC32E1E5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic.BC6FAD3ED3922564.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic.BC6FAD3ED3922564.idx.tmp new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic.BC6FAD3ED3922564.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_wide_counter.h.807A3792D29058FD.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_wide_counter.h.807A3792D29058FD.idx.tmp new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_wide_counter.h.807A3792D29058FD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.beta_function.tcc.EDAA91939666D6F8.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.beta_function.tcc.EDAA91939666D6F8.idx.tmp new file mode 100755 index 0000000..cde716e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.beta_function.tcc.EDAA91939666D6F8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.cpp.97628D200AB0CE70.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.cpp.97628D200AB0CE70.idx.tmp new file mode 100755 index 0000000..2848de9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.cpp.97628D200AB0CE70.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.h.0343A55FE53FD6DC.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.h.0343A55FE53FD6DC.idx.tmp new file mode 100755 index 0000000..8b72755 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.h.0343A55FE53FD6DC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.h.FA645D668719EF71.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.h.FA645D668719EF71.idx.tmp new file mode 100755 index 0000000..42b5727 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.h.FA645D668719EF71.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cmath.7F94A5DC886C08DF.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cmath.7F94A5DC886C08DF.idx.tmp new file mode 100755 index 0000000..45a9196 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cmath.7F94A5DC886C08DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.compare.8A3B1CEA5A51B1AA.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.compare.8A3B1CEA5A51B1AA.idx.tmp new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.compare.8A3B1CEA5A51B1AA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp new file mode 100755 index 0000000..18f887b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdint.DC7D59978AF20695.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdint.DC7D59978AF20695.idx.tmp new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdint.DC7D59978AF20695.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdlib.BED9304B76EAD3E7.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdlib.BED9304B76EAD3E7.idx.tmp new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdlib.BED9304B76EAD3E7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ell_integral.tcc.133F835CD79F336E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ell_integral.tcc.133F835CD79F336E.idx.tmp new file mode 100755 index 0000000..d564e19 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ell_integral.tcc.133F835CD79F336E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno-base.h.23FC55A99C73A727.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno-base.h.23FC55A99C73A727.idx.tmp new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno-base.h.23FC55A99C73A727.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_t.h.AA215EF04C62C72A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_t.h.AA215EF04C62C72A.idx.tmp new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_t.h.AA215EF04C62C72A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.h.65011B501144EF4E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.h.65011B501144EF4E.idx.tmp new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.h.65011B501144EF4E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exp_integral.tcc.AC5BA0141D2C0DD6.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exp_integral.tcc.AC5BA0141D2C0DD6.idx.tmp new file mode 100755 index 0000000..7c6f449 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exp_integral.tcc.AC5BA0141D2C0DD6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.flt-eval-method.h.3344EA8D5853532A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.flt-eval-method.h.3344EA8D5853532A.idx.tmp new file mode 100755 index 0000000..538d5e9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.flt-eval-method.h.3344EA8D5853532A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-fast.h.91A0AAED89DDB8E8.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-fast.h.91A0AAED89DDB8E8.idx.tmp new file mode 100755 index 0000000..865c1f8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-fast.h.91A0AAED89DDB8E8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-logb.h.943A50A5C0A2DEE2.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-logb.h.943A50A5C0A2DEE2.idx.tmp new file mode 100755 index 0000000..e5da21e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-logb.h.943A50A5C0A2DEE2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functexcept.h.D2FF6C9EF46BA786.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functexcept.h.D2FF6C9EF46BA786.idx.tmp new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functexcept.h.D2FF6C9EF46BA786.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional_hash.h.155E7DCEBAD33A0E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional_hash.h.155E7DCEBAD33A0E.idx.tmp new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional_hash.h.155E7DCEBAD33A0E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hypergeometric.tcc.000204CBFF30D2B9.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hypergeometric.tcc.000204CBFF30D2B9.idx.tmp new file mode 100755 index 0000000..ed1c482 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hypergeometric.tcc.000204CBFF30D2B9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.legendre_function.tcc.CDCF14C01A1BF745.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.legendre_function.tcc.CDCF14C01A1BF745.idx.tmp new file mode 100755 index 0000000..4a43ce4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.legendre_function.tcc.CDCF14C01A1BF745.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.86B9265A2038E7D0.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.86B9265A2038E7D0.idx.tmp new file mode 100755 index 0000000..9e77acc Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.86B9265A2038E7D0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.math.h.DE4D39AAF5AC2C76.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.math.h.DE4D39AAF5AC2C76.idx.tmp new file mode 100755 index 0000000..82e3635 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.math.h.DE4D39AAF5AC2C76.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx.tmp new file mode 100755 index 0000000..e21cee1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.modified_bessel_func.tcc.8D9178AED792D9CC.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.modified_bessel_func.tcc.8D9178AED792D9CC.idx.tmp new file mode 100755 index 0000000..667510f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.modified_bessel_func.tcc.8D9178AED792D9CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.nested_exception.h.0E761DFE18FAD65E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.nested_exception.h.0E761DFE18FAD65E.idx.tmp new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.nested_exception.h.0E761DFE18FAD65E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.node_handle.h.DA50502310B0F6F3.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.node_handle.h.DA50502310B0F6F3.idx.tmp new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.node_handle.h.DA50502310B0F6F3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric.E72FE61DC7A3B6C5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric.E72FE61DC7A3B6C5.idx.tmp new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric.E72FE61DC7A3B6C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.poly_hermite.tcc.D413A3EF77FEEBAF.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.poly_hermite.tcc.D413A3EF77FEEBAF.idx.tmp new file mode 100755 index 0000000..1fbdfaf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.poly_hermite.tcc.D413A3EF77FEEBAF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.poly_laguerre.tcc.6EB83F039A07CFFB.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.poly_laguerre.tcc.6EB83F039A07CFFB.idx.tmp new file mode 100755 index 0000000..d0b0fea Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.poly_laguerre.tcc.6EB83F039A07CFFB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread.h.022320E0CE01A46D.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread.h.022320E0CE01A46D.idx.tmp new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread.h.022320E0CE01A46D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes.h.078F29FDF072791A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes.h.078F29FDF072791A.idx.tmp new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes.h.078F29FDF072791A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp new file mode 100755 index 0000000..f23a2ef Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractscrollarea.h.8DA38F85A7E0202A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractscrollarea.h.8DA38F85A7E0202A.idx.tmp new file mode 100755 index 0000000..6233b2e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractscrollarea.h.8DA38F85A7E0202A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractspinbox.h.4D27A7E897AE2C3B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractspinbox.h.4D27A7E897AE2C3B.idx.tmp new file mode 100755 index 0000000..649c27f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractspinbox.h.4D27A7E897AE2C3B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qchar.h.4C2FDF4ACE5F2476.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qchar.h.4C2FDF4ACE5F2476.idx.tmp new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qchar.h.4C2FDF4ACE5F2476.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp new file mode 100755 index 0000000..48449f9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp new file mode 100755 index 0000000..99e6b82 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp new file mode 100755 index 0000000..4e4db7f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp new file mode 100755 index 0000000..bd20f51 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpair.h.435B12CF8A0C29D3.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpair.h.435B12CF8A0C29D3.idx.tmp new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpair.h.435B12CF8A0C29D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregularexpression.h.A1268B9B5C26DE8B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregularexpression.h.A1268B9B5C26DE8B.idx.tmp new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregularexpression.h.A1268B9B5C26DE8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgba64.h.B8DA4A49231CC498.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgba64.h.B8DA4A49231CC498.idx.tmp new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgba64.h.B8DA4A49231CC498.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qspinbox.h.988502DDAB5FEAE5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qspinbox.h.988502DDAB5FEAE5.idx.tmp new file mode 100755 index 0000000..d6d525b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qspinbox.h.988502DDAB5FEAE5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextcursor.h.7A112B1A656A27F4.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextcursor.h.7A112B1A656A27F4.idx.tmp new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextcursor.h.7A112B1A656A27F4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextdocument.h.7EF4D5EC8A357F2C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextdocument.h.7EF4D5EC8A357F2C.idx.tmp new file mode 100755 index 0000000..5c7aa31 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextdocument.h.7EF4D5EC8A357F2C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextedit.h.0FA18D13A6D361D5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextedit.h.0FA18D13A6D361D5.idx.tmp new file mode 100755 index 0000000..d6a632f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextedit.h.0FA18D13A6D361D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp new file mode 100755 index 0000000..cdccea2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvalidator.h.7042326EAD5846FD.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvalidator.h.7042326EAD5846FD.idx.tmp new file mode 100755 index 0000000..33e582e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvalidator.h.7042326EAD5846FD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwidget.h.55EC046429410313.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwidget.h.55EC046429410313.idx.tmp new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwidget.h.55EC046429410313.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.riemann_zeta.tcc.262BC87DE326D651.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.riemann_zeta.tcc.262BC87DE326D651.idx.tmp new file mode 100755 index 0000000..4a06e89 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.riemann_zeta.tcc.262BC87DE326D651.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.specfun.h.35594A6C9CE44488.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.specfun.h.35594A6C9CE44488.idx.tmp new file mode 100755 index 0000000..fbc94e0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.specfun.h.35594A6C9CE44488.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.special_function_util.h.D4B9F9F9E5F0C5C5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.special_function_util.h.D4B9F9F9E5F0C5C5.idx.tmp new file mode 100755 index 0000000..2380037 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.special_function_util.h.D4B9F9F9E5F0C5C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stddef.h.AE2DA21BC2124F78.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stddef.h.AE2DA21BC2124F78.idx.tmp new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stddef.h.AE2DA21BC2124F78.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp new file mode 100755 index 0000000..0704771 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_list.h.FACF262634BCC4E9.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_list.h.FACF262634BCC4E9.idx.tmp new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_list.h.FACF262634BCC4E9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_raw_storage_iter.h.E414377E1BCB8773.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_raw_storage_iter.h.E414377E1BCB8773.idx.tmp new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_raw_storage_iter.h.E414377E1BCB8773.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_rwlock.h.015225931B7E9A45.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_rwlock.h.015225931B7E9A45.idx.tmp new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_rwlock.h.015225931B7E9A45.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs.h.082359ACEA197EE8.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs.h.082359ACEA197EE8.idx.tmp new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs.h.082359ACEA197EE8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.83E62EFE4747EE1B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.83E62EFE4747EE1B.idx.tmp new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.83E62EFE4747EE1B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_calculator.h.1E98721B11F7D020.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_calculator.h.1E98721B11F7D020.idx.tmp new file mode 100755 index 0000000..13bfb8c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_calculator.h.1E98721B11F7D020.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uniform_int_dist.h.71E677A1DCCFBF49.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uniform_int_dist.h.71E677A1DCCFBF49.idx.tmp new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uniform_int_dist.h.71E677A1DCCFBF49.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unique_ptr.h.8425F457D485DB8A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unique_ptr.h.8425F457D485DB8A.idx.tmp new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unique_ptr.h.8425F457D485DB8A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.C50186D922C13142.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.C50186D922C13142.idx.tmp new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.C50186D922C13142.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wint_t.h.CEEF00AA17514887.idx.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wint_t.h.CEEF00AA17514887.idx.tmp new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wint_t.h.CEEF00AA17514887.idx.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QAction.A39779A3CBFCC7C4.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QAction.A39779A3CBFCC7C4.idx new file mode 100755 index 0000000..726db23 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QAction.A39779A3CBFCC7C4.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QSpinBox.254E9D89DC32E1E5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QSpinBox.254E9D89DC32E1E5.idx new file mode 100755 index 0000000..ae27fd4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QSpinBox.254E9D89DC32E1E5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextEdit.C304D08F7B9BA979.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextEdit.C304D08F7B9BA979.idx new file mode 100755 index 0000000..1df495f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextEdit.C304D08F7B9BA979.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.F2CCB1901AC2BAAE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.F2CCB1901AC2BAAE.idx new file mode 100755 index 0000000..aa176c0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.F2CCB1901AC2BAAE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/beta_function.tcc.EDAA91939666D6F8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/beta_function.tcc.EDAA91939666D6F8.idx new file mode 100755 index 0000000..cde716e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/beta_function.tcc.EDAA91939666D6F8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.97628D200AB0CE70.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.97628D200AB0CE70.idx new file mode 100755 index 0000000..2848de9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.97628D200AB0CE70.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.0343A55FE53FD6DC.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.0343A55FE53FD6DC.idx new file mode 100755 index 0000000..8b72755 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.0343A55FE53FD6DC.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.FA645D668719EF71.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.FA645D668719EF71.idx new file mode 100755 index 0000000..42b5727 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.FA645D668719EF71.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cmath.7F94A5DC886C08DF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cmath.7F94A5DC886C08DF.idx new file mode 100755 index 0000000..45a9196 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cmath.7F94A5DC886C08DF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx new file mode 100755 index 0000000..18f887b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.133F835CD79F336E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.133F835CD79F336E.idx new file mode 100755 index 0000000..d564e19 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.133F835CD79F336E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.AC5BA0141D2C0DD6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.AC5BA0141D2C0DD6.idx new file mode 100755 index 0000000..7c6f449 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.AC5BA0141D2C0DD6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.3344EA8D5853532A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.3344EA8D5853532A.idx new file mode 100755 index 0000000..538d5e9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.3344EA8D5853532A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-fast.h.91A0AAED89DDB8E8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-fast.h.91A0AAED89DDB8E8.idx new file mode 100755 index 0000000..865c1f8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-fast.h.91A0AAED89DDB8E8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-logb.h.943A50A5C0A2DEE2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-logb.h.943A50A5C0A2DEE2.idx new file mode 100755 index 0000000..e5da21e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-logb.h.943A50A5C0A2DEE2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gamma.tcc.CF41377F3B0E30B0.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gamma.tcc.CF41377F3B0E30B0.idx new file mode 100755 index 0000000..f0cc1d9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gamma.tcc.CF41377F3B0E30B0.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.000204CBFF30D2B9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.000204CBFF30D2B9.idx new file mode 100755 index 0000000..ed1c482 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.000204CBFF30D2B9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iscanonical.h.BDB713BBC126F94E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iscanonical.h.BDB713BBC126F94E.idx new file mode 100755 index 0000000..35a83b8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iscanonical.h.BDB713BBC126F94E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.CDCF14C01A1BF745.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.CDCF14C01A1BF745.idx new file mode 100755 index 0000000..4a43ce4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.CDCF14C01A1BF745.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx new file mode 100755 index 0000000..e53c290 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.86B9265A2038E7D0.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.86B9265A2038E7D0.idx new file mode 100755 index 0000000..9e77acc Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.86B9265A2038E7D0.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math-vector.h.EA6B90E1EDD4798B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math-vector.h.EA6B90E1EDD4798B.idx new file mode 100755 index 0000000..54edca2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math-vector.h.EA6B90E1EDD4798B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx new file mode 100755 index 0000000..82e3635 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx new file mode 100755 index 0000000..e21cee1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.3DFB1F2663B4A290.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.3DFB1F2663B4A290.idx new file mode 100755 index 0000000..42d1d76 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.3DFB1F2663B4A290.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls.h.37D6C5C19208639E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls.h.37D6C5C19208639E.idx new file mode 100755 index 0000000..5e1163a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls.h.37D6C5C19208639E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.8D9178AED792D9CC.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.8D9178AED792D9CC.idx new file mode 100755 index 0000000..667510f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.8D9178AED792D9CC.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.D413A3EF77FEEBAF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.D413A3EF77FEEBAF.idx new file mode 100755 index 0000000..1fbdfaf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.D413A3EF77FEEBAF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.6EB83F039A07CFFB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.6EB83F039A07CFFB.idx new file mode 100755 index 0000000..d0b0fea Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.6EB83F039A07CFFB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx new file mode 100755 index 0000000..f23a2ef Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx new file mode 100755 index 0000000..6233b2e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx new file mode 100755 index 0000000..649c27f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx new file mode 100755 index 0000000..d9d1700 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qactiongroup.h.E15B98082A694D04.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qactiongroup.h.E15B98082A694D04.idx new file mode 100755 index 0000000..b827072 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qactiongroup.h.E15B98082A694D04.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx new file mode 100755 index 0000000..48449f9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx new file mode 100755 index 0000000..99e6b82 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx new file mode 100755 index 0000000..4e4db7f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx new file mode 100755 index 0000000..bd20f51 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qspinbox.h.988502DDAB5FEAE5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qspinbox.h.988502DDAB5FEAE5.idx new file mode 100755 index 0000000..d6d525b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qspinbox.h.988502DDAB5FEAE5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7EF4D5EC8A357F2C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7EF4D5EC8A357F2C.idx new file mode 100755 index 0000000..5c7aa31 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7EF4D5EC8A357F2C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextedit.h.0FA18D13A6D361D5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextedit.h.0FA18D13A6D361D5.idx new file mode 100755 index 0000000..d6a632f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextedit.h.0FA18D13A6D361D5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx new file mode 100755 index 0000000..cdccea2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx new file mode 100755 index 0000000..39cb37b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx new file mode 100755 index 0000000..33e582e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.262BC87DE326D651.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.262BC87DE326D651.idx new file mode 100755 index 0000000..4a06e89 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.262BC87DE326D651.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/specfun.h.35594A6C9CE44488.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/specfun.h.35594A6C9CE44488.idx new file mode 100755 index 0000000..fbc94e0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/specfun.h.35594A6C9CE44488.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/special_function_util.h.D4B9F9F9E5F0C5C5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/special_function_util.h.D4B9F9F9E5F0C5C5.idx new file mode 100755 index 0000000..2380037 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/special_function_util.h.D4B9F9F9E5F0C5C5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_calculator.h.1E98721B11F7D020.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_calculator.h.1E98721B11F7D020.idx new file mode 100755 index 0000000..13bfb8c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_calculator.h.1E98721B11F7D020.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp new file mode 100755 index 0000000..15dc19b --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json new file mode 100755 index 0000000..15dc19b --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing..ninja_deps.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing..ninja_deps.tmp new file mode 100755 index 0000000..8962067 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing..ninja_deps.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing..ninja_log.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing..ninja_log.tmp new file mode 100755 index 0000000..fe87131 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing..ninja_log.tmp @@ -0,0 +1,9 @@ +# ninja log v6 +2 199 1727407333961268500 2_Calculator_autogen/timestamp 3f7a2abed0bc60aa +2 199 1727407333961268500 2_Calculator_autogen/mocs_compilation.cpp 3f7a2abed0bc60aa +2 199 1727407333961268500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/timestamp 3f7a2abed0bc60aa +2 199 1727407333961268500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp 3f7a2abed0bc60aa +215 1704 1727407333988852300 CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o 7c12e1f96fd22342 +216 1747 1727407333989121800 CMakeFiles/2_Calculator.dir/main.cpp.o d4d025782d209320 +216 1982 1727407333990937400 CMakeFiles/2_Calculator.dir/calculator.cpp.o 9fcf43cfe68523a2 +1983 2295 1727407335756769300 2_Calculator ffdd4dfe1cc638d9 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.2_Calculator.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.2_Calculator.tmp new file mode 100755 index 0000000..f03bce8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.2_Calculator.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp new file mode 100755 index 0000000..9e31997 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +2_Calculator_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug + +//Value Computed by CMake +2_Calculator_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +2_Calculator_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=2_Calculator + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.build.ninja.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.build.ninja.tmp new file mode 100755 index 0000000..313b2b1 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.build.ninja.tmp @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 2_Calculator +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 2_Calculator + + +############################################# +# Order-only phony target for 2_Calculator + +build cmake_object_order_depends_target_2_Calculator: phony || 2_Calculator_autogen 2_Calculator_autogen/mocs_compilation.cpp 2_Calculator_autogen/timestamp 2_Calculator_autogen_timestamp_deps + +build CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o: CXX_COMPILER__2_Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_2_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/2_Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/2_Calculator.dir/2_Calculator_autogen + TARGET_COMPILE_PDB = CMakeFiles/2_Calculator.dir/ + TARGET_PDB = 2_Calculator.pdb + +build CMakeFiles/2_Calculator.dir/main.cpp.o: CXX_COMPILER__2_Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/main.cpp || cmake_object_order_depends_target_2_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/2_Calculator.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/2_Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/2_Calculator.dir + TARGET_COMPILE_PDB = CMakeFiles/2_Calculator.dir/ + TARGET_PDB = 2_Calculator.pdb + +build CMakeFiles/2_Calculator.dir/calculator.cpp.o: CXX_COMPILER__2_Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/calculator.cpp || cmake_object_order_depends_target_2_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/2_Calculator.dir/calculator.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/2_Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/2_Calculator.dir + TARGET_COMPILE_PDB = CMakeFiles/2_Calculator.dir/ + TARGET_PDB = 2_Calculator.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 2_Calculator + + +############################################# +# Link the executable 2_Calculator + +build 2_Calculator: CXX_EXECUTABLE_LINKER__2_Calculator_Debug CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o CMakeFiles/2_Calculator.dir/main.cpp.o CMakeFiles/2_Calculator.dir/calculator.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 2_Calculator_autogen 2_Calculator_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/2_Calculator.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/2_Calculator.dir/ + TARGET_FILE = 2_Calculator + TARGET_PDB = 2_Calculator.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 2_Calculator_autogen_timestamp_deps + +build 2_Calculator_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 2_Calculator_autogen + +build 2_Calculator_autogen: phony CMakeFiles/2_Calculator_autogen 2_Calculator_autogen/include/ui_calculator.h 2_Calculator_autogen/timestamp 2_Calculator_autogen/mocs_compilation.cpp 2_Calculator_autogen_timestamp_deps + + +############################################# +# Custom command for 2_Calculator_autogen/timestamp + +build 2_Calculator_autogen/timestamp 2_Calculator_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}2_Calculator_autogen/timestamp ${cmake_ninja_workdir}2_Calculator_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 2_Calculator_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/d/9052a988f5ad3479c6efb53fd5512ecb4d8b33e28aabacedc02e00a686ec49e5.d" + DESC = Automatic MOC and UIC for target 2_Calculator + depfile = CMakeFiles/d/9052a988f5ad3479c6efb53fd5512ecb4d8b33e28aabacedc02e00a686ec49e5.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/2_Calculator_autogen + +build CMakeFiles/2_Calculator_autogen 2_Calculator_autogen/include/ui_calculator.h | ${cmake_ninja_workdir}CMakeFiles/2_Calculator_autogen ${cmake_ninja_workdir}2_Calculator_autogen/include/ui_calculator.h: phony 2_Calculator_autogen/timestamp || 2_Calculator_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug + +build all: phony 2_Calculator + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp new file mode 100755 index 0000000..930d00c --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp new file mode 100755 index 0000000..4a25122 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator new file mode 100755 index 0000000..f03bce8 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/.syncthing.deps.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/.syncthing.deps.tmp new file mode 100755 index 0000000..933679e --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/.syncthing.deps.tmp @@ -0,0 +1,472 @@ +2_Calculator_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/calculator.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/main.cpp \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/calculator.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/.syncthing.moc_predefs.h.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/.syncthing.moc_predefs.h.tmp new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/.syncthing.moc_predefs.h.tmp @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/.syncthing.mocs_compilation.cpp.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/.syncthing.mocs_compilation.cpp.tmp new file mode 100755 index 0000000..10676c1 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/.syncthing.mocs_compilation.cpp.tmp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_calculator.cpp" diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/.syncthing.moc_calculator.cpp.d.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/.syncthing.moc_calculator.cpp.d.tmp new file mode 100755 index 0000000..ecb2eb8 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/.syncthing.moc_calculator.cpp.d.tmp @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/.syncthing.moc_calculator.cpp.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/.syncthing.moc_calculator.cpp.tmp new file mode 100755 index 0000000..4fc716f --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/.syncthing.moc_calculator.cpp.tmp @@ -0,0 +1,119 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'calculator.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../calculator.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'calculator.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_Calculator_t { + QByteArrayData data[3]; + char stringdata0[29]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_Calculator_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_Calculator_t qt_meta_stringdata_Calculator = { + { +QT_MOC_LITERAL(0, 0, 10), // "Calculator" +QT_MOC_LITERAL(1, 11, 16), // "operationClicked" +QT_MOC_LITERAL(2, 28, 0) // "" + + }, + "Calculator\0operationClicked\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_Calculator[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 1, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 19, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + + 0 // eod +}; + +void Calculator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->operationClicked(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject Calculator::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_Calculator.data, + qt_meta_data_Calculator, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *Calculator::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *Calculator::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_Calculator.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int Calculator::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 1) + qt_static_metacall(this, _c, _id, _a); + _id -= 1; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp new file mode 100755 index 0000000..4fc716f --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp @@ -0,0 +1,119 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'calculator.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../calculator.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'calculator.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_Calculator_t { + QByteArrayData data[3]; + char stringdata0[29]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_Calculator_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_Calculator_t qt_meta_stringdata_Calculator = { + { +QT_MOC_LITERAL(0, 0, 10), // "Calculator" +QT_MOC_LITERAL(1, 11, 16), // "operationClicked" +QT_MOC_LITERAL(2, 28, 0) // "" + + }, + "Calculator\0operationClicked\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_Calculator[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 1, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 19, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + + 0 // eod +}; + +void Calculator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->operationClicked(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject Calculator::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_Calculator.data, + qt_meta_data_Calculator, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *Calculator::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *Calculator::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_Calculator.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int Calculator::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 1) + qt_static_metacall(this, _c, _id, _a); + _id -= 1; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d new file mode 100755 index 0000000..ecb2eb8 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/deps b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/deps new file mode 100755 index 0000000..933679e --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/deps @@ -0,0 +1,472 @@ +2_Calculator_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/calculator.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/main.cpp \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/2_Calculator/calculator.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include/.syncthing.ui_calculator.h.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include/.syncthing.ui_calculator.h.tmp new file mode 100755 index 0000000..b2b24ac --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include/.syncthing.ui_calculator.h.tmp @@ -0,0 +1,187 @@ +/******************************************************************************** +** Form generated from reading UI file 'calculator.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_CALCULATOR_H +#define UI_CALCULATOR_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Calculator +{ +public: + QAction *actionCalculator; + QAction *actionProgramming; + QWidget *centralwidget; + QLineEdit *secondNumberInput; + QSpinBox *secondNumberSystem; + QLabel *label_1; + QSpinBox *outNumberSystem; + QPushButton *buttonAdd; + QPushButton *buttonSubtract; + QPushButton *buttonMultiply; + QPushButton *buttonDivide; + QLabel *label_2; + QLineEdit *firstNumberInput; + QSpinBox *firstNumberSystem; + QLabel *label_3; + QTextEdit *plainTextEdit; + + void setupUi(QMainWindow *Calculator) + { + if (Calculator->objectName().isEmpty()) + Calculator->setObjectName(QString::fromUtf8("Calculator")); + Calculator->resize(350, 382); + QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(Calculator->sizePolicy().hasHeightForWidth()); + Calculator->setSizePolicy(sizePolicy); + actionCalculator = new QAction(Calculator); + actionCalculator->setObjectName(QString::fromUtf8("actionCalculator")); + actionProgramming = new QAction(Calculator); + actionProgramming->setObjectName(QString::fromUtf8("actionProgramming")); + centralwidget = new QWidget(Calculator); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + secondNumberInput = new QLineEdit(centralwidget); + secondNumberInput->setObjectName(QString::fromUtf8("secondNumberInput")); + secondNumberInput->setGeometry(QRect(12, 118, 214, 60)); + QFont font; + font.setPointSize(18); + secondNumberInput->setFont(font); + secondNumberSystem = new QSpinBox(centralwidget); + secondNumberSystem->setObjectName(QString::fromUtf8("secondNumberSystem")); + secondNumberSystem->setGeometry(QRect(238, 118, 100, 60)); + secondNumberSystem->setFont(font); + secondNumberSystem->setMinimum(2); + secondNumberSystem->setMaximum(36); + secondNumberSystem->setValue(10); + label_1 = new QLabel(centralwidget); + label_1->setObjectName(QString::fromUtf8("label_1")); + label_1->setGeometry(QRect(12, 6, 214, 31)); + QFont font1; + font1.setPointSize(18); + font1.setBold(true); + label_1->setFont(font1); + label_1->setTextFormat(Qt::TextFormat::AutoText); + label_1->setAlignment(Qt::AlignmentFlag::AlignCenter); + outNumberSystem = new QSpinBox(centralwidget); + outNumberSystem->setObjectName(QString::fromUtf8("outNumberSystem")); + outNumberSystem->setGeometry(QRect(238, 190, 100, 60)); + outNumberSystem->setFont(font); + outNumberSystem->setMinimum(2); + outNumberSystem->setMaximum(36); + outNumberSystem->setValue(10); + buttonAdd = new QPushButton(centralwidget); + buttonAdd->setObjectName(QString::fromUtf8("buttonAdd")); + buttonAdd->setGeometry(QRect(6, 296, 80, 80)); + buttonAdd->setFont(font); + buttonSubtract = new QPushButton(centralwidget); + buttonSubtract->setObjectName(QString::fromUtf8("buttonSubtract")); + buttonSubtract->setGeometry(QRect(92, 296, 80, 80)); + buttonSubtract->setFont(font); + buttonMultiply = new QPushButton(centralwidget); + buttonMultiply->setObjectName(QString::fromUtf8("buttonMultiply")); + buttonMultiply->setGeometry(QRect(178, 296, 80, 80)); + buttonMultiply->setFont(font); + buttonDivide = new QPushButton(centralwidget); + buttonDivide->setObjectName(QString::fromUtf8("buttonDivide")); + buttonDivide->setGeometry(QRect(264, 296, 80, 80)); + buttonDivide->setFont(font); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(238, 6, 100, 30)); + label_2->setFont(font1); + label_2->setAlignment(Qt::AlignmentFlag::AlignCenter); + firstNumberInput = new QLineEdit(centralwidget); + firstNumberInput->setObjectName(QString::fromUtf8("firstNumberInput")); + firstNumberInput->setGeometry(QRect(12, 46, 214, 60)); + firstNumberInput->setFont(font); + firstNumberSystem = new QSpinBox(centralwidget); + firstNumberSystem->setObjectName(QString::fromUtf8("firstNumberSystem")); + firstNumberSystem->setGeometry(QRect(238, 46, 100, 60)); + firstNumberSystem->setFont(font); + firstNumberSystem->setMinimum(2); + firstNumberSystem->setMaximum(36); + firstNumberSystem->setValue(10); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(6, 256, 338, 30)); + label_3->setFont(font1); + label_3->setAlignment(Qt::AlignmentFlag::AlignCenter); + plainTextEdit = new QTextEdit(centralwidget); + plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit")); + plainTextEdit->setGeometry(QRect(12, 190, 214, 60)); + plainTextEdit->setFont(font); + plainTextEdit->setAutoFillBackground(false); + plainTextEdit->setInputMethodHints(Qt::InputMethodHint::ImhNone); + plainTextEdit->setVerticalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAlwaysOff); + plainTextEdit->setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAsNeeded); + plainTextEdit->setSizeAdjustPolicy(QAbstractScrollArea::SizeAdjustPolicy::AdjustIgnored); + plainTextEdit->setLineWrapMode(QTextEdit::LineWrapMode::NoWrap); + plainTextEdit->setReadOnly(true); + Calculator->setCentralWidget(centralwidget); + + retranslateUi(Calculator); + + QMetaObject::connectSlotsByName(Calculator); + } // setupUi + + void retranslateUi(QMainWindow *Calculator) + { + Calculator->setWindowTitle(QCoreApplication::translate("Calculator", "Programming", nullptr)); + actionCalculator->setText(QCoreApplication::translate("Calculator", "&Calculator", nullptr)); + actionProgramming->setText(QCoreApplication::translate("Calculator", "&Programming", nullptr)); + label_1->setText(QCoreApplication::translate("Calculator", "NUMBERS", nullptr)); + buttonAdd->setText(QCoreApplication::translate("Calculator", "+", nullptr)); +#if QT_CONFIG(shortcut) + buttonAdd->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonSubtract->setText(QCoreApplication::translate("Calculator", "-", nullptr)); +#if QT_CONFIG(shortcut) + buttonSubtract->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonMultiply->setText(QCoreApplication::translate("Calculator", "*", nullptr)); +#if QT_CONFIG(shortcut) + buttonMultiply->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonDivide->setText(QCoreApplication::translate("Calculator", "/", nullptr)); +#if QT_CONFIG(shortcut) + buttonDivide->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + label_2->setText(QCoreApplication::translate("Calculator", "SYSTEM", nullptr)); + label_3->setText(QCoreApplication::translate("Calculator", "ACTIONS", nullptr)); + plainTextEdit->setHtml(QCoreApplication::translate("Calculator", "\n" +"\n" +"


", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class Calculator: public Ui_Calculator {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_CALCULATOR_H diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include/ui_calculator.h b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include/ui_calculator.h new file mode 100755 index 0000000..b2b24ac --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include/ui_calculator.h @@ -0,0 +1,187 @@ +/******************************************************************************** +** Form generated from reading UI file 'calculator.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_CALCULATOR_H +#define UI_CALCULATOR_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Calculator +{ +public: + QAction *actionCalculator; + QAction *actionProgramming; + QWidget *centralwidget; + QLineEdit *secondNumberInput; + QSpinBox *secondNumberSystem; + QLabel *label_1; + QSpinBox *outNumberSystem; + QPushButton *buttonAdd; + QPushButton *buttonSubtract; + QPushButton *buttonMultiply; + QPushButton *buttonDivide; + QLabel *label_2; + QLineEdit *firstNumberInput; + QSpinBox *firstNumberSystem; + QLabel *label_3; + QTextEdit *plainTextEdit; + + void setupUi(QMainWindow *Calculator) + { + if (Calculator->objectName().isEmpty()) + Calculator->setObjectName(QString::fromUtf8("Calculator")); + Calculator->resize(350, 382); + QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(Calculator->sizePolicy().hasHeightForWidth()); + Calculator->setSizePolicy(sizePolicy); + actionCalculator = new QAction(Calculator); + actionCalculator->setObjectName(QString::fromUtf8("actionCalculator")); + actionProgramming = new QAction(Calculator); + actionProgramming->setObjectName(QString::fromUtf8("actionProgramming")); + centralwidget = new QWidget(Calculator); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + secondNumberInput = new QLineEdit(centralwidget); + secondNumberInput->setObjectName(QString::fromUtf8("secondNumberInput")); + secondNumberInput->setGeometry(QRect(12, 118, 214, 60)); + QFont font; + font.setPointSize(18); + secondNumberInput->setFont(font); + secondNumberSystem = new QSpinBox(centralwidget); + secondNumberSystem->setObjectName(QString::fromUtf8("secondNumberSystem")); + secondNumberSystem->setGeometry(QRect(238, 118, 100, 60)); + secondNumberSystem->setFont(font); + secondNumberSystem->setMinimum(2); + secondNumberSystem->setMaximum(36); + secondNumberSystem->setValue(10); + label_1 = new QLabel(centralwidget); + label_1->setObjectName(QString::fromUtf8("label_1")); + label_1->setGeometry(QRect(12, 6, 214, 31)); + QFont font1; + font1.setPointSize(18); + font1.setBold(true); + label_1->setFont(font1); + label_1->setTextFormat(Qt::TextFormat::AutoText); + label_1->setAlignment(Qt::AlignmentFlag::AlignCenter); + outNumberSystem = new QSpinBox(centralwidget); + outNumberSystem->setObjectName(QString::fromUtf8("outNumberSystem")); + outNumberSystem->setGeometry(QRect(238, 190, 100, 60)); + outNumberSystem->setFont(font); + outNumberSystem->setMinimum(2); + outNumberSystem->setMaximum(36); + outNumberSystem->setValue(10); + buttonAdd = new QPushButton(centralwidget); + buttonAdd->setObjectName(QString::fromUtf8("buttonAdd")); + buttonAdd->setGeometry(QRect(6, 296, 80, 80)); + buttonAdd->setFont(font); + buttonSubtract = new QPushButton(centralwidget); + buttonSubtract->setObjectName(QString::fromUtf8("buttonSubtract")); + buttonSubtract->setGeometry(QRect(92, 296, 80, 80)); + buttonSubtract->setFont(font); + buttonMultiply = new QPushButton(centralwidget); + buttonMultiply->setObjectName(QString::fromUtf8("buttonMultiply")); + buttonMultiply->setGeometry(QRect(178, 296, 80, 80)); + buttonMultiply->setFont(font); + buttonDivide = new QPushButton(centralwidget); + buttonDivide->setObjectName(QString::fromUtf8("buttonDivide")); + buttonDivide->setGeometry(QRect(264, 296, 80, 80)); + buttonDivide->setFont(font); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(238, 6, 100, 30)); + label_2->setFont(font1); + label_2->setAlignment(Qt::AlignmentFlag::AlignCenter); + firstNumberInput = new QLineEdit(centralwidget); + firstNumberInput->setObjectName(QString::fromUtf8("firstNumberInput")); + firstNumberInput->setGeometry(QRect(12, 46, 214, 60)); + firstNumberInput->setFont(font); + firstNumberSystem = new QSpinBox(centralwidget); + firstNumberSystem->setObjectName(QString::fromUtf8("firstNumberSystem")); + firstNumberSystem->setGeometry(QRect(238, 46, 100, 60)); + firstNumberSystem->setFont(font); + firstNumberSystem->setMinimum(2); + firstNumberSystem->setMaximum(36); + firstNumberSystem->setValue(10); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(6, 256, 338, 30)); + label_3->setFont(font1); + label_3->setAlignment(Qt::AlignmentFlag::AlignCenter); + plainTextEdit = new QTextEdit(centralwidget); + plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit")); + plainTextEdit->setGeometry(QRect(12, 190, 214, 60)); + plainTextEdit->setFont(font); + plainTextEdit->setAutoFillBackground(false); + plainTextEdit->setInputMethodHints(Qt::InputMethodHint::ImhNone); + plainTextEdit->setVerticalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAlwaysOff); + plainTextEdit->setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAsNeeded); + plainTextEdit->setSizeAdjustPolicy(QAbstractScrollArea::SizeAdjustPolicy::AdjustIgnored); + plainTextEdit->setLineWrapMode(QTextEdit::LineWrapMode::NoWrap); + plainTextEdit->setReadOnly(true); + Calculator->setCentralWidget(centralwidget); + + retranslateUi(Calculator); + + QMetaObject::connectSlotsByName(Calculator); + } // setupUi + + void retranslateUi(QMainWindow *Calculator) + { + Calculator->setWindowTitle(QCoreApplication::translate("Calculator", "Programming", nullptr)); + actionCalculator->setText(QCoreApplication::translate("Calculator", "&Calculator", nullptr)); + actionProgramming->setText(QCoreApplication::translate("Calculator", "&Programming", nullptr)); + label_1->setText(QCoreApplication::translate("Calculator", "NUMBERS", nullptr)); + buttonAdd->setText(QCoreApplication::translate("Calculator", "+", nullptr)); +#if QT_CONFIG(shortcut) + buttonAdd->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonSubtract->setText(QCoreApplication::translate("Calculator", "-", nullptr)); +#if QT_CONFIG(shortcut) + buttonSubtract->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonMultiply->setText(QCoreApplication::translate("Calculator", "*", nullptr)); +#if QT_CONFIG(shortcut) + buttonMultiply->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonDivide->setText(QCoreApplication::translate("Calculator", "/", nullptr)); +#if QT_CONFIG(shortcut) + buttonDivide->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + label_2->setText(QCoreApplication::translate("Calculator", "SYSTEM", nullptr)); + label_3->setText(QCoreApplication::translate("Calculator", "ACTIONS", nullptr)); + plainTextEdit->setHtml(QCoreApplication::translate("Calculator", "\n" +"\n" +"


", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class Calculator: public Ui_Calculator {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_CALCULATOR_H diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp new file mode 100755 index 0000000..10676c1 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_calculator.cpp" diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/timestamp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/timestamp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeCache.txt new file mode 100755 index 0000000..9e31997 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeCache.txt @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +2_Calculator_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug + +//Value Computed by CMake +2_Calculator_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +2_Calculator_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=2_Calculator + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp new file mode 100755 index 0000000..a7aa0fc --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-Iyl2I4" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-Iyl2I4" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-Iyl2I4' + + Run Build Command(s): /usr/bin/ninja -v cmTC_ac81a + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ac81a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccTqrfwC.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/' + as -v --64 -o CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccTqrfwC.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ac81a && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_ac81a' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac81a.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYziw6y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac81a /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYziw6y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac81a /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_ac81a' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac81a.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-Iyl2I4'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_ac81a] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ac81a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccTqrfwC.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccTqrfwC.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ac81a && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_ac81a' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac81a.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYziw6y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac81a /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccYziw6y.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_ac81a] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYziw6y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac81a /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp new file mode 100755 index 0000000..4bd31fe --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "2_Calculator_autogen" + "CMakeFiles/2_Calculator_autogen.dir/AutogenUsed.txt" + "CMakeFiles/2_Calculator_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/.syncthing.calculator.cpp.o.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/.syncthing.calculator.cpp.o.tmp new file mode 100755 index 0000000..db1e10e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/.syncthing.calculator.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/.syncthing.main.cpp.o.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/.syncthing.main.cpp.o.tmp new file mode 100755 index 0000000..376feb5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/.syncthing.main.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o new file mode 100755 index 0000000..3ccaf4f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/calculator.cpp.o b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/calculator.cpp.o new file mode 100755 index 0000000..db1e10e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/calculator.cpp.o differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/main.cpp.o b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/main.cpp.o new file mode 100755 index 0000000..376feb5 Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir/main.cpp.o differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/.syncthing.AutogenInfo.json.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/.syncthing.AutogenInfo.json.tmp new file mode 100755 index 0000000..983a0c2 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/.syncthing.AutogenInfo.json.tmp @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/deps", + "DEP_FILE_RULE_NAME" : "2_Calculator_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.h", + "MU", + "EWIEGA46WW/moc_calculator.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/main.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/.syncthing.AutogenUsed.txt.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/.syncthing.AutogenUsed.txt.tmp new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/.syncthing.AutogenUsed.txt.tmp @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..983a0c2 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenInfo.json @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/deps", + "DEP_FILE_RULE_NAME" : "2_Calculator_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.h", + "MU", + "EWIEGA46WW/moc_calculator.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/main.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..83536d3 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/ParseCache.txt @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.cpp + uic:./ui_calculator.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/calculator.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..a7aa0fc --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-Iyl2I4" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-Iyl2I4" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-Iyl2I4' + + Run Build Command(s): /usr/bin/ninja -v cmTC_ac81a + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ac81a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccTqrfwC.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/' + as -v --64 -o CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccTqrfwC.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ac81a && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_ac81a' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac81a.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYziw6y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac81a /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYziw6y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac81a /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_ac81a' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac81a.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-Iyl2I4'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_ac81a] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_ac81a.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccTqrfwC.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccTqrfwC.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_ac81a && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_ac81a' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_ac81a.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYziw6y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac81a /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccYziw6y.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_ac81a] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYziw6y.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_ac81a /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_ac81a.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..2b6d292 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake new file mode 100755 index 0000000..4bd31fe --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "2_Calculator_autogen" + "CMakeFiles/2_Calculator_autogen.dir/AutogenUsed.txt" + "CMakeFiles/2_Calculator_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/cmake.check_cache b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/cmake.check_cache new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja new file mode 100755 index 0000000..b87f90e --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 2_Calculator +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__2_Calculator_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__2_Calculator_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/build.ninja b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/build.ninja new file mode 100755 index 0000000..313b2b1 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/build.ninja @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 2_Calculator +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 2_Calculator + + +############################################# +# Order-only phony target for 2_Calculator + +build cmake_object_order_depends_target_2_Calculator: phony || 2_Calculator_autogen 2_Calculator_autogen/mocs_compilation.cpp 2_Calculator_autogen/timestamp 2_Calculator_autogen_timestamp_deps + +build CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o: CXX_COMPILER__2_Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_2_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/2_Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/2_Calculator.dir/2_Calculator_autogen + TARGET_COMPILE_PDB = CMakeFiles/2_Calculator.dir/ + TARGET_PDB = 2_Calculator.pdb + +build CMakeFiles/2_Calculator.dir/main.cpp.o: CXX_COMPILER__2_Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/main.cpp || cmake_object_order_depends_target_2_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/2_Calculator.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/2_Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/2_Calculator.dir + TARGET_COMPILE_PDB = CMakeFiles/2_Calculator.dir/ + TARGET_PDB = 2_Calculator.pdb + +build CMakeFiles/2_Calculator.dir/calculator.cpp.o: CXX_COMPILER__2_Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/calculator.cpp || cmake_object_order_depends_target_2_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/2_Calculator.dir/calculator.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/2_Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/2_Calculator.dir + TARGET_COMPILE_PDB = CMakeFiles/2_Calculator.dir/ + TARGET_PDB = 2_Calculator.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 2_Calculator + + +############################################# +# Link the executable 2_Calculator + +build 2_Calculator: CXX_EXECUTABLE_LINKER__2_Calculator_Debug CMakeFiles/2_Calculator.dir/2_Calculator_autogen/mocs_compilation.cpp.o CMakeFiles/2_Calculator.dir/main.cpp.o CMakeFiles/2_Calculator.dir/calculator.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 2_Calculator_autogen 2_Calculator_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/2_Calculator.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/2_Calculator.dir/ + TARGET_FILE = 2_Calculator + TARGET_PDB = 2_Calculator.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 2_Calculator_autogen_timestamp_deps + +build 2_Calculator_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 2_Calculator_autogen + +build 2_Calculator_autogen: phony CMakeFiles/2_Calculator_autogen 2_Calculator_autogen/include/ui_calculator.h 2_Calculator_autogen/timestamp 2_Calculator_autogen/mocs_compilation.cpp 2_Calculator_autogen_timestamp_deps + + +############################################# +# Custom command for 2_Calculator_autogen/timestamp + +build 2_Calculator_autogen/timestamp 2_Calculator_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}2_Calculator_autogen/timestamp ${cmake_ninja_workdir}2_Calculator_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 2_Calculator_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/2_Calculator_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/CMakeFiles/d/9052a988f5ad3479c6efb53fd5512ecb4d8b33e28aabacedc02e00a686ec49e5.d" + DESC = Automatic MOC and UIC for target 2_Calculator + depfile = CMakeFiles/d/9052a988f5ad3479c6efb53fd5512ecb4d8b33e28aabacedc02e00a686ec49e5.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/2_Calculator_autogen + +build CMakeFiles/2_Calculator_autogen 2_Calculator_autogen/include/ui_calculator.h | ${cmake_ninja_workdir}CMakeFiles/2_Calculator_autogen ${cmake_ninja_workdir}2_Calculator_autogen/include/ui_calculator.h: phony 2_Calculator_autogen/timestamp || 2_Calculator_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug + +build all: phony 2_Calculator + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/2_Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/cmake_install.cmake b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/cmake_install.cmake new file mode 100755 index 0000000..930d00c --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/2_Calculator") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/2_Calculator") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/qtcsettings.cmake new file mode 100755 index 0000000..4a25122 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/qtcsettings.cmake @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/2_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/2_Calculator/calculator.cpp b/Third term/Industrial programming technologies/2_Calculator/calculator.cpp new file mode 100755 index 0000000..fcec170 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/calculator.cpp @@ -0,0 +1,149 @@ +#include +#include +#include +#include +#include "calculator.h" +#include "./ui_calculator.h" + +using namespace std; + +Calculator::Calculator(QWidget *parent) + : QMainWindow(parent), ui(new Ui::Calculator) +{ + ui->setupUi(this); + + connect(ui->buttonAdd, &QPushButton::clicked, this, &Calculator::operationClicked); + connect(ui->buttonSubtract, &QPushButton::clicked, this, &Calculator::operationClicked); + connect(ui->buttonMultiply, &QPushButton::clicked, this, &Calculator::operationClicked); + connect(ui->buttonDivide, &QPushButton::clicked, this, &Calculator::operationClicked); +} + +Calculator::~Calculator() +{ + delete ui; +} + +long double Calculator::convertToDecimal(const string &number, int base) +{ + long double result = 0; + size_t pointPos = number.find('.'); + bool isNegative = (number[0] == '-'); + + string integerPart = (isNegative) ? number.substr(1, pointPos - 1) : number.substr(0, pointPos); + + for (char digit : integerPart) + { + if (digit == '-') + continue; + int value = isdigit(digit) ? digit - '0' : tolower(digit) - 'a' + 10; + if (value >= base) + { + throw invalid_argument("Invalid character for this number system."); + } + result = result * base + value; + } + + if (pointPos != string::npos) + { + string fractionalPart = number.substr(pointPos + 1); + long double fractionValue = 0; + long double divisor = 1; + for (char digit : fractionalPart) + { + int value = isdigit(digit) ? digit - '0' : tolower(digit) - 'a' + 10; + if (value >= base) + { + throw invalid_argument("Invalid character for this number system."); + } + divisor *= base; + fractionValue += value / divisor; + } + result += fractionValue; + } + + return isNegative ? -result : result; +} + +string Calculator::convertFromDecimal(long double number, int base) +{ + if (number == 0) + return "0"; + + bool isNegative = (number < 0); + number = abs(number); + + long long integerPart = static_cast(number); + string result; + while (integerPart > 0) + { + int remainder = integerPart % base; + result += (remainder < 10) ? (remainder + '0') : (remainder - 10 + 'a'); + integerPart /= base; + } + + if (result.empty()) + result = "0"; + + reverse(result.begin(), result.end()); + + long double fractionalPart = number - static_cast(number); + if (fractionalPart > 0) + { + result += '.'; + for (int i = 0; i < 10 && fractionalPart > 0; ++i) + { + fractionalPart *= base; + int fracInteger = static_cast(fractionalPart); + result += (fracInteger < 10) ? (fracInteger + '0') : (fracInteger - 10 + 'a'); + fractionalPart -= fracInteger; + } + } + + return isNegative ? "-" + result : result; +} + +long double Calculator::performOperation(long double num1, long double num2, const string &operation) +{ + if (operation == "+") + return num1 + num2; + if (operation == "-") + return num1 - num2; + if (operation == "*") + return num1 * num2; + if (operation == "/") + { + if (num2 == 0) + { + throw invalid_argument("Division by zero."); + } + return num1 / num2; + } + throw invalid_argument("Unknown operation."); +} + +void Calculator::operationClicked() +{ + QPushButton *clickedButton = qobject_cast(sender()); + string operation = clickedButton->text().toStdString(); + + string num1 = ui->firstNumberInput->text().toStdString(); + string num2 = ui->secondNumberInput->text().toStdString(); + int base1 = ui->firstNumberSystem->value(); + int base2 = ui->secondNumberSystem->value(); + int resultBase = ui->outNumberSystem->value(); + + try + { + long double decimalNum1 = convertToDecimal(num1, base1); + long double decimalNum2 = convertToDecimal(num2, base2); + long double result = performOperation(decimalNum1, decimalNum2, operation); + + string resultStr = convertFromDecimal(result, resultBase); + + ui->plainTextEdit->setText(QString::fromStdString(resultStr)); + } + catch (const invalid_argument &e) + { + ui->plainTextEdit->setText(e.what()); + } +} diff --git a/Third term/Industrial programming technologies/2_Calculator/calculator.h b/Third term/Industrial programming technologies/2_Calculator/calculator.h new file mode 100755 index 0000000..2e3ac0f --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/calculator.h @@ -0,0 +1,32 @@ +#ifndef CALCULATOR_H +#define CALCULATOR_H + +#include + +QT_BEGIN_NAMESPACE +namespace Ui +{ + class Calculator; +} +QT_END_NAMESPACE + +class Calculator : public QMainWindow +{ + Q_OBJECT + +public: + explicit Calculator(QWidget *parent = nullptr); + ~Calculator(); + +private slots: + void operationClicked(); + +private: + Ui::Calculator *ui; + + long double convertToDecimal(const std::string &number, int base); + std::string convertFromDecimal(long double number, int base); + long double performOperation(long double num1, long double num2, const std::string &operation); +}; + +#endif // CALCULATOR_H diff --git a/Third term/Industrial programming technologies/2_Calculator/calculator.ui b/Third term/Industrial programming technologies/2_Calculator/calculator.ui new file mode 100755 index 0000000..f6e80a9 --- /dev/null +++ b/Third term/Industrial programming technologies/2_Calculator/calculator.ui @@ -0,0 +1,338 @@ + + + Calculator + + + + 0 + 0 + 350 + 382 + + + + + 0 + 0 + + + + Programming + + + + + + 12 + 118 + 214 + 60 + + + + + 18 + + + + + + + 238 + 118 + 100 + 60 + + + + + 18 + + + + 2 + + + 36 + + + 10 + + + + + + 12 + 6 + 214 + 31 + + + + + 18 + true + + + + NUMBERS + + + Qt::TextFormat::AutoText + + + Qt::AlignmentFlag::AlignCenter + + + + + + 238 + 190 + 100 + 60 + + + + + 18 + + + + 2 + + + 36 + + + 10 + + + + + + 6 + 296 + 80 + 80 + + + + + 18 + + + + + + + + Backspace + + + + + + 92 + 296 + 80 + 80 + + + + + 18 + + + + - + + + Backspace + + + + + + 178 + 296 + 80 + 80 + + + + + 18 + + + + * + + + Backspace + + + + + + 264 + 296 + 80 + 80 + + + + + 18 + + + + / + + + Backspace + + + + + + 238 + 6 + 100 + 30 + + + + + 18 + true + + + + SYSTEM + + + Qt::AlignmentFlag::AlignCenter + + + + + + 12 + 46 + 214 + 60 + + + + + 18 + + + + + + + 238 + 46 + 100 + 60 + + + + + 18 + + + + 2 + + + 36 + + + 10 + + + + + + 6 + 256 + 338 + 30 + + + + + 18 + true + + + + ACTIONS + + + Qt::AlignmentFlag::AlignCenter + + + + + + 12 + 190 + 214 + 60 + + + + + 18 + + + + false + + + Qt::InputMethodHint::ImhNone + + + Qt::ScrollBarPolicy::ScrollBarAlwaysOff + + + Qt::ScrollBarPolicy::ScrollBarAsNeeded + + + QAbstractScrollArea::SizeAdjustPolicy::AdjustIgnored + + + QTextEdit::LineWrapMode::NoWrap + + + true + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> +p, li { white-space: pre-wrap; } +hr { height: 1px; border-width: 0; } +li.unchecked::marker { content: "\2610"; } +li.checked::marker { content: "\2612"; } +</style></head><body style=" font-family:'Noto Sans'; font-size:18pt; font-weight:400; font-style:normal;"> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html> + + + + + + &Calculator + + + + + &Programming + + + + + + diff --git a/Third term/Industrial programming technologies/Calculator/main.cpp b/Third term/Industrial programming technologies/2_Calculator/main.cpp similarity index 100% rename from Third term/Industrial programming technologies/Calculator/main.cpp rename to Third term/Industrial programming technologies/2_Calculator/main.cpp diff --git a/Third term/Industrial programming technologies/3_Calculator/CMakeLists.txt b/Third term/Industrial programming technologies/3_Calculator/CMakeLists.txt new file mode 100755 index 0000000..24a78e2 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/CMakeLists.txt @@ -0,0 +1,70 @@ +cmake_minimum_required(VERSION 3.16) + +project(3_Calculator VERSION 0.1 LANGUAGES CXX) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) +find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) + +set(PROJECT_SOURCES + main.cpp + calculator.cpp + calculator.h + calculator.ui +) + +if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) + qt_add_executable(3_Calculator + MANUAL_FINALIZATION + ${PROJECT_SOURCES} + ) +# Define target properties for Android with Qt 6 as: +# set_property(TARGET 3_Calculator APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# ${CMAKE_CURRENT_SOURCE_DIR}/android) +# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation +else() + if(ANDROID) + add_library(3_Calculator SHARED + ${PROJECT_SOURCES} + ) +# Define properties for Android with Qt 5 after find_package() calls as: +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") + else() + add_executable(3_Calculator + ${PROJECT_SOURCES} + ) + endif() +endif() + +target_link_libraries(3_Calculator PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) + +# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. +# If you are developing for iOS or macOS you should consider setting an +# explicit, fixed bundle identifier manually though. +if(${QT_VERSION} VERSION_LESS 6.1.0) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.3_Calculator) +endif() +set_target_properties(3_Calculator PROPERTIES + ${BUNDLE_ID_OPTION} + MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} + MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} + MACOSX_BUNDLE TRUE + WIN32_EXECUTABLE TRUE +) + +include(GNUInstallDirs) +install(TARGETS 3_Calculator + BUNDLE DESTINATION . + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +) + +if(QT_VERSION_MAJOR EQUAL 6) + qt_finalize_executable(3_Calculator) +endif() diff --git a/Third term/Industrial programming technologies/3_Calculator/CMakeLists.txt.user b/Third term/Industrial programming technologies/3_Calculator/CMakeLists.txt.user new file mode 100755 index 0000000..6f424ec --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/CMakeLists.txt.user @@ -0,0 +1,422 @@ + + + + + + EnvironmentId + {b09ad12c-2375-4d91-a30f-70a5d330cb93} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {a763e5f1-4a4d-4ec1-b61b-aa3746a79db0} + 0 + 0 + 0 + + Debug + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Debug +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug + + + + + all + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + CMakeProjectManager.CMakeBuildConfiguration + + + Release + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Release +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Release + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-RelWithDebInfo + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release with Debug Information + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Profile + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + CMakeProjectManager.CMakeBuildConfiguration + + + MinSizeRel + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-MinSizeRel + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Minimum Size Release + CMakeProjectManager.CMakeBuildConfiguration + + 5 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph dwarf,4096 -F 250 + 3_Calculator + CMakeProjectManager.CMakeRunConfiguration.3_Calculator + 3_Calculator + false + true + true + true + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-170cf1193033ac8d3ec0.json.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-170cf1193033ac8d3ec0.json.tmp new file mode 100755 index 0000000..e260984 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-170cf1193033ac8d3ec0.json.tmp @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-db7524081381099b93c5.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "3_Calculator", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "3_Calculator::@6890427a1f51a3e7e1df", + "jsonFile" : "target-3_Calculator-Debug-40b414c1a9c37fbe2f19.json", + "name" : "3_Calculator", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "3_Calculator_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-3_Calculator_autogen-Debug-ca29615e959ab6e20f63.json", + "name" : "3_Calculator_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "3_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-3_Calculator_autogen_timestamp_deps-Debug-2ab3f7258e56f3c22b61.json", + "name" : "3_Calculator_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-3_Calculator_autogen-Debug-ca29615e959ab6e20f63.json.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-3_Calculator_autogen-Debug-ca29615e959ab6e20f63.json.tmp new file mode 100755 index 0000000..c0375f4 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-3_Calculator_autogen-Debug-ca29615e959ab6e20f63.json.tmp @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "3_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "3_Calculator_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "3_Calculator_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3_Calculator_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/3_Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-3_Calculator_autogen_timestamp_deps-Debug-2ab3f7258e56f3c22b61.json.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-3_Calculator_autogen_timestamp_deps-Debug-2ab3f7258e56f3c22b61.json.tmp new file mode 100755 index 0000000..12a27a9 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-3_Calculator_autogen_timestamp_deps-Debug-2ab3f7258e56f3c22b61.json.tmp @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "3_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "3_Calculator_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-b4d46d222ad370c529b4.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-b4d46d222ad370c529b4.json new file mode 100755 index 0000000..ae95735 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-b4d46d222ad370c529b4.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "3_Calculator_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" + }, + { + "name" : "3_Calculator_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "3_Calculator_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "3_Calculator" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-2b55634d83a134d25c11.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-2b55634d83a134d25c11.json new file mode 100755 index 0000000..029b69f --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-2b55634d83a134d25c11.json @@ -0,0 +1,654 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-170cf1193033ac8d3ec0.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-170cf1193033ac8d3ec0.json new file mode 100755 index 0000000..e260984 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-170cf1193033ac8d3ec0.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-db7524081381099b93c5.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "3_Calculator", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "3_Calculator::@6890427a1f51a3e7e1df", + "jsonFile" : "target-3_Calculator-Debug-40b414c1a9c37fbe2f19.json", + "name" : "3_Calculator", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "3_Calculator_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-3_Calculator_autogen-Debug-ca29615e959ab6e20f63.json", + "name" : "3_Calculator_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "3_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-3_Calculator_autogen_timestamp_deps-Debug-2ab3f7258e56f3c22b61.json", + "name" : "3_Calculator_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-db7524081381099b93c5.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-db7524081381099b93c5.json new file mode 100755 index 0000000..4be5047 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-db7524081381099b93c5.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "3_Calculator" + ], + "targetId" : "3_Calculator::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-22-44-0551.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-22-44-0551.json new file mode 100755 index 0000000..82185a0 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-22-44-0551.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-170cf1193033ac8d3ec0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-b4d46d222ad370c529b4.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-2b55634d83a134d25c11.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-b4d46d222ad370c529b4.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-2b55634d83a134d25c11.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-170cf1193033ac8d3ec0.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-3_Calculator-Debug-40b414c1a9c37fbe2f19.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-3_Calculator-Debug-40b414c1a9c37fbe2f19.json new file mode 100755 index 0000000..e078b00 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-3_Calculator-Debug-40b414c1a9c37fbe2f19.json @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "3_Calculator" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "3_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "3_Calculator_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "3_Calculator::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "3_Calculator", + "nameOnDisk" : "3_Calculator", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/3_Calculator_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "calculator.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "calculator.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/3_Calculator_autogen/include/ui_calculator.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/3_Calculator_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/3_Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-3_Calculator_autogen-Debug-ca29615e959ab6e20f63.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-3_Calculator_autogen-Debug-ca29615e959ab6e20f63.json new file mode 100755 index 0000000..c0375f4 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-3_Calculator_autogen-Debug-ca29615e959ab6e20f63.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "3_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "3_Calculator_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "3_Calculator_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3_Calculator_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/3_Calculator_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-3_Calculator_autogen_timestamp_deps-Debug-2ab3f7258e56f3c22b61.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-3_Calculator_autogen_timestamp_deps-Debug-2ab3f7258e56f3c22b61.json new file mode 100755 index 0000000..12a27a9 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/target-3_Calculator_autogen_timestamp_deps-Debug-2ab3f7258e56f3c22b61.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "3_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "3_Calculator_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.ninja_deps b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.ninja_deps new file mode 100755 index 0000000..cdc88e9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.ninja_log b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.ninja_log new file mode 100755 index 0000000..778531d --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.ninja_log @@ -0,0 +1,9 @@ +# ninja log v6 +2 230 1727407394932751000 3_Calculator_autogen/timestamp 9e5e9fa72924351d +2 230 1727407394932751000 3_Calculator_autogen/mocs_compilation.cpp 9e5e9fa72924351d +2 230 1727407394932751000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/timestamp 9e5e9fa72924351d +2 230 1727407394932751000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/mocs_compilation.cpp 9e5e9fa72924351d +246 1534 1727407394960870300 CMakeFiles/3_Calculator.dir/main.cpp.o 4b00d7b0b7816cec +245 1672 1727407394959767100 CMakeFiles/3_Calculator.dir/3_Calculator_autogen/mocs_compilation.cpp.o aeb972d20b1c80b8 +247 2092 1727407394961121600 CMakeFiles/3_Calculator.dir/calculator.cpp.o 3b70c9b5469cf6af +2093 2388 1727407396807902500 3_Calculator 9a82d5363d16d2d0 diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp new file mode 100755 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp new file mode 100755 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp new file mode 100755 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp new file mode 100755 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan new file mode 100644 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake new file mode 100644 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/conan.cmake b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/conan.cmake new file mode 100644 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/conan.cmake @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake new file mode 100644 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextEdit.C304D08F7B9BA979.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextEdit.C304D08F7B9BA979.idx.tmp new file mode 100755 index 0000000..1df495f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextEdit.C304D08F7B9BA979.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__mbstate_t.h.7482AF58BE8A6D98.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__mbstate_t.h.7482AF58BE8A6D98.idx.tmp new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__mbstate_t.h.7482AF58BE8A6D98.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_nullptr_t.h.E1FA26364DE56116.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_nullptr_t.h.E1FA26364DE56116.idx.tmp new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_nullptr_t.h.E1FA26364DE56116.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_wide_counter.h.807A3792D29058FD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_wide_counter.h.807A3792D29058FD.idx.tmp new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_wide_counter.h.807A3792D29058FD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.beta_function.tcc.EDAA91939666D6F8.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.beta_function.tcc.EDAA91939666D6F8.idx.tmp new file mode 100755 index 0000000..b25d57c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.beta_function.tcc.EDAA91939666D6F8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.cpp.34E7AEFD96E1620E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.cpp.34E7AEFD96E1620E.idx.tmp new file mode 100755 index 0000000..9c519b0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.cpp.34E7AEFD96E1620E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.h.AFB15A14F642B22D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.h.AFB15A14F642B22D.idx.tmp new file mode 100755 index 0000000..4c48aaa Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.calculator.h.AFB15A14F642B22D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdint.DC7D59978AF20695.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdint.DC7D59978AF20695.idx.tmp new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdint.DC7D59978AF20695.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-fast.h.91A0AAED89DDB8E8.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-fast.h.91A0AAED89DDB8E8.idx.tmp new file mode 100755 index 0000000..865c1f8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-fast.h.91A0AAED89DDB8E8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-logb.h.943A50A5C0A2DEE2.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-logb.h.943A50A5C0A2DEE2.idx.tmp new file mode 100755 index 0000000..e5da21e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.fp-logb.h.943A50A5C0A2DEE2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional_hash.h.155E7DCEBAD33A0E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional_hash.h.155E7DCEBAD33A0E.idx.tmp new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional_hash.h.155E7DCEBAD33A0E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gamma.tcc.CF41377F3B0E30B0.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gamma.tcc.CF41377F3B0E30B0.idx.tmp new file mode 100755 index 0000000..1dd699e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gamma.tcc.CF41377F3B0E30B0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hypergeometric.tcc.000204CBFF30D2B9.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hypergeometric.tcc.000204CBFF30D2B9.idx.tmp new file mode 100755 index 0000000..df77fe8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hypergeometric.tcc.000204CBFF30D2B9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iosfwd.1FB24537359793BB.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iosfwd.1FB24537359793BB.idx.tmp new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iosfwd.1FB24537359793BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iscanonical.h.BDB713BBC126F94E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iscanonical.h.BDB713BBC126F94E.idx.tmp new file mode 100755 index 0000000..35a83b8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iscanonical.h.BDB713BBC126F94E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.0C188854361B6130.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.0C188854361B6130.idx.tmp new file mode 100755 index 0000000..4992b97 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.0C188854361B6130.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.math-vector.h.EA6B90E1EDD4798B.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.math-vector.h.EA6B90E1EDD4798B.idx.tmp new file mode 100755 index 0000000..54edca2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.math-vector.h.EA6B90E1EDD4798B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mathcalls.h.37D6C5C19208639E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mathcalls.h.37D6C5C19208639E.idx.tmp new file mode 100755 index 0000000..5e1163a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mathcalls.h.37D6C5C19208639E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.modified_bessel_func.tcc.8D9178AED792D9CC.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.modified_bessel_func.tcc.8D9178AED792D9CC.idx.tmp new file mode 100755 index 0000000..72f00dc Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.modified_bessel_func.tcc.8D9178AED792D9CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.node_handle.h.DA50502310B0F6F3.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.node_handle.h.DA50502310B0F6F3.idx.tmp new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.node_handle.h.DA50502310B0F6F3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric.E72FE61DC7A3B6C5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric.E72FE61DC7A3B6C5.idx.tmp new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric.E72FE61DC7A3B6C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread.h.022320E0CE01A46D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread.h.022320E0CE01A46D.idx.tmp new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread.h.022320E0CE01A46D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractscrollarea.h.8DA38F85A7E0202A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractscrollarea.h.8DA38F85A7E0202A.idx.tmp new file mode 100755 index 0000000..6233b2e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractscrollarea.h.8DA38F85A7E0202A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qaction.h.4B9360BFECB50634.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qaction.h.4B9360BFECB50634.idx.tmp new file mode 100755 index 0000000..d9d1700 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qaction.h.4B9360BFECB50634.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcolor.h.2314EE28406DFDAD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcolor.h.2314EE28406DFDAD.idx.tmp new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcolor.h.2314EE28406DFDAD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiterator.h.983EA3D0B8C3CA5D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiterator.h.983EA3D0B8C3CA5D.idx.tmp new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiterator.h.983EA3D0B8C3CA5D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp new file mode 100755 index 0000000..7ecd414 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp new file mode 100755 index 0000000..4e4db7f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp new file mode 100755 index 0000000..bd20f51 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpair.h.435B12CF8A0C29D3.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpair.h.435B12CF8A0C29D3.idx.tmp new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpair.h.435B12CF8A0C29D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgba64.h.B8DA4A49231CC498.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgba64.h.B8DA4A49231CC498.idx.tmp new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgba64.h.B8DA4A49231CC498.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsizepolicy.h.99B0028090FC1FD7.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsizepolicy.h.99B0028090FC1FD7.idx.tmp new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsizepolicy.h.99B0028090FC1FD7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringview.h.575B24F9E73E2F90.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringview.h.575B24F9E73E2F90.idx.tmp new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringview.h.575B24F9E73E2F90.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextcursor.h.7A112B1A656A27F4.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextcursor.h.7A112B1A656A27F4.idx.tmp new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextcursor.h.7A112B1A656A27F4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextdocument.h.7EF4D5EC8A357F2C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextdocument.h.7EF4D5EC8A357F2C.idx.tmp new file mode 100755 index 0000000..5c7aa31 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextdocument.h.7EF4D5EC8A357F2C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextedit.h.0FA18D13A6D361D5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextedit.h.0FA18D13A6D361D5.idx.tmp new file mode 100755 index 0000000..d6a632f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextedit.h.0FA18D13A6D361D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp new file mode 100755 index 0000000..cdccea2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp new file mode 100755 index 0000000..98d1ba0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwidget.h.55EC046429410313.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwidget.h.55EC046429410313.idx.tmp new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwidget.h.55EC046429410313.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.single_threaded.h.42668328F7DC2E1F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.single_threaded.h.42668328F7DC2E1F.idx.tmp new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.single_threaded.h.42668328F7DC2E1F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.special_function_util.h.D4B9F9F9E5F0C5C5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.special_function_util.h.D4B9F9F9E5F0C5C5.idx.tmp new file mode 100755 index 0000000..2380037 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.special_function_util.h.D4B9F9F9E5F0C5C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_abs.h.E82A13146AF1CA61.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_abs.h.E82A13146AF1CA61.idx.tmp new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_abs.h.E82A13146AF1CA61.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.E3BEEB1140D783A0.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.E3BEEB1140D783A0.idx.tmp new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.E3BEEB1140D783A0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.C27A714773539828.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.C27A714773539828.idx.tmp new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.C27A714773539828.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_calculator.h.217FB309D648C849.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_calculator.h.217FB309D648C849.idx.tmp new file mode 100755 index 0000000..a7770ba Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_calculator.h.217FB309D648C849.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.C50186D922C13142.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.C50186D922C13142.idx.tmp new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.C50186D922C13142.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.version.h.8DE8B626C9B02874.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.version.h.8DE8B626C9B02874.idx.tmp new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.version.h.8DE8B626C9B02874.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wint_t.h.CEEF00AA17514887.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wint_t.h.CEEF00AA17514887.idx.tmp new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wint_t.h.CEEF00AA17514887.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QAction.A39779A3CBFCC7C4.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QAction.A39779A3CBFCC7C4.idx new file mode 100755 index 0000000..726db23 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QAction.A39779A3CBFCC7C4.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextEdit.C304D08F7B9BA979.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextEdit.C304D08F7B9BA979.idx new file mode 100755 index 0000000..1df495f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextEdit.C304D08F7B9BA979.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.F2CCB1901AC2BAAE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.F2CCB1901AC2BAAE.idx new file mode 100755 index 0000000..11b459d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bessel_function.tcc.F2CCB1901AC2BAAE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/beta_function.tcc.EDAA91939666D6F8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/beta_function.tcc.EDAA91939666D6F8.idx new file mode 100755 index 0000000..b25d57c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/beta_function.tcc.EDAA91939666D6F8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.34E7AEFD96E1620E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.34E7AEFD96E1620E.idx new file mode 100755 index 0000000..9c519b0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.cpp.34E7AEFD96E1620E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.AFB15A14F642B22D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.AFB15A14F642B22D.idx new file mode 100755 index 0000000..4c48aaa Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/calculator.h.AFB15A14F642B22D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cmath.7F94A5DC886C08DF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cmath.7F94A5DC886C08DF.idx new file mode 100755 index 0000000..b6b7cb2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cmath.7F94A5DC886C08DF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.133F835CD79F336E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.133F835CD79F336E.idx new file mode 100755 index 0000000..874c484 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ell_integral.tcc.133F835CD79F336E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.AC5BA0141D2C0DD6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.AC5BA0141D2C0DD6.idx new file mode 100755 index 0000000..fcee171 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exp_integral.tcc.AC5BA0141D2C0DD6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.3344EA8D5853532A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.3344EA8D5853532A.idx new file mode 100755 index 0000000..538d5e9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/flt-eval-method.h.3344EA8D5853532A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-fast.h.91A0AAED89DDB8E8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-fast.h.91A0AAED89DDB8E8.idx new file mode 100755 index 0000000..865c1f8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-fast.h.91A0AAED89DDB8E8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-logb.h.943A50A5C0A2DEE2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-logb.h.943A50A5C0A2DEE2.idx new file mode 100755 index 0000000..e5da21e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/fp-logb.h.943A50A5C0A2DEE2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gamma.tcc.CF41377F3B0E30B0.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gamma.tcc.CF41377F3B0E30B0.idx new file mode 100755 index 0000000..1dd699e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gamma.tcc.CF41377F3B0E30B0.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.000204CBFF30D2B9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.000204CBFF30D2B9.idx new file mode 100755 index 0000000..df77fe8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hypergeometric.tcc.000204CBFF30D2B9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iscanonical.h.BDB713BBC126F94E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iscanonical.h.BDB713BBC126F94E.idx new file mode 100755 index 0000000..35a83b8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iscanonical.h.BDB713BBC126F94E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.CDCF14C01A1BF745.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.CDCF14C01A1BF745.idx new file mode 100755 index 0000000..f00baae Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/legendre_function.tcc.CDCF14C01A1BF745.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx new file mode 100755 index 0000000..e53c290 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libm-simd-decl-stubs.h.A6CB3BD9B4EB41BB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.0C188854361B6130.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.0C188854361B6130.idx new file mode 100755 index 0000000..4992b97 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.0C188854361B6130.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math-vector.h.EA6B90E1EDD4798B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math-vector.h.EA6B90E1EDD4798B.idx new file mode 100755 index 0000000..54edca2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math-vector.h.EA6B90E1EDD4798B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx new file mode 100755 index 0000000..82e3635 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/math.h.DE4D39AAF5AC2C76.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx new file mode 100755 index 0000000..e21cee1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-helper-functions.h.6C9F0E670CB48DE2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.3DFB1F2663B4A290.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.3DFB1F2663B4A290.idx new file mode 100755 index 0000000..42d1d76 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls-narrow.h.3DFB1F2663B4A290.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls.h.37D6C5C19208639E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls.h.37D6C5C19208639E.idx new file mode 100755 index 0000000..5e1163a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mathcalls.h.37D6C5C19208639E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.8D9178AED792D9CC.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.8D9178AED792D9CC.idx new file mode 100755 index 0000000..72f00dc Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/modified_bessel_func.tcc.8D9178AED792D9CC.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.D413A3EF77FEEBAF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.D413A3EF77FEEBAF.idx new file mode 100755 index 0000000..1fbdfaf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_hermite.tcc.D413A3EF77FEEBAF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.6EB83F039A07CFFB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.6EB83F039A07CFFB.idx new file mode 100755 index 0000000..28105e6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/poly_laguerre.tcc.6EB83F039A07CFFB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx new file mode 100755 index 0000000..6233b2e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx new file mode 100755 index 0000000..d9d1700 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qaction.h.4B9360BFECB50634.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qactiongroup.h.E15B98082A694D04.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qactiongroup.h.E15B98082A694D04.idx new file mode 100755 index 0000000..b827072 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qactiongroup.h.E15B98082A694D04.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx new file mode 100755 index 0000000..48449f9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx new file mode 100755 index 0000000..7ecd414 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx new file mode 100755 index 0000000..4e4db7f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx new file mode 100755 index 0000000..bd20f51 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7EF4D5EC8A357F2C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7EF4D5EC8A357F2C.idx new file mode 100755 index 0000000..5c7aa31 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextdocument.h.7EF4D5EC8A357F2C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextedit.h.0FA18D13A6D361D5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextedit.h.0FA18D13A6D361D5.idx new file mode 100755 index 0000000..d6a632f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextedit.h.0FA18D13A6D361D5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx new file mode 100755 index 0000000..cdccea2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx new file mode 100755 index 0000000..98d1ba0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.262BC87DE326D651.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.262BC87DE326D651.idx new file mode 100755 index 0000000..a5db93c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/riemann_zeta.tcc.262BC87DE326D651.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/specfun.h.35594A6C9CE44488.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/specfun.h.35594A6C9CE44488.idx new file mode 100755 index 0000000..fbc94e0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/specfun.h.35594A6C9CE44488.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/special_function_util.h.D4B9F9F9E5F0C5C5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/special_function_util.h.D4B9F9F9E5F0C5C5.idx new file mode 100755 index 0000000..2380037 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/special_function_util.h.D4B9F9F9E5F0C5C5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_calculator.h.217FB309D648C849.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_calculator.h.217FB309D648C849.idx new file mode 100755 index 0000000..a7770ba Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_calculator.h.217FB309D648C849.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp new file mode 100755 index 0000000..b183226 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json new file mode 100755 index 0000000..b183226 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing..ninja_deps.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing..ninja_deps.tmp new file mode 100755 index 0000000..cdc88e9 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing..ninja_deps.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing..ninja_log.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing..ninja_log.tmp new file mode 100755 index 0000000..778531d --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing..ninja_log.tmp @@ -0,0 +1,9 @@ +# ninja log v6 +2 230 1727407394932751000 3_Calculator_autogen/timestamp 9e5e9fa72924351d +2 230 1727407394932751000 3_Calculator_autogen/mocs_compilation.cpp 9e5e9fa72924351d +2 230 1727407394932751000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/timestamp 9e5e9fa72924351d +2 230 1727407394932751000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/mocs_compilation.cpp 9e5e9fa72924351d +246 1534 1727407394960870300 CMakeFiles/3_Calculator.dir/main.cpp.o 4b00d7b0b7816cec +245 1672 1727407394959767100 CMakeFiles/3_Calculator.dir/3_Calculator_autogen/mocs_compilation.cpp.o aeb972d20b1c80b8 +247 2092 1727407394961121600 CMakeFiles/3_Calculator.dir/calculator.cpp.o 3b70c9b5469cf6af +2093 2388 1727407396807902500 3_Calculator 9a82d5363d16d2d0 diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing.3_Calculator.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing.3_Calculator.tmp new file mode 100755 index 0000000..37e99b2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing.3_Calculator.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp new file mode 100755 index 0000000..ca555c4 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +3_Calculator_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug + +//Value Computed by CMake +3_Calculator_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +3_Calculator_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=3_Calculator + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp new file mode 100755 index 0000000..e4f5580 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator new file mode 100755 index 0000000..37e99b2 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/.syncthing.deps.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/.syncthing.deps.tmp new file mode 100755 index 0000000..5f75614 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/.syncthing.deps.tmp @@ -0,0 +1,472 @@ +3_Calculator_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/calculator.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/main.cpp \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/calculator.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/.syncthing.moc_predefs.h.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/.syncthing.moc_predefs.h.tmp new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/.syncthing.moc_predefs.h.tmp @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/.syncthing.mocs_compilation.cpp.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/.syncthing.mocs_compilation.cpp.tmp new file mode 100755 index 0000000..10676c1 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/.syncthing.mocs_compilation.cpp.tmp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_calculator.cpp" diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/.syncthing.moc_calculator.cpp.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/.syncthing.moc_calculator.cpp.tmp new file mode 100755 index 0000000..fae0aae --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/.syncthing.moc_calculator.cpp.tmp @@ -0,0 +1,124 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'calculator.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../calculator.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'calculator.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_Calculator_t { + QByteArrayData data[4]; + char stringdata0[59]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_Calculator_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_Calculator_t qt_meta_stringdata_Calculator = { + { +QT_MOC_LITERAL(0, 0, 10), // "Calculator" +QT_MOC_LITERAL(1, 11, 16), // "operationClicked" +QT_MOC_LITERAL(2, 28, 0), // "" +QT_MOC_LITERAL(3, 29, 29) // "trigonometricOperationClicked" + + }, + "Calculator\0operationClicked\0\0" + "trigonometricOperationClicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_Calculator[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 24, 2, 0x08 /* Private */, + 3, 0, 25, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void Calculator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->operationClicked(); break; + case 1: _t->trigonometricOperationClicked(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject Calculator::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_Calculator.data, + qt_meta_data_Calculator, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *Calculator::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *Calculator::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_Calculator.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int Calculator::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp new file mode 100755 index 0000000..fae0aae --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp @@ -0,0 +1,124 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'calculator.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../calculator.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'calculator.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_Calculator_t { + QByteArrayData data[4]; + char stringdata0[59]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_Calculator_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_Calculator_t qt_meta_stringdata_Calculator = { + { +QT_MOC_LITERAL(0, 0, 10), // "Calculator" +QT_MOC_LITERAL(1, 11, 16), // "operationClicked" +QT_MOC_LITERAL(2, 28, 0), // "" +QT_MOC_LITERAL(3, 29, 29) // "trigonometricOperationClicked" + + }, + "Calculator\0operationClicked\0\0" + "trigonometricOperationClicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_Calculator[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 24, 2, 0x08 /* Private */, + 3, 0, 25, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void Calculator::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->operationClicked(); break; + case 1: _t->trigonometricOperationClicked(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject Calculator::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_Calculator.data, + qt_meta_data_Calculator, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *Calculator::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *Calculator::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_Calculator.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int Calculator::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d new file mode 100755 index 0000000..57bacde --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp.d @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/EWIEGA46WW/moc_calculator.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/deps b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/deps new file mode 100755 index 0000000..5f75614 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/deps @@ -0,0 +1,472 @@ +3_Calculator_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/calculator.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/calculator.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/main.cpp \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/3_Calculator/calculator.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include/.syncthing.ui_calculator.h.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include/.syncthing.ui_calculator.h.tmp new file mode 100755 index 0000000..c0847f1 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include/.syncthing.ui_calculator.h.tmp @@ -0,0 +1,243 @@ +/******************************************************************************** +** Form generated from reading UI file 'calculator.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_CALCULATOR_H +#define UI_CALCULATOR_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Calculator +{ +public: + QAction *actionCalculator; + QAction *actionProgramming; + QWidget *centralwidget; + QLineEdit *secondNumberInput; + QLabel *label_1; + QPushButton *buttonAdd; + QPushButton *buttonSubtract; + QPushButton *buttonMultiply; + QPushButton *buttonDivide; + QLineEdit *firstNumberInput; + QLabel *label_3; + QTextEdit *plainTextEdit; + QPushButton *buttonCot; + QPushButton *buttonTan; + QPushButton *buttonCos; + QPushButton *buttonSin; + QPushButton *buttonArccos; + QRadioButton *radioButtonRadians; + QRadioButton *radioButtonDegrees; + QLabel *label_4; + QPushButton *buttonArcsin; + QPushButton *buttonArctan; + + void setupUi(QMainWindow *Calculator) + { + if (Calculator->objectName().isEmpty()) + Calculator->setObjectName(QString::fromUtf8("Calculator")); + Calculator->resize(350, 702); + QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(Calculator->sizePolicy().hasHeightForWidth()); + Calculator->setSizePolicy(sizePolicy); + actionCalculator = new QAction(Calculator); + actionCalculator->setObjectName(QString::fromUtf8("actionCalculator")); + actionProgramming = new QAction(Calculator); + actionProgramming->setObjectName(QString::fromUtf8("actionProgramming")); + centralwidget = new QWidget(Calculator); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + secondNumberInput = new QLineEdit(centralwidget); + secondNumberInput->setObjectName(QString::fromUtf8("secondNumberInput")); + secondNumberInput->setGeometry(QRect(12, 118, 328, 60)); + QFont font; + font.setPointSize(14); + secondNumberInput->setFont(font); + label_1 = new QLabel(centralwidget); + label_1->setObjectName(QString::fromUtf8("label_1")); + label_1->setGeometry(QRect(12, 6, 328, 31)); + QFont font1; + font1.setPointSize(14); + font1.setBold(true); + label_1->setFont(font1); + label_1->setTextFormat(Qt::TextFormat::AutoText); + label_1->setAlignment(Qt::AlignmentFlag::AlignCenter); + buttonAdd = new QPushButton(centralwidget); + buttonAdd->setObjectName(QString::fromUtf8("buttonAdd")); + buttonAdd->setGeometry(QRect(6, 356, 80, 80)); + buttonAdd->setFont(font); + buttonSubtract = new QPushButton(centralwidget); + buttonSubtract->setObjectName(QString::fromUtf8("buttonSubtract")); + buttonSubtract->setGeometry(QRect(92, 356, 80, 80)); + buttonSubtract->setFont(font); + buttonMultiply = new QPushButton(centralwidget); + buttonMultiply->setObjectName(QString::fromUtf8("buttonMultiply")); + buttonMultiply->setGeometry(QRect(178, 356, 80, 80)); + buttonMultiply->setFont(font); + buttonDivide = new QPushButton(centralwidget); + buttonDivide->setObjectName(QString::fromUtf8("buttonDivide")); + buttonDivide->setGeometry(QRect(264, 356, 80, 80)); + buttonDivide->setFont(font); + firstNumberInput = new QLineEdit(centralwidget); + firstNumberInput->setObjectName(QString::fromUtf8("firstNumberInput")); + firstNumberInput->setGeometry(QRect(12, 46, 328, 60)); + firstNumberInput->setFont(font); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(6, 320, 338, 30)); + label_3->setFont(font1); + label_3->setAlignment(Qt::AlignmentFlag::AlignCenter); + plainTextEdit = new QTextEdit(centralwidget); + plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit")); + plainTextEdit->setGeometry(QRect(12, 190, 328, 60)); + plainTextEdit->setFont(font); + plainTextEdit->setAutoFillBackground(false); + plainTextEdit->setInputMethodHints(Qt::InputMethodHint::ImhNone); + plainTextEdit->setVerticalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAlwaysOff); + plainTextEdit->setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAsNeeded); + plainTextEdit->setSizeAdjustPolicy(QAbstractScrollArea::SizeAdjustPolicy::AdjustIgnored); + plainTextEdit->setLineWrapMode(QTextEdit::LineWrapMode::NoWrap); + plainTextEdit->setReadOnly(true); + buttonCot = new QPushButton(centralwidget); + buttonCot->setObjectName(QString::fromUtf8("buttonCot")); + buttonCot->setGeometry(QRect(264, 442, 80, 80)); + buttonCot->setFont(font); + buttonTan = new QPushButton(centralwidget); + buttonTan->setObjectName(QString::fromUtf8("buttonTan")); + buttonTan->setGeometry(QRect(178, 442, 80, 80)); + buttonTan->setFont(font); + buttonCos = new QPushButton(centralwidget); + buttonCos->setObjectName(QString::fromUtf8("buttonCos")); + buttonCos->setGeometry(QRect(92, 442, 80, 80)); + buttonCos->setFont(font); + buttonSin = new QPushButton(centralwidget); + buttonSin->setObjectName(QString::fromUtf8("buttonSin")); + buttonSin->setGeometry(QRect(6, 442, 80, 80)); + buttonSin->setFont(font); + buttonArccos = new QPushButton(centralwidget); + buttonArccos->setObjectName(QString::fromUtf8("buttonArccos")); + buttonArccos->setGeometry(QRect(178, 528, 166, 80)); + buttonArccos->setFont(font); + radioButtonRadians = new QRadioButton(centralwidget); + radioButtonRadians->setObjectName(QString::fromUtf8("radioButtonRadians")); + radioButtonRadians->setGeometry(QRect(12, 294, 160, 20)); + radioButtonRadians->setFont(font); + radioButtonRadians->setIconSize(QSize(20, 20)); + radioButtonRadians->setChecked(true); + radioButtonDegrees = new QRadioButton(centralwidget); + radioButtonDegrees->setObjectName(QString::fromUtf8("radioButtonDegrees")); + radioButtonDegrees->setGeometry(QRect(184, 294, 160, 20)); + radioButtonDegrees->setFont(font); + radioButtonDegrees->setIconSize(QSize(18, 18)); + label_4 = new QLabel(centralwidget); + label_4->setObjectName(QString::fromUtf8("label_4")); + label_4->setGeometry(QRect(6, 256, 338, 30)); + label_4->setFont(font1); + label_4->setTextFormat(Qt::TextFormat::AutoText); + label_4->setAlignment(Qt::AlignmentFlag::AlignCenter); + buttonArcsin = new QPushButton(centralwidget); + buttonArcsin->setObjectName(QString::fromUtf8("buttonArcsin")); + buttonArcsin->setGeometry(QRect(6, 528, 166, 80)); + buttonArcsin->setFont(font); + buttonArctan = new QPushButton(centralwidget); + buttonArctan->setObjectName(QString::fromUtf8("buttonArctan")); + buttonArctan->setGeometry(QRect(6, 614, 338, 80)); + buttonArctan->setFont(font); + Calculator->setCentralWidget(centralwidget); + + retranslateUi(Calculator); + + QMetaObject::connectSlotsByName(Calculator); + } // setupUi + + void retranslateUi(QMainWindow *Calculator) + { + Calculator->setWindowTitle(QCoreApplication::translate("Calculator", "Programming", nullptr)); + actionCalculator->setText(QCoreApplication::translate("Calculator", "&Calculator", nullptr)); + actionProgramming->setText(QCoreApplication::translate("Calculator", "&Programming", nullptr)); + label_1->setText(QCoreApplication::translate("Calculator", "NUMBERS", nullptr)); + buttonAdd->setText(QCoreApplication::translate("Calculator", "+", nullptr)); +#if QT_CONFIG(shortcut) + buttonAdd->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonSubtract->setText(QCoreApplication::translate("Calculator", "-", nullptr)); +#if QT_CONFIG(shortcut) + buttonSubtract->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonMultiply->setText(QCoreApplication::translate("Calculator", "*", nullptr)); +#if QT_CONFIG(shortcut) + buttonMultiply->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonDivide->setText(QCoreApplication::translate("Calculator", "/", nullptr)); +#if QT_CONFIG(shortcut) + buttonDivide->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + label_3->setText(QCoreApplication::translate("Calculator", "ACTIONS", nullptr)); + plainTextEdit->setHtml(QCoreApplication::translate("Calculator", "\n" +"\n" +"

\n" +"


", nullptr)); + buttonCot->setText(QCoreApplication::translate("Calculator", "COT", nullptr)); +#if QT_CONFIG(shortcut) + buttonCot->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonTan->setText(QCoreApplication::translate("Calculator", "TAN", nullptr)); +#if QT_CONFIG(shortcut) + buttonTan->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonCos->setText(QCoreApplication::translate("Calculator", "COS", nullptr)); +#if QT_CONFIG(shortcut) + buttonCos->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonSin->setText(QCoreApplication::translate("Calculator", "SIN", nullptr)); +#if QT_CONFIG(shortcut) + buttonSin->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonArccos->setText(QCoreApplication::translate("Calculator", "ARCCOS", nullptr)); +#if QT_CONFIG(shortcut) + buttonArccos->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + radioButtonRadians->setText(QCoreApplication::translate("Calculator", "RADIANS", nullptr)); + radioButtonDegrees->setText(QCoreApplication::translate("Calculator", "DEGREES", nullptr)); + label_4->setText(QCoreApplication::translate("Calculator", "UNITS", nullptr)); + buttonArcsin->setText(QCoreApplication::translate("Calculator", "ARCSIN", nullptr)); +#if QT_CONFIG(shortcut) + buttonArcsin->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonArctan->setText(QCoreApplication::translate("Calculator", "ARCTAN", nullptr)); +#if QT_CONFIG(shortcut) + buttonArctan->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + } // retranslateUi + +}; + +namespace Ui { + class Calculator: public Ui_Calculator {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_CALCULATOR_H diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include/ui_calculator.h b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include/ui_calculator.h new file mode 100755 index 0000000..c0847f1 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include/ui_calculator.h @@ -0,0 +1,243 @@ +/******************************************************************************** +** Form generated from reading UI file 'calculator.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_CALCULATOR_H +#define UI_CALCULATOR_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Calculator +{ +public: + QAction *actionCalculator; + QAction *actionProgramming; + QWidget *centralwidget; + QLineEdit *secondNumberInput; + QLabel *label_1; + QPushButton *buttonAdd; + QPushButton *buttonSubtract; + QPushButton *buttonMultiply; + QPushButton *buttonDivide; + QLineEdit *firstNumberInput; + QLabel *label_3; + QTextEdit *plainTextEdit; + QPushButton *buttonCot; + QPushButton *buttonTan; + QPushButton *buttonCos; + QPushButton *buttonSin; + QPushButton *buttonArccos; + QRadioButton *radioButtonRadians; + QRadioButton *radioButtonDegrees; + QLabel *label_4; + QPushButton *buttonArcsin; + QPushButton *buttonArctan; + + void setupUi(QMainWindow *Calculator) + { + if (Calculator->objectName().isEmpty()) + Calculator->setObjectName(QString::fromUtf8("Calculator")); + Calculator->resize(350, 702); + QSizePolicy sizePolicy(QSizePolicy::Maximum, QSizePolicy::Preferred); + sizePolicy.setHorizontalStretch(0); + sizePolicy.setVerticalStretch(0); + sizePolicy.setHeightForWidth(Calculator->sizePolicy().hasHeightForWidth()); + Calculator->setSizePolicy(sizePolicy); + actionCalculator = new QAction(Calculator); + actionCalculator->setObjectName(QString::fromUtf8("actionCalculator")); + actionProgramming = new QAction(Calculator); + actionProgramming->setObjectName(QString::fromUtf8("actionProgramming")); + centralwidget = new QWidget(Calculator); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + secondNumberInput = new QLineEdit(centralwidget); + secondNumberInput->setObjectName(QString::fromUtf8("secondNumberInput")); + secondNumberInput->setGeometry(QRect(12, 118, 328, 60)); + QFont font; + font.setPointSize(14); + secondNumberInput->setFont(font); + label_1 = new QLabel(centralwidget); + label_1->setObjectName(QString::fromUtf8("label_1")); + label_1->setGeometry(QRect(12, 6, 328, 31)); + QFont font1; + font1.setPointSize(14); + font1.setBold(true); + label_1->setFont(font1); + label_1->setTextFormat(Qt::TextFormat::AutoText); + label_1->setAlignment(Qt::AlignmentFlag::AlignCenter); + buttonAdd = new QPushButton(centralwidget); + buttonAdd->setObjectName(QString::fromUtf8("buttonAdd")); + buttonAdd->setGeometry(QRect(6, 356, 80, 80)); + buttonAdd->setFont(font); + buttonSubtract = new QPushButton(centralwidget); + buttonSubtract->setObjectName(QString::fromUtf8("buttonSubtract")); + buttonSubtract->setGeometry(QRect(92, 356, 80, 80)); + buttonSubtract->setFont(font); + buttonMultiply = new QPushButton(centralwidget); + buttonMultiply->setObjectName(QString::fromUtf8("buttonMultiply")); + buttonMultiply->setGeometry(QRect(178, 356, 80, 80)); + buttonMultiply->setFont(font); + buttonDivide = new QPushButton(centralwidget); + buttonDivide->setObjectName(QString::fromUtf8("buttonDivide")); + buttonDivide->setGeometry(QRect(264, 356, 80, 80)); + buttonDivide->setFont(font); + firstNumberInput = new QLineEdit(centralwidget); + firstNumberInput->setObjectName(QString::fromUtf8("firstNumberInput")); + firstNumberInput->setGeometry(QRect(12, 46, 328, 60)); + firstNumberInput->setFont(font); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(6, 320, 338, 30)); + label_3->setFont(font1); + label_3->setAlignment(Qt::AlignmentFlag::AlignCenter); + plainTextEdit = new QTextEdit(centralwidget); + plainTextEdit->setObjectName(QString::fromUtf8("plainTextEdit")); + plainTextEdit->setGeometry(QRect(12, 190, 328, 60)); + plainTextEdit->setFont(font); + plainTextEdit->setAutoFillBackground(false); + plainTextEdit->setInputMethodHints(Qt::InputMethodHint::ImhNone); + plainTextEdit->setVerticalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAlwaysOff); + plainTextEdit->setHorizontalScrollBarPolicy(Qt::ScrollBarPolicy::ScrollBarAsNeeded); + plainTextEdit->setSizeAdjustPolicy(QAbstractScrollArea::SizeAdjustPolicy::AdjustIgnored); + plainTextEdit->setLineWrapMode(QTextEdit::LineWrapMode::NoWrap); + plainTextEdit->setReadOnly(true); + buttonCot = new QPushButton(centralwidget); + buttonCot->setObjectName(QString::fromUtf8("buttonCot")); + buttonCot->setGeometry(QRect(264, 442, 80, 80)); + buttonCot->setFont(font); + buttonTan = new QPushButton(centralwidget); + buttonTan->setObjectName(QString::fromUtf8("buttonTan")); + buttonTan->setGeometry(QRect(178, 442, 80, 80)); + buttonTan->setFont(font); + buttonCos = new QPushButton(centralwidget); + buttonCos->setObjectName(QString::fromUtf8("buttonCos")); + buttonCos->setGeometry(QRect(92, 442, 80, 80)); + buttonCos->setFont(font); + buttonSin = new QPushButton(centralwidget); + buttonSin->setObjectName(QString::fromUtf8("buttonSin")); + buttonSin->setGeometry(QRect(6, 442, 80, 80)); + buttonSin->setFont(font); + buttonArccos = new QPushButton(centralwidget); + buttonArccos->setObjectName(QString::fromUtf8("buttonArccos")); + buttonArccos->setGeometry(QRect(178, 528, 166, 80)); + buttonArccos->setFont(font); + radioButtonRadians = new QRadioButton(centralwidget); + radioButtonRadians->setObjectName(QString::fromUtf8("radioButtonRadians")); + radioButtonRadians->setGeometry(QRect(12, 294, 160, 20)); + radioButtonRadians->setFont(font); + radioButtonRadians->setIconSize(QSize(20, 20)); + radioButtonRadians->setChecked(true); + radioButtonDegrees = new QRadioButton(centralwidget); + radioButtonDegrees->setObjectName(QString::fromUtf8("radioButtonDegrees")); + radioButtonDegrees->setGeometry(QRect(184, 294, 160, 20)); + radioButtonDegrees->setFont(font); + radioButtonDegrees->setIconSize(QSize(18, 18)); + label_4 = new QLabel(centralwidget); + label_4->setObjectName(QString::fromUtf8("label_4")); + label_4->setGeometry(QRect(6, 256, 338, 30)); + label_4->setFont(font1); + label_4->setTextFormat(Qt::TextFormat::AutoText); + label_4->setAlignment(Qt::AlignmentFlag::AlignCenter); + buttonArcsin = new QPushButton(centralwidget); + buttonArcsin->setObjectName(QString::fromUtf8("buttonArcsin")); + buttonArcsin->setGeometry(QRect(6, 528, 166, 80)); + buttonArcsin->setFont(font); + buttonArctan = new QPushButton(centralwidget); + buttonArctan->setObjectName(QString::fromUtf8("buttonArctan")); + buttonArctan->setGeometry(QRect(6, 614, 338, 80)); + buttonArctan->setFont(font); + Calculator->setCentralWidget(centralwidget); + + retranslateUi(Calculator); + + QMetaObject::connectSlotsByName(Calculator); + } // setupUi + + void retranslateUi(QMainWindow *Calculator) + { + Calculator->setWindowTitle(QCoreApplication::translate("Calculator", "Programming", nullptr)); + actionCalculator->setText(QCoreApplication::translate("Calculator", "&Calculator", nullptr)); + actionProgramming->setText(QCoreApplication::translate("Calculator", "&Programming", nullptr)); + label_1->setText(QCoreApplication::translate("Calculator", "NUMBERS", nullptr)); + buttonAdd->setText(QCoreApplication::translate("Calculator", "+", nullptr)); +#if QT_CONFIG(shortcut) + buttonAdd->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonSubtract->setText(QCoreApplication::translate("Calculator", "-", nullptr)); +#if QT_CONFIG(shortcut) + buttonSubtract->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonMultiply->setText(QCoreApplication::translate("Calculator", "*", nullptr)); +#if QT_CONFIG(shortcut) + buttonMultiply->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonDivide->setText(QCoreApplication::translate("Calculator", "/", nullptr)); +#if QT_CONFIG(shortcut) + buttonDivide->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + label_3->setText(QCoreApplication::translate("Calculator", "ACTIONS", nullptr)); + plainTextEdit->setHtml(QCoreApplication::translate("Calculator", "\n" +"\n" +"

\n" +"


", nullptr)); + buttonCot->setText(QCoreApplication::translate("Calculator", "COT", nullptr)); +#if QT_CONFIG(shortcut) + buttonCot->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonTan->setText(QCoreApplication::translate("Calculator", "TAN", nullptr)); +#if QT_CONFIG(shortcut) + buttonTan->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonCos->setText(QCoreApplication::translate("Calculator", "COS", nullptr)); +#if QT_CONFIG(shortcut) + buttonCos->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonSin->setText(QCoreApplication::translate("Calculator", "SIN", nullptr)); +#if QT_CONFIG(shortcut) + buttonSin->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonArccos->setText(QCoreApplication::translate("Calculator", "ARCCOS", nullptr)); +#if QT_CONFIG(shortcut) + buttonArccos->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + radioButtonRadians->setText(QCoreApplication::translate("Calculator", "RADIANS", nullptr)); + radioButtonDegrees->setText(QCoreApplication::translate("Calculator", "DEGREES", nullptr)); + label_4->setText(QCoreApplication::translate("Calculator", "UNITS", nullptr)); + buttonArcsin->setText(QCoreApplication::translate("Calculator", "ARCSIN", nullptr)); +#if QT_CONFIG(shortcut) + buttonArcsin->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + buttonArctan->setText(QCoreApplication::translate("Calculator", "ARCTAN", nullptr)); +#if QT_CONFIG(shortcut) + buttonArctan->setShortcut(QCoreApplication::translate("Calculator", "Backspace", nullptr)); +#endif // QT_CONFIG(shortcut) + } // retranslateUi + +}; + +namespace Ui { + class Calculator: public Ui_Calculator {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_CALCULATOR_H diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/mocs_compilation.cpp new file mode 100755 index 0000000..10676c1 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_calculator.cpp" diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/timestamp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/timestamp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeCache.txt new file mode 100755 index 0000000..ca555c4 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeCache.txt @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +3_Calculator_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug + +//Value Computed by CMake +3_Calculator_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +3_Calculator_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=3_Calculator + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.TargetDirectories.txt.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.TargetDirectories.txt.tmp new file mode 100755 index 0000000..e1e97fc --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.TargetDirectories.txt.tmp @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp new file mode 100755 index 0000000..e17e1d9 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "3_Calculator_autogen" + "CMakeFiles/3_Calculator_autogen.dir/AutogenUsed.txt" + "CMakeFiles/3_Calculator_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp new file mode 100755 index 0000000..0d46b06 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 3_Calculator +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__3_Calculator_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__3_Calculator_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/.syncthing.calculator.cpp.o.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/.syncthing.calculator.cpp.o.tmp new file mode 100755 index 0000000..bd75b22 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/.syncthing.calculator.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/.syncthing.main.cpp.o.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/.syncthing.main.cpp.o.tmp new file mode 100755 index 0000000..6c895a6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/.syncthing.main.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/3_Calculator_autogen/.syncthing.mocs_compilation.cpp.o.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/3_Calculator_autogen/.syncthing.mocs_compilation.cpp.o.tmp new file mode 100755 index 0000000..e405f25 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/3_Calculator_autogen/.syncthing.mocs_compilation.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/3_Calculator_autogen/mocs_compilation.cpp.o b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/3_Calculator_autogen/mocs_compilation.cpp.o new file mode 100755 index 0000000..e405f25 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/3_Calculator_autogen/mocs_compilation.cpp.o differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/calculator.cpp.o b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/calculator.cpp.o new file mode 100755 index 0000000..bd75b22 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/calculator.cpp.o differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/main.cpp.o b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/main.cpp.o new file mode 100755 index 0000000..6c895a6 Binary files /dev/null and b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir/main.cpp.o differ diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/.syncthing.AutogenInfo.json.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/.syncthing.AutogenInfo.json.tmp new file mode 100755 index 0000000..4241a83 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/.syncthing.AutogenInfo.json.tmp @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/deps", + "DEP_FILE_RULE_NAME" : "3_Calculator_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h", + "MU", + "EWIEGA46WW/moc_calculator.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/main.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/.syncthing.ParseCache.txt.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/.syncthing.ParseCache.txt.tmp new file mode 100755 index 0000000..00401c8 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/.syncthing.ParseCache.txt.tmp @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.cpp + uic:./ui_calculator.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..4241a83 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/AutogenInfo.json @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/deps", + "DEP_FILE_RULE_NAME" : "3_Calculator_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h", + "MU", + "EWIEGA46WW/moc_calculator.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/main.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..00401c8 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/ParseCache.txt @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.cpp + uic:./ui_calculator.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/calculator.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..3753d56 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-YllG6T" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-YllG6T" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-YllG6T' + + Run Build Command(s): /usr/bin/ninja -v cmTC_8d351 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_8d351.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_8d351.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cct7nzm3.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_8d351.dir/' + as -v --64 -o CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o /tmp/cct7nzm3.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_8d351 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_8d351' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_8d351.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccFtbwaa.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_8d351 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccFtbwaa.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_8d351 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_8d351' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_8d351.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-YllG6T'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_8d351] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_8d351.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_8d351.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cct7nzm3.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_8d351.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o /tmp/cct7nzm3.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_8d351 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_8d351' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_8d351.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccFtbwaa.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_8d351 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccFtbwaa.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_8d351] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccFtbwaa.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_8d351 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_8d351.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..e1e97fc --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake new file mode 100755 index 0000000..e17e1d9 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "3_Calculator_autogen" + "CMakeFiles/3_Calculator_autogen.dir/AutogenUsed.txt" + "CMakeFiles/3_Calculator_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/cmake.check_cache b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/cmake.check_cache new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja new file mode 100755 index 0000000..0d46b06 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 3_Calculator +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__3_Calculator_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__3_Calculator_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/build.ninja b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/build.ninja new file mode 100755 index 0000000..b5a11da --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/build.ninja @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 3_Calculator +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/3_Calculator/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 3_Calculator + + +############################################# +# Order-only phony target for 3_Calculator + +build cmake_object_order_depends_target_3_Calculator: phony || 3_Calculator_autogen 3_Calculator_autogen/mocs_compilation.cpp 3_Calculator_autogen/timestamp 3_Calculator_autogen_timestamp_deps + +build CMakeFiles/3_Calculator.dir/3_Calculator_autogen/mocs_compilation.cpp.o: CXX_COMPILER__3_Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_3_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/3_Calculator.dir/3_Calculator_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/3_Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/3_Calculator.dir/3_Calculator_autogen + TARGET_COMPILE_PDB = CMakeFiles/3_Calculator.dir/ + TARGET_PDB = 3_Calculator.pdb + +build CMakeFiles/3_Calculator.dir/main.cpp.o: CXX_COMPILER__3_Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/3_Calculator/main.cpp || cmake_object_order_depends_target_3_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/3_Calculator.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/3_Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/3_Calculator.dir + TARGET_COMPILE_PDB = CMakeFiles/3_Calculator.dir/ + TARGET_PDB = 3_Calculator.pdb + +build CMakeFiles/3_Calculator.dir/calculator.cpp.o: CXX_COMPILER__3_Calculator_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/3_Calculator/calculator.cpp || cmake_object_order_depends_target_3_Calculator + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/3_Calculator.dir/calculator.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/3_Calculator.dir + OBJECT_FILE_DIR = CMakeFiles/3_Calculator.dir + TARGET_COMPILE_PDB = CMakeFiles/3_Calculator.dir/ + TARGET_PDB = 3_Calculator.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 3_Calculator + + +############################################# +# Link the executable 3_Calculator + +build 3_Calculator: CXX_EXECUTABLE_LINKER__3_Calculator_Debug CMakeFiles/3_Calculator.dir/3_Calculator_autogen/mocs_compilation.cpp.o CMakeFiles/3_Calculator.dir/main.cpp.o CMakeFiles/3_Calculator.dir/calculator.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 3_Calculator_autogen 3_Calculator_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/3_Calculator.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/3_Calculator.dir/ + TARGET_FILE = 3_Calculator + TARGET_PDB = 3_Calculator.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 3_Calculator_autogen_timestamp_deps + +build 3_Calculator_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 3_Calculator_autogen + +build 3_Calculator_autogen: phony CMakeFiles/3_Calculator_autogen 3_Calculator_autogen/include/ui_calculator.h 3_Calculator_autogen/timestamp 3_Calculator_autogen/mocs_compilation.cpp 3_Calculator_autogen_timestamp_deps + + +############################################# +# Custom command for 3_Calculator_autogen/timestamp + +build 3_Calculator_autogen/timestamp 3_Calculator_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}3_Calculator_autogen/timestamp ${cmake_ninja_workdir}3_Calculator_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 3_Calculator_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/3_Calculator_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/CMakeFiles/d/7a57277270aec67de5df8e9e29aa0fe7ed3f4226d336917e2be64882571be81d.d" + DESC = Automatic MOC and UIC for target 3_Calculator + depfile = CMakeFiles/d/7a57277270aec67de5df8e9e29aa0fe7ed3f4226d336917e2be64882571be81d.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/3_Calculator_autogen + +build CMakeFiles/3_Calculator_autogen 3_Calculator_autogen/include/ui_calculator.h | ${cmake_ninja_workdir}CMakeFiles/3_Calculator_autogen ${cmake_ninja_workdir}3_Calculator_autogen/include/ui_calculator.h: phony 3_Calculator_autogen/timestamp || 3_Calculator_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug + +build all: phony 3_Calculator + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/3_Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/3_Calculator/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/cmake_install.cmake b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/cmake_install.cmake new file mode 100755 index 0000000..8374949 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/3_Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/3_Calculator") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/3_Calculator" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/3_Calculator") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/3_Calculator" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/3_Calculator") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/3_Calculator") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/qtcsettings.cmake new file mode 100755 index 0000000..e4f5580 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/qtcsettings.cmake @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/3_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/3_Calculator/calculator.cpp b/Third term/Industrial programming technologies/3_Calculator/calculator.cpp new file mode 100755 index 0000000..9621bf9 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/calculator.cpp @@ -0,0 +1,212 @@ +#include +#include +#include "calculator.h" +#include "./ui_calculator.h" + +Calculator::Calculator(QWidget *parent) + : QMainWindow(parent), ui(new Ui::Calculator) +{ + ui->setupUi(this); + connect(ui->buttonAdd, &QPushButton::clicked, this, &Calculator::operationClicked); + connect(ui->buttonSubtract, &QPushButton::clicked, this, &Calculator::operationClicked); + connect(ui->buttonMultiply, &QPushButton::clicked, this, &Calculator::operationClicked); + connect(ui->buttonDivide, &QPushButton::clicked, this, &Calculator::operationClicked); + connect(ui->buttonSin, &QPushButton::clicked, this, &Calculator::trigonometricOperationClicked); + connect(ui->buttonCos, &QPushButton::clicked, this, &Calculator::trigonometricOperationClicked); + connect(ui->buttonTan, &QPushButton::clicked, this, &Calculator::trigonometricOperationClicked); + connect(ui->buttonCot, &QPushButton::clicked, this, &Calculator::trigonometricOperationClicked); + connect(ui->buttonArcsin, &QPushButton::clicked, this, &Calculator::trigonometricOperationClicked); + connect(ui->buttonArccos, &QPushButton::clicked, this, &Calculator::trigonometricOperationClicked); + connect(ui->buttonArctan, &QPushButton::clicked, this, &Calculator::trigonometricOperationClicked); +} + +Calculator::~Calculator() +{ + delete ui; +} + +double Calculator::performOperation(double num1, double num2, const string &operation) +{ + if (operation == "+") + return num1 + num2; + if (operation == "-") + return num1 - num2; + if (operation == "*") + return num1 * num2; + if (operation == "/") + { + if (num2 == 0) + { + throw invalid_argument("Деление на ноль."); + } + return num1 / num2; + } + throw invalid_argument("Неизвестная операция."); +} + +double Calculator::validateTrigonometricInput(double value, const string &function) +{ + if (function == "ARCSIN" || function == "ARCCOS" || function == "ARCTAN") + { + if (value < -1 || value > 1) + { + throw invalid_argument("Ввод вне диапазона для arcsin/arccos/arctan."); + } + } + return value; +} + +double Calculator::convertToRadians(double value) +{ + return value * M_PI / 180.0; +} + +double Calculator::convertToDegrees(double value) +{ + return value * 180.0 / M_PI; +} + +bool Calculator::useRadians() +{ + return ui->radioButtonRadians->isChecked(); +} + +double Calculator::handleSpecialAngles(double value, const string &function) +{ + if (useRadians()) + { + value = convertToDegrees(value); + } + + if (fmod(value, 360.0) == 0.0) + { + if (function == "SIN") return 0.0; + if (function == "COS") return 1.0; + if (function == "TAN") return 0.0; + if (function == "COT") throw invalid_argument("Котангенс не определен."); + } + else if (fmod(value, 90.0) == 0.0 && fmod(value, 180.0) != 0.0) + { + if (function == "SIN") return 1.0; + if (function == "COS") return 0.0; + if (function == "TAN") throw invalid_argument("Тангенс не определен."); + if (function == "COT") return 0.0; + } + else if (fmod(value, 180.0) == 0.0) + { + if (function == "SIN") return 0.0; + if (function == "COS") return -1.0; + if (function == "TAN") return 0.0; + if (function == "COT") throw invalid_argument("Котангенс не определен."); + } + else if (fmod(value, 270.0) == 0.0) + { + if (function == "SIN") return -1.0; + if (function == "COS") return 0.0; + if (function == "TAN") throw invalid_argument("Тангенс не определен."); + if (function == "COT") return 0.0; + } + + return nan(""); +} + +void Calculator::operationClicked() +{ + QPushButton *clickedButton = qobject_cast(sender()); + string operation = clickedButton->text().toStdString(); + double num1 = ui->firstNumberInput->text().toDouble(); + double num2 = ui->secondNumberInput->text().toDouble(); + try + { + double result = performOperation(num1, num2, operation); + + if (std::isnan(result)) + { + ui->plainTextEdit->setText("Не число (NaN)."); + } + else if (std::isinf(result)) + { + ui->plainTextEdit->setText("Бесконечность."); + } + else + { + ui->plainTextEdit->setText(QString::number(result)); + } + } + catch (const invalid_argument &e) + { + ui->plainTextEdit->setText(e.what()); + } +} + +void Calculator::trigonometricOperationClicked() +{ + QPushButton *clickedButton = qobject_cast(sender()); + string function = clickedButton->text().toStdString(); + double value = ui->firstNumberInput->text().toDouble(); + try + { + double specialValue = handleSpecialAngles(value, function); + if (!std::isnan(specialValue)) + { + ui->plainTextEdit->setText(QString::number(specialValue)); + return; + } + + if (!useRadians() && function != "ARCSIN" && function != "ARCCOS" && function != "ARCTAN") + { + value = convertToRadians(value); + } + + if (function == "SIN") + value = sin(value); + else if (function == "COS") + value = cos(value); + else if (function == "TAN") + { + if (fmod(value, M_PI / 2) == 0 && fmod(value, M_PI) != 0) + { + throw invalid_argument("Тангенс не определен."); + } + value = tan(value); + } + else if (function == "COT") + { + if (fmod(value, M_PI) == 0) + { + throw invalid_argument("Котангенс не определен."); + } + value = 1 / tan(value); + } + else if (function == "ARCSIN") + value = asin(validateTrigonometricInput(value, function)); + else if (function == "ARCCOS") + value = acos(validateTrigonometricInput(value, function)); + else if (function == "ARCTAN") + value = atan(validateTrigonometricInput(value, function)); + else + throw invalid_argument("Неизвестная тригонометрическая функция."); + + if (!useRadians() && (function == "ARCSIN" || function == "ARCCOS" || function == "ARCTAN")) + { + value = convertToDegrees(value); + } + + if (std::isnan(value)) + { + ui->plainTextEdit->setText("Не число (NaN)."); + } + else if (std::isinf(value)) + { + ui->plainTextEdit->setText("Бесконечность."); + } + else + { + ui->plainTextEdit->setText(QString::number(value)); + } + } + catch (const invalid_argument &e) + { + ui->plainTextEdit->setText(e.what()); + } +} diff --git a/Third term/Industrial programming technologies/3_Calculator/calculator.h b/Third term/Industrial programming technologies/3_Calculator/calculator.h new file mode 100755 index 0000000..fbdbb46 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/calculator.h @@ -0,0 +1,38 @@ +#ifndef CALCULATOR_H +#define CALCULATOR_H + +#include +#include + +using namespace std; + +QT_BEGIN_NAMESPACE +namespace Ui +{ + class Calculator; +} +QT_END_NAMESPACE + +class Calculator : public QMainWindow +{ + Q_OBJECT + +public: + explicit Calculator(QWidget *parent = nullptr); + ~Calculator(); + +private slots: + void operationClicked(); + void trigonometricOperationClicked(); + +private: + Ui::Calculator *ui; + double performOperation(double num1, double num2, const string &operation); + double validateTrigonometricInput(double value, const string &function); + double convertToRadians(double value); + double convertToDegrees(double value); + bool useRadians(); + double handleSpecialAngles(double value, const string &function); +}; + +#endif // CALCULATOR_H diff --git a/Third term/Industrial programming technologies/Calculator/calculator.ui b/Third term/Industrial programming technologies/3_Calculator/calculator.ui similarity index 52% rename from Third term/Industrial programming technologies/Calculator/calculator.ui rename to Third term/Industrial programming technologies/3_Calculator/calculator.ui index 3a0eba8..aa96e10 100755 --- a/Third term/Industrial programming technologies/Calculator/calculator.ui +++ b/Third term/Industrial programming technologies/3_Calculator/calculator.ui @@ -7,468 +7,461 @@ 0 0 350 - 564 + 702 - + 0 0 - Calculator + Programming - - - 0 - 0 - - - + + + + 12 + 118 + 328 + 60 + + + + + 14 + + + + + + + 12 + 6 + 328 + 31 + + + + + 14 + true + + + + NUMBERS + + + Qt::TextFormat::AutoText + + + Qt::AlignmentFlag::AlignCenter + + + 6 - 456 - 166 - 80 - - - - - 18 - - - - 0 - - - 0 - - - - - - 178 - 456 + 356 80 80 - 18 + 14 - . - - - . - - - - - - 264 - 456 - 80 - 80 - - - - - 18 - - - - = - - - Ctrl+S - - - - - - 6 - 284 - 80 - 80 - - - - - 18 - - - - 4 - - - 4 - - - - - - 178 - 284 - 80 - 80 - - - - - 18 - - - - 6 - - - 6 - - - - - - 92 - 284 - 80 - 80 - - - - - 18 - - - - 5 - - - 5 - - - - - - 264 - 284 - 80 - 80 - - - - - 18 - - - - - - - - - - - - - - - 6 - 198 - 80 - 80 - - - - - 18 - - - - 7 - - - 7 - - - - - - 178 - 198 - 80 - 80 - - - - - 18 - - - - 9 - - - 9 - - - - - - 92 - 198 - 80 - 80 - - - - - 18 - - - - 8 - - - 8 - - - - - - 264 - 198 - 80 - 80 - - - - - 18 - - - - * - - - * - - - - - - 6 - 112 - 80 - 80 - - - - - 18 - - - - C + + Backspace - - - - 178 - 112 - 80 - 80 - - - - - 18 - - - - ^ - - - ^ - - - + 92 - 112 + 356 80 80 - 18 + 14 - +/- + - + + + Backspace + + + + + + 178 + 356 + 80 + 80 + + + + + 14 + + + + * + + + Backspace 264 - 112 + 356 80 80 - 18 + 14 / - / + Backspace - + 12 - 6 - 326 - 100 + 46 + 328 + 60 - 18 + 14 - - Qt::LayoutDirection::LeftToRight + + + + + 6 + 320 + 338 + 30 + + + + + 14 + true + + + + ACTIONS + + + Qt::AlignmentFlag::AlignCenter + + + + + + 12 + 190 + 328 + 60 + + + + + 14 + false - - 0 + + Qt::InputMethodHint::ImhNone + + + Qt::ScrollBarPolicy::ScrollBarAlwaysOff + + + Qt::ScrollBarPolicy::ScrollBarAsNeeded + + + QAbstractScrollArea::SizeAdjustPolicy::AdjustIgnored + + + QTextEdit::LineWrapMode::NoWrap + + + true + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> +<html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css"> +p, li { white-space: pre-wrap; } +hr { height: 1px; border-width: 0; } +li.unchecked::marker { content: "\2610"; } +li.checked::marker { content: "\2612"; } +</style></head><body style=" font-family:'Noto Sans'; font-size:14pt; font-weight:400; font-style:normal;"> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:18pt;"> </span></p> +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:18pt;"><br /></p></body></html> - - - - 92 - 370 - 80 - 80 - - - - - 18 - - - - 2 - - - 2 - - - + 264 - 370 + 442 80 80 - 18 + 14 - + + COT - + + Backspace - + 178 - 370 + 442 80 80 - 18 + 14 - 3 + TAN - 3 + Backspace - + + + + 92 + 442 + 80 + 80 + + + + + 14 + + + + COS + + + Backspace + + + 6 - 370 + 442 80 80 - 18 + 14 - 1 + SIN - 1 + Backspace + + + + + + 178 + 528 + 166 + 80 + + + + + 14 + + + + ARCCOS + + + Backspace + + + + + + 12 + 294 + 160 + 20 + + + + + 14 + + + + RADIANS + + + + 20 + 20 + + + + true + + + + + + 184 + 294 + 160 + 20 + + + + + 14 + + + + DEGREES + + + + 18 + 18 + + + + + + + 6 + 256 + 338 + 30 + + + + + 14 + true + + + + UNITS + + + Qt::TextFormat::AutoText + + + Qt::AlignmentFlag::AlignCenter + + + + + + 6 + 528 + 166 + 80 + + + + + 14 + + + + ARCSIN + + + Backspace + + + + + + 6 + 614 + 338 + 80 + + + + + 14 + + + + ARCTAN + + + Backspace - - - - 0 - 0 - 350 - 24 - + + + &Calculator - - - Calculator - - - - - Programming - - - - - + + + + &Programming + + diff --git a/Third term/Industrial programming technologies/3_Calculator/main.cpp b/Third term/Industrial programming technologies/3_Calculator/main.cpp new file mode 100755 index 0000000..eb67047 --- /dev/null +++ b/Third term/Industrial programming technologies/3_Calculator/main.cpp @@ -0,0 +1,11 @@ +#include "calculator.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + Calculator w; + w.show(); + return a.exec(); +} diff --git a/Third term/Industrial programming technologies/4_User_Form/CMakeLists.txt b/Third term/Industrial programming technologies/4_User_Form/CMakeLists.txt new file mode 100755 index 0000000..062314a --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/CMakeLists.txt @@ -0,0 +1,70 @@ +cmake_minimum_required(VERSION 3.16) + +project(4_User_Form VERSION 0.1 LANGUAGES CXX) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) +find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) + +set(PROJECT_SOURCES + main.cpp + userform.cpp + userform.h + userform.ui +) + +if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) + qt_add_executable(4_User_Form + MANUAL_FINALIZATION + ${PROJECT_SOURCES} + ) +# Define target properties for Android with Qt 6 as: +# set_property(TARGET 4_User_Form APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# ${CMAKE_CURRENT_SOURCE_DIR}/android) +# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation +else() + if(ANDROID) + add_library(4_User_Form SHARED + ${PROJECT_SOURCES} + ) +# Define properties for Android with Qt 5 after find_package() calls as: +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") + else() + add_executable(4_User_Form + ${PROJECT_SOURCES} + ) + endif() +endif() + +target_link_libraries(4_User_Form PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) + +# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. +# If you are developing for iOS or macOS you should consider setting an +# explicit, fixed bundle identifier manually though. +if(${QT_VERSION} VERSION_LESS 6.1.0) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.4_User_Form) +endif() +set_target_properties(4_User_Form PROPERTIES + ${BUNDLE_ID_OPTION} + MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} + MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} + MACOSX_BUNDLE TRUE + WIN32_EXECUTABLE TRUE +) + +include(GNUInstallDirs) +install(TARGETS 4_User_Form + BUNDLE DESTINATION . + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +) + +if(QT_VERSION_MAJOR EQUAL 6) + qt_finalize_executable(4_User_Form) +endif() diff --git a/Third term/Industrial programming technologies/4_User_Form/CMakeLists.txt.user b/Third term/Industrial programming technologies/4_User_Form/CMakeLists.txt.user new file mode 100755 index 0000000..27e0e16 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/CMakeLists.txt.user @@ -0,0 +1,422 @@ + + + + + + EnvironmentId + {b09ad12c-2375-4d91-a30f-70a5d330cb93} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {a763e5f1-4a4d-4ec1-b61b-aa3746a79db0} + 0 + 0 + 0 + + Debug + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Debug +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug + + + + + all + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + CMakeProjectManager.CMakeBuildConfiguration + + + Release + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Release +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Release + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-RelWithDebInfo + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release with Debug Information + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Profile + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + CMakeProjectManager.CMakeBuildConfiguration + + + MinSizeRel + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-MinSizeRel + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Minimum Size Release + CMakeProjectManager.CMakeBuildConfiguration + + 5 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph dwarf,4096 -F 250 + 4_User_Form + CMakeProjectManager.CMakeRunConfiguration.4_User_Form + 4_User_Form + false + true + true + true + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-13d901129cb64feff801.json.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-13d901129cb64feff801.json.tmp new file mode 100755 index 0000000..ba52d76 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-13d901129cb64feff801.json.tmp @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "4_User_Form_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + }, + { + "name" : "4_User_Form_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "4_User_Form_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "4_User_Form" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.directory-.-Debug-15921bb3b66afc182b9b.json.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.directory-.-Debug-15921bb3b66afc182b9b.json.tmp new file mode 100755 index 0000000..b1803fe --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.directory-.-Debug-15921bb3b66afc182b9b.json.tmp @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "4_User_Form" + ], + "targetId" : "4_User_Form::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-27T03-23-45-0871.json.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-27T03-23-45-0871.json.tmp new file mode 100755 index 0000000..055f2ba --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-27T03-23-45-0871.json.tmp @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-881c8309f78c823eee4c.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-13d901129cb64feff801.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-3aba1b0031b4738c1146.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-13d901129cb64feff801.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-3aba1b0031b4738c1146.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-881c8309f78c823eee4c.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-4_User_Form-Debug-9e26b5cd1f3a717549fe.json.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-4_User_Form-Debug-9e26b5cd1f3a717549fe.json.tmp new file mode 100755 index 0000000..9549532 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-4_User_Form-Debug-9e26b5cd1f3a717549fe.json.tmp @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "4_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "4_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "4_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "4_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "4_User_Form", + "nameOnDisk" : "4_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-4_User_Form_autogen-Debug-2f9d10e62e6c729ce1df.json.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-4_User_Form_autogen-Debug-2f9d10e62e6c729ce1df.json.tmp new file mode 100755 index 0000000..9d3e5cb --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-4_User_Form_autogen-Debug-2f9d10e62e6c729ce1df.json.tmp @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "4_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "4_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "4_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/4_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-4_User_Form_autogen_timestamp_deps-Debug-db84e6983b0415f08c4c.json.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-4_User_Form_autogen_timestamp_deps-Debug-db84e6983b0415f08c4c.json.tmp new file mode 100755 index 0000000..58d55cf --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-4_User_Form_autogen_timestamp_deps-Debug-db84e6983b0415f08c4c.json.tmp @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "4_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "4_User_Form_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-13d901129cb64feff801.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-13d901129cb64feff801.json new file mode 100755 index 0000000..ba52d76 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-13d901129cb64feff801.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "4_User_Form_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + }, + { + "name" : "4_User_Form_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "4_User_Form_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "4_User_Form" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-3aba1b0031b4738c1146.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-3aba1b0031b4738c1146.json new file mode 100755 index 0000000..8bfe11b --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-3aba1b0031b4738c1146.json @@ -0,0 +1,654 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-881c8309f78c823eee4c.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-881c8309f78c823eee4c.json new file mode 100755 index 0000000..17068b8 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-881c8309f78c823eee4c.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-15921bb3b66afc182b9b.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "4_User_Form", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "4_User_Form::@6890427a1f51a3e7e1df", + "jsonFile" : "target-4_User_Form-Debug-9e26b5cd1f3a717549fe.json", + "name" : "4_User_Form", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "4_User_Form_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-4_User_Form_autogen-Debug-2f9d10e62e6c729ce1df.json", + "name" : "4_User_Form_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "4_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-4_User_Form_autogen_timestamp_deps-Debug-db84e6983b0415f08c4c.json", + "name" : "4_User_Form_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-15921bb3b66afc182b9b.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-15921bb3b66afc182b9b.json new file mode 100755 index 0000000..b1803fe --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-15921bb3b66afc182b9b.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "4_User_Form" + ], + "targetId" : "4_User_Form::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-23-45-0871.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-23-45-0871.json new file mode 100755 index 0000000..055f2ba --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-23-45-0871.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-881c8309f78c823eee4c.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-13d901129cb64feff801.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-3aba1b0031b4738c1146.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-13d901129cb64feff801.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-3aba1b0031b4738c1146.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-881c8309f78c823eee4c.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-4_User_Form-Debug-9e26b5cd1f3a717549fe.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-4_User_Form-Debug-9e26b5cd1f3a717549fe.json new file mode 100755 index 0000000..9549532 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-4_User_Form-Debug-9e26b5cd1f3a717549fe.json @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "4_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "4_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "4_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "4_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "4_User_Form", + "nameOnDisk" : "4_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-4_User_Form_autogen-Debug-2f9d10e62e6c729ce1df.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-4_User_Form_autogen-Debug-2f9d10e62e6c729ce1df.json new file mode 100755 index 0000000..9d3e5cb --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-4_User_Form_autogen-Debug-2f9d10e62e6c729ce1df.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "4_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "4_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "4_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/4_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/4_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-4_User_Form_autogen_timestamp_deps-Debug-db84e6983b0415f08c4c.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-4_User_Form_autogen_timestamp_deps-Debug-db84e6983b0415f08c4c.json new file mode 100755 index 0000000..58d55cf --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-4_User_Form_autogen_timestamp_deps-Debug-db84e6983b0415f08c4c.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "4_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "4_User_Form_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.ninja_deps b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.ninja_deps new file mode 100755 index 0000000..20d6e12 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.ninja_log b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.ninja_log new file mode 100755 index 0000000..fb6be3f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.ninja_log @@ -0,0 +1,9 @@ +# ninja log v6 +3 197 1727407443115897100 4_User_Form_autogen/timestamp 995faeff127300e7 +3 197 1727407443115897100 4_User_Form_autogen/mocs_compilation.cpp 995faeff127300e7 +3 197 1727407443115897100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/timestamp 995faeff127300e7 +3 197 1727407443115897100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp 995faeff127300e7 +212 1597 1727407443144520900 CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o 9287b84f824b04a2 +212 1647 1727407443144795000 CMakeFiles/4_User_Form.dir/main.cpp.o 322a4f11e4ad09cb +213 1834 1727407443145079600 CMakeFiles/4_User_Form.dir/userform.cpp.o fbbf871b4aea1506 +1835 2110 1727407444767245800 4_User_Form 308593f576e57b1e diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp new file mode 100755 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp new file mode 100755 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp new file mode 100755 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan new file mode 100755 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake new file mode 100644 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake new file mode 100644 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake new file mode 100644 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QApplication.A64C023440588392.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QApplication.A64C023440588392.idx.tmp new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QApplication.A64C023440588392.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFile.802A463BD5D69029.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFile.802A463BD5D69029.idx.tmp new file mode 100755 index 0000000..2c3af1f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFile.802A463BD5D69029.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFileDialog.D3F8ED914DF938BA.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFileDialog.D3F8ED914DF938BA.idx.tmp new file mode 100755 index 0000000..35f77e4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFileDialog.D3F8ED914DF938BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp new file mode 100755 index 0000000..78e511f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomicity.h.F6DA33F8D86DA4DB.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomicity.h.F6DA33F8D86DA4DB.idx.tmp new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomicity.h.F6DA33F8D86DA4DB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.h.70E711DC6259E6A1.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.h.70E711DC6259E6A1.idx.tmp new file mode 100755 index 0000000..15cb1ad Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.h.70E711DC6259E6A1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++locale.h.6892B700408CAE8B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++locale.h.6892B700408CAE8B.idx.tmp new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++locale.h.6892B700408CAE8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_inline.h.A9B63FE73C9200AF.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_inline.h.A9B63FE73C9200AF.idx.tmp new file mode 100755 index 0000000..be33355 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_inline.h.A9B63FE73C9200AF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno-base.h.23FC55A99C73A727.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno-base.h.23FC55A99C73A727.idx.tmp new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno-base.h.23FC55A99C73A727.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.h.65011B501144EF4E.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.h.65011B501144EF4E.idx.tmp new file mode 100755 index 0000000..2125c64 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.h.65011B501144EF4E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp new file mode 100755 index 0000000..18c0dcd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iosfwd.1FB24537359793BB.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iosfwd.1FB24537359793BB.idx.tmp new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iosfwd.1FB24537359793BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.tcc.E642190AF0BBF573.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.tcc.E642190AF0BBF573.idx.tmp new file mode 100755 index 0000000..b62e005 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.tcc.E642190AF0BBF573.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.1DFE7D0FE6434B13.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.1DFE7D0FE6434B13.idx.tmp new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.1DFE7D0FE6434B13.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.tcc.B7E0A0BAFF6A2234.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.tcc.B7E0A0BAFF6A2234.idx.tmp new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.tcc.B7E0A0BAFF6A2234.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.tcc.D9F00AABE4A10EBF.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.tcc.D9F00AABE4A10EBF.idx.tmp new file mode 100755 index 0000000..8a5d9f4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.tcc.D9F00AABE4A10EBF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.tcc.B0C8B78D86CB5AB1.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.tcc.B0C8B78D86CB5AB1.idx.tmp new file mode 100755 index 0000000..f1e960b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.tcc.B0C8B78D86CB5AB1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp new file mode 100755 index 0000000..83fd3a6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp new file mode 100755 index 0000000..ab1e3a3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdialog.h.B2577DEE09F9A998.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdialog.h.B2577DEE09F9A998.idx.tmp new file mode 100755 index 0000000..0d021ed Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdialog.h.B2577DEE09F9A998.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp new file mode 100755 index 0000000..bf0d45d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp new file mode 100755 index 0000000..c4c72f8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledialog.h.90A65AF950E9380A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledialog.h.90A65AF950E9380A.idx.tmp new file mode 100755 index 0000000..5479dff Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledialog.h.90A65AF950E9380A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfileinfo.h.E6695D3DB0C13478.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfileinfo.h.E6695D3DB0C13478.idx.tmp new file mode 100755 index 0000000..9815813 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfileinfo.h.E6695D3DB0C13478.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp new file mode 100755 index 0000000..1dcba8f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp new file mode 100755 index 0000000..686c5b3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp new file mode 100755 index 0000000..ecef16a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp new file mode 100755 index 0000000..89b781e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp new file mode 100755 index 0000000..b23e1a4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp new file mode 100755 index 0000000..6844e74 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp new file mode 100755 index 0000000..d190784 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp new file mode 100755 index 0000000..9898846 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp new file mode 100755 index 0000000..5798c63 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpair.h.435B12CF8A0C29D3.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpair.h.435B12CF8A0C29D3.idx.tmp new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpair.h.435B12CF8A0C29D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgba64.h.B8DA4A49231CC498.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgba64.h.B8DA4A49231CC498.idx.tmp new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgba64.h.B8DA4A49231CC498.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp new file mode 100755 index 0000000..4831c7d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringview.h.575B24F9E73E2F90.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringview.h.575B24F9E73E2F90.idx.tmp new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringview.h.575B24F9E73E2F90.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp new file mode 100755 index 0000000..4004c89 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp new file mode 100755 index 0000000..8db9ea0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.26424C0CFA3E56FA.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.26424C0CFA3E56FA.idx.tmp new file mode 100755 index 0000000..9124d24 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.26424C0CFA3E56FA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_raw_storage_iter.h.E414377E1BCB8773.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_raw_storage_iter.h.E414377E1BCB8773.idx.tmp new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_raw_storage_iter.h.E414377E1BCB8773.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.C27A714773539828.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.C27A714773539828.idx.tmp new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.C27A714773539828.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.83E62EFE4747EE1B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.83E62EFE4747EE1B.idx.tmp new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.83E62EFE4747EE1B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp new file mode 100755 index 0000000..c912df0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unique_ptr.h.8425F457D485DB8A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unique_ptr.h.8425F457D485DB8A.idx.tmp new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unique_ptr.h.8425F457D485DB8A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.C50186D922C13142.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.C50186D922C13142.idx.tmp new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.C50186D922C13142.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.userform.cpp.B023662968BC7D5E.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.userform.cpp.B023662968BC7D5E.idx.tmp new file mode 100755 index 0000000..e7ab6ca Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.userform.cpp.B023662968BC7D5E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.userform.h.C44B49399C621E31.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.userform.h.C44B49399C621E31.idx.tmp new file mode 100755 index 0000000..f8588d0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.userform.h.C44B49399C621E31.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.version.h.8DE8B626C9B02874.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.version.h.8DE8B626C9B02874.idx.tmp new file mode 100755 index 0000000..51ab70a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.version.h.8DE8B626C9B02874.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp new file mode 100755 index 0000000..ca908c8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx new file mode 100755 index 0000000..2c3af1f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx new file mode 100755 index 0000000..35f77e4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx new file mode 100755 index 0000000..75acd22 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx new file mode 100755 index 0000000..78e511f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx new file mode 100755 index 0000000..15cb1ad Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx new file mode 100755 index 0000000..acfa73a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx new file mode 100755 index 0000000..c4e0162 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx new file mode 100755 index 0000000..be33355 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx new file mode 100755 index 0000000..59cfca7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx new file mode 100755 index 0000000..2125c64 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx new file mode 100755 index 0000000..18c0dcd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx new file mode 100755 index 0000000..36da534 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx new file mode 100755 index 0000000..b62e005 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx new file mode 100755 index 0000000..0a7b040 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx new file mode 100755 index 0000000..8a5d9f4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.C1B7F54565437198.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.C1B7F54565437198.idx new file mode 100755 index 0000000..e09de19 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.C1B7F54565437198.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx new file mode 100755 index 0000000..91a44d6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx new file mode 100755 index 0000000..f1e960b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx new file mode 100755 index 0000000..83fd3a6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx new file mode 100755 index 0000000..ab1e3a3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx new file mode 100755 index 0000000..0d021ed Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx new file mode 100755 index 0000000..21221aa Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx new file mode 100755 index 0000000..bf0d45d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx new file mode 100755 index 0000000..c4c72f8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx new file mode 100755 index 0000000..5479dff Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx new file mode 100755 index 0000000..9815813 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx new file mode 100755 index 0000000..1dcba8f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx new file mode 100755 index 0000000..686c5b3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx new file mode 100755 index 0000000..ecef16a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx new file mode 100755 index 0000000..8154c2e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx new file mode 100755 index 0000000..89b781e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx new file mode 100755 index 0000000..b23e1a4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx new file mode 100755 index 0000000..29f865e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx new file mode 100755 index 0000000..6844e74 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx new file mode 100755 index 0000000..d190784 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx new file mode 100755 index 0000000..9898846 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx new file mode 100755 index 0000000..5798c63 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx new file mode 100755 index 0000000..4831c7d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx new file mode 100755 index 0000000..50501bc Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx new file mode 100755 index 0000000..4004c89 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx new file mode 100755 index 0000000..8db9ea0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx new file mode 100755 index 0000000..4f6aa47 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx new file mode 100755 index 0000000..9124d24 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx new file mode 100755 index 0000000..fb76998 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx new file mode 100755 index 0000000..c912df0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.553143DA50873B61.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.553143DA50873B61.idx new file mode 100755 index 0000000..351a741 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.553143DA50873B61.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.B023662968BC7D5E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.B023662968BC7D5E.idx new file mode 100755 index 0000000..e7ab6ca Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.B023662968BC7D5E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.C44B49399C621E31.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.C44B49399C621E31.idx new file mode 100755 index 0000000..f8588d0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.C44B49399C621E31.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx new file mode 100755 index 0000000..51ab70a Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx new file mode 100755 index 0000000..2e8d570 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx new file mode 100755 index 0000000..ca908c8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp new file mode 100755 index 0000000..03c5262 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json new file mode 100755 index 0000000..03c5262 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing..ninja_log.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing..ninja_log.tmp new file mode 100755 index 0000000..fb6be3f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing..ninja_log.tmp @@ -0,0 +1,9 @@ +# ninja log v6 +3 197 1727407443115897100 4_User_Form_autogen/timestamp 995faeff127300e7 +3 197 1727407443115897100 4_User_Form_autogen/mocs_compilation.cpp 995faeff127300e7 +3 197 1727407443115897100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/timestamp 995faeff127300e7 +3 197 1727407443115897100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp 995faeff127300e7 +212 1597 1727407443144520900 CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o 9287b84f824b04a2 +212 1647 1727407443144795000 CMakeFiles/4_User_Form.dir/main.cpp.o 322a4f11e4ad09cb +213 1834 1727407443145079600 CMakeFiles/4_User_Form.dir/userform.cpp.o fbbf871b4aea1506 +1835 2110 1727407444767245800 4_User_Form 308593f576e57b1e diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing.build.ninja.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing.build.ninja.tmp new file mode 100755 index 0000000..a36598d --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing.build.ninja.tmp @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 4_User_Form +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 4_User_Form + + +############################################# +# Order-only phony target for 4_User_Form + +build cmake_object_order_depends_target_4_User_Form: phony || 4_User_Form_autogen 4_User_Form_autogen/mocs_compilation.cpp 4_User_Form_autogen/timestamp 4_User_Form_autogen_timestamp_deps + +build CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o: CXX_COMPILER__4_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_4_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/4_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/4_User_Form.dir/4_User_Form_autogen + TARGET_COMPILE_PDB = CMakeFiles/4_User_Form.dir/ + TARGET_PDB = 4_User_Form.pdb + +build CMakeFiles/4_User_Form.dir/main.cpp.o: CXX_COMPILER__4_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/main.cpp || cmake_object_order_depends_target_4_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/4_User_Form.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/4_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/4_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/4_User_Form.dir/ + TARGET_PDB = 4_User_Form.pdb + +build CMakeFiles/4_User_Form.dir/userform.cpp.o: CXX_COMPILER__4_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/userform.cpp || cmake_object_order_depends_target_4_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/4_User_Form.dir/userform.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/4_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/4_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/4_User_Form.dir/ + TARGET_PDB = 4_User_Form.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 4_User_Form + + +############################################# +# Link the executable 4_User_Form + +build 4_User_Form: CXX_EXECUTABLE_LINKER__4_User_Form_Debug CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o CMakeFiles/4_User_Form.dir/main.cpp.o CMakeFiles/4_User_Form.dir/userform.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 4_User_Form_autogen 4_User_Form_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/4_User_Form.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/4_User_Form.dir/ + TARGET_FILE = 4_User_Form + TARGET_PDB = 4_User_Form.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 4_User_Form_autogen_timestamp_deps + +build 4_User_Form_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 4_User_Form_autogen + +build 4_User_Form_autogen: phony CMakeFiles/4_User_Form_autogen 4_User_Form_autogen/include/ui_userform.h 4_User_Form_autogen/timestamp 4_User_Form_autogen/mocs_compilation.cpp 4_User_Form_autogen_timestamp_deps + + +############################################# +# Custom command for 4_User_Form_autogen/timestamp + +build 4_User_Form_autogen/timestamp 4_User_Form_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}4_User_Form_autogen/timestamp ${cmake_ninja_workdir}4_User_Form_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 4_User_Form_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/d/7715cc691535dbc0c67e113c0bc35b9b3790e105b1a34944eff9e0a125a59df2.d" + DESC = Automatic MOC and UIC for target 4_User_Form + depfile = CMakeFiles/d/7715cc691535dbc0c67e113c0bc35b9b3790e105b1a34944eff9e0a125a59df2.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/4_User_Form_autogen + +build CMakeFiles/4_User_Form_autogen 4_User_Form_autogen/include/ui_userform.h | ${cmake_ninja_workdir}CMakeFiles/4_User_Form_autogen ${cmake_ninja_workdir}4_User_Form_autogen/include/ui_userform.h: phony 4_User_Form_autogen/timestamp || 4_User_Form_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug + +build all: phony 4_User_Form + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp new file mode 100755 index 0000000..c7a94c2 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp new file mode 100755 index 0000000..2d328ad --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form new file mode 100755 index 0000000..0410010 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.deps.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.deps.tmp new file mode 100755 index 0000000..966c966 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.deps.tmp @@ -0,0 +1,472 @@ +4_User_Form_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/main.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/userform.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/userform.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/userform.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.moc_predefs.h.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.moc_predefs.h.tmp new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.moc_predefs.h.tmp @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.mocs_compilation.cpp.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.mocs_compilation.cpp.tmp new file mode 100755 index 0000000..8487527 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.mocs_compilation.cpp.tmp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_userform.cpp" diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.timestamp.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/.syncthing.timestamp.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/.syncthing.moc_userform.cpp.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/.syncthing.moc_userform.cpp.tmp new file mode 100755 index 0000000..5b514a4 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/.syncthing.moc_userform.cpp.tmp @@ -0,0 +1,119 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'userform.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../userform.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'userform.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_UserForm_t { + QByteArrayData data[3]; + char stringdata0[23]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_UserForm_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_UserForm_t qt_meta_stringdata_UserForm = { + { +QT_MOC_LITERAL(0, 0, 8), // "UserForm" +QT_MOC_LITERAL(1, 9, 12), // "registration" +QT_MOC_LITERAL(2, 22, 0) // "" + + }, + "UserForm\0registration\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_UserForm[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 1, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 19, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + + 0 // eod +}; + +void UserForm::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->registration(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject UserForm::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_UserForm.data, + qt_meta_data_UserForm, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *UserForm::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *UserForm::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_UserForm.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int UserForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 1) + qt_static_metacall(this, _c, _id, _a); + _id -= 1; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/moc_userform.cpp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/moc_userform.cpp new file mode 100755 index 0000000..5b514a4 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/moc_userform.cpp @@ -0,0 +1,119 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'userform.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../userform.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'userform.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_UserForm_t { + QByteArrayData data[3]; + char stringdata0[23]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_UserForm_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_UserForm_t qt_meta_stringdata_UserForm = { + { +QT_MOC_LITERAL(0, 0, 8), // "UserForm" +QT_MOC_LITERAL(1, 9, 12), // "registration" +QT_MOC_LITERAL(2, 22, 0) // "" + + }, + "UserForm\0registration\0" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_UserForm[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 1, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 19, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + + 0 // eod +}; + +void UserForm::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->registration(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject UserForm::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_UserForm.data, + qt_meta_data_UserForm, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *UserForm::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *UserForm::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_UserForm.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int UserForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 1) + qt_static_metacall(this, _c, _id, _a); + _id -= 1; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 1) + *reinterpret_cast(_a[0]) = -1; + _id -= 1; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d new file mode 100755 index 0000000..629c962 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/EWIEGA46WW/moc_userform.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/userform.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/deps b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/deps new file mode 100755 index 0000000..966c966 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/deps @@ -0,0 +1,472 @@ +4_User_Form_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/main.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/userform.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/userform.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/4_User_Form/userform.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include/ui_userform.h b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include/ui_userform.h new file mode 100755 index 0000000..644ab4f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include/ui_userform.h @@ -0,0 +1,171 @@ +/******************************************************************************** +** Form generated from reading UI file 'userform.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_USERFORM_H +#define UI_USERFORM_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_UserForm +{ +public: + QWidget *centralwidget; + QLabel *label; + QLabel *label_2; + QLabel *label_3; + QLabel *label_4; + QLabel *label_5; + QLabel *label_6; + QLabel *label_7; + QLabel *label_8; + QLineEdit *username; + QLineEdit *fullName; + QLineEdit *passport; + QLineEdit *phone; + QLineEdit *email; + QLineEdit *dob; + QRadioButton *radioButtonM; + QRadioButton *radioButtonF; + QPushButton *registButton; + + void setupUi(QMainWindow *UserForm) + { + if (UserForm->objectName().isEmpty()) + UserForm->setObjectName(QString::fromUtf8("UserForm")); + UserForm->resize(669, 388); + centralwidget = new QWidget(UserForm); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + label = new QLabel(centralwidget); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(250, 20, 400, 30)); + QFont font; + font.setPointSize(16); + font.setBold(true); + label->setFont(font); + label->setAlignment(Qt::AlignmentFlag::AlignCenter); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(20, 60, 221, 30)); + QFont font1; + font1.setPointSize(16); + label_2->setFont(font1); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(20, 100, 221, 30)); + label_3->setFont(font1); + label_4 = new QLabel(centralwidget); + label_4->setObjectName(QString::fromUtf8("label_4")); + label_4->setGeometry(QRect(20, 140, 221, 30)); + label_4->setFont(font1); + label_5 = new QLabel(centralwidget); + label_5->setObjectName(QString::fromUtf8("label_5")); + label_5->setGeometry(QRect(20, 220, 221, 30)); + label_5->setFont(font1); + label_6 = new QLabel(centralwidget); + label_6->setObjectName(QString::fromUtf8("label_6")); + label_6->setGeometry(QRect(20, 180, 221, 30)); + label_6->setFont(font1); + label_7 = new QLabel(centralwidget); + label_7->setObjectName(QString::fromUtf8("label_7")); + label_7->setGeometry(QRect(20, 300, 221, 30)); + label_7->setFont(font1); + label_8 = new QLabel(centralwidget); + label_8->setObjectName(QString::fromUtf8("label_8")); + label_8->setGeometry(QRect(20, 260, 221, 30)); + label_8->setFont(font1); + username = new QLineEdit(centralwidget); + username->setObjectName(QString::fromUtf8("username")); + username->setGeometry(QRect(250, 60, 400, 30)); + username->setFont(font1); + username->setInputMethodHints(Qt::InputMethodHint::ImhLatinOnly); + fullName = new QLineEdit(centralwidget); + fullName->setObjectName(QString::fromUtf8("fullName")); + fullName->setGeometry(QRect(250, 100, 400, 30)); + fullName->setFont(font1); + passport = new QLineEdit(centralwidget); + passport->setObjectName(QString::fromUtf8("passport")); + passport->setGeometry(QRect(250, 180, 400, 30)); + passport->setFont(font1); + passport->setInputMethodHints(Qt::InputMethodHint::ImhDigitsOnly); + phone = new QLineEdit(centralwidget); + phone->setObjectName(QString::fromUtf8("phone")); + phone->setGeometry(QRect(250, 260, 400, 30)); + phone->setFont(font1); + phone->setInputMethodHints(Qt::InputMethodHint::ImhFormattedNumbersOnly); + email = new QLineEdit(centralwidget); + email->setObjectName(QString::fromUtf8("email")); + email->setGeometry(QRect(250, 300, 400, 30)); + email->setFont(font1); + email->setInputMethodHints(Qt::InputMethodHint::ImhEmailCharactersOnly); + dob = new QLineEdit(centralwidget); + dob->setObjectName(QString::fromUtf8("dob")); + dob->setGeometry(QRect(250, 220, 400, 30)); + dob->setFont(font1); + dob->setInputMethodHints(Qt::InputMethodHint::ImhDate); + radioButtonM = new QRadioButton(centralwidget); + radioButtonM->setObjectName(QString::fromUtf8("radioButtonM")); + radioButtonM->setGeometry(QRect(250, 140, 190, 30)); + radioButtonM->setFont(font1); + radioButtonM->setCheckable(true); + radioButtonF = new QRadioButton(centralwidget); + radioButtonF->setObjectName(QString::fromUtf8("radioButtonF")); + radioButtonF->setGeometry(QRect(460, 140, 190, 30)); + radioButtonF->setFont(font1); + registButton = new QPushButton(centralwidget); + registButton->setObjectName(QString::fromUtf8("registButton")); + registButton->setGeometry(QRect(250, 340, 400, 30)); + registButton->setFont(font1); + UserForm->setCentralWidget(centralwidget); + + retranslateUi(UserForm); + + QMetaObject::connectSlotsByName(UserForm); + } // setupUi + + void retranslateUi(QMainWindow *UserForm) + { + UserForm->setWindowTitle(QCoreApplication::translate("UserForm", "UserForm", nullptr)); + label->setText(QCoreApplication::translate("UserForm", "\320\244\320\276\321\200\320\274\320\260 \321\200\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\320\270", nullptr)); + label_2->setText(QCoreApplication::translate("UserForm", "\320\230\320\274\321\217 \320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\217:", nullptr)); + label_3->setText(QCoreApplication::translate("UserForm", "\320\244\320\230\320\236:", nullptr)); + label_4->setText(QCoreApplication::translate("UserForm", "\320\237\320\276\320\273:", nullptr)); + label_5->setText(QCoreApplication::translate("UserForm", "\320\224\320\260\321\202\320\260 \321\200\320\276\320\266\320\264\320\265\320\275\320\270\321\217:", nullptr)); + label_6->setText(QCoreApplication::translate("UserForm", "\320\237\320\260\321\201\320\277\320\276\321\200\321\202:", nullptr)); + label_7->setText(QCoreApplication::translate("UserForm", "E-mail:", nullptr)); + label_8->setText(QCoreApplication::translate("UserForm", "\320\242\320\265\320\273\320\265\321\204\320\276\320\275:", nullptr)); + username->setInputMask(QString()); + username->setText(QString()); + username->setPlaceholderText(QCoreApplication::translate("UserForm", "User123", nullptr)); + fullName->setPlaceholderText(QCoreApplication::translate("UserForm", "\320\230\320\262\320\260\320\275\320\276\320\262 \320\230\320\262\320\260\320\275 \320\230\320\262\320\260\320\275\320\276\320\262\320\270\321\207", nullptr)); + passport->setPlaceholderText(QCoreApplication::translate("UserForm", "4211 324521", nullptr)); + phone->setPlaceholderText(QCoreApplication::translate("UserForm", "+7-123-456-78-90", nullptr)); + email->setPlaceholderText(QCoreApplication::translate("UserForm", "example@mail.com", nullptr)); + dob->setPlaceholderText(QCoreApplication::translate("UserForm", "01.08.2005", nullptr)); + radioButtonM->setText(QCoreApplication::translate("UserForm", "\320\234\321\203\320\266\321\201\320\272\320\276\320\271", nullptr)); + radioButtonF->setText(QCoreApplication::translate("UserForm", "\320\226\320\265\320\275\321\201\320\272\320\270\320\271", nullptr)); + registButton->setText(QCoreApplication::translate("UserForm", "\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\321\217", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class UserForm: public Ui_UserForm {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_USERFORM_H diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp new file mode 100755 index 0000000..8487527 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_userform.cpp" diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/timestamp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/timestamp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeCache.txt new file mode 100755 index 0000000..ce6ef9f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeCache.txt @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +4_User_Form_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug + +//Value Computed by CMake +4_User_Form_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +4_User_Form_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=4_User_Form + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp new file mode 100755 index 0000000..ba38b5b --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-0Meyka" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-0Meyka" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-0Meyka' + + Run Build Command(s): /usr/bin/ninja -v cmTC_f4686 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_f4686.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cct7zMJY.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/' + as -v --64 -o CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o /tmp/cct7zMJY.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f4686 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_f4686' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_f4686.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKB7JjF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f4686 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKB7JjF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f4686 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_f4686' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_f4686.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-0Meyka'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_f4686] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_f4686.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cct7zMJY.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o /tmp/cct7zMJY.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f4686 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_f4686' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_f4686.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKB7JjF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f4686 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccKB7JjF.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_f4686] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKB7JjF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f4686 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp new file mode 100755 index 0000000..b4e42d0 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "4_User_Form_autogen" + "CMakeFiles/4_User_Form_autogen.dir/AutogenUsed.txt" + "CMakeFiles/4_User_Form_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp new file mode 100755 index 0000000..3f9a8c2 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 4_User_Form +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__4_User_Form_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__4_User_Form_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/.syncthing.main.cpp.o.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/.syncthing.main.cpp.o.tmp new file mode 100755 index 0000000..07ae964 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/.syncthing.main.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/.syncthing.userform.cpp.o.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/.syncthing.userform.cpp.o.tmp new file mode 100755 index 0000000..7a45683 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/.syncthing.userform.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o new file mode 100755 index 0000000..cb3a02f Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/main.cpp.o b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/main.cpp.o new file mode 100755 index 0000000..07ae964 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/main.cpp.o differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/userform.cpp.o b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/userform.cpp.o new file mode 100755 index 0000000..7a45683 Binary files /dev/null and b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir/userform.cpp.o differ diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp new file mode 100755 index 0000000..2352b2f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/deps", + "DEP_FILE_RULE_NAME" : "4_User_Form_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h", + "MU", + "EWIEGA46WW/moc_userform.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/.syncthing.ParseCache.txt.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/.syncthing.ParseCache.txt.tmp new file mode 100755 index 0000000..031617b --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/.syncthing.ParseCache.txt.tmp @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.cpp + uic:./ui_userform.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..2352b2f --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenInfo.json @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/deps", + "DEP_FILE_RULE_NAME" : "4_User_Form_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h", + "MU", + "EWIEGA46WW/moc_userform.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..031617b --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/ParseCache.txt @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.cpp + uic:./ui_userform.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/userform.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..ba38b5b --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-0Meyka" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-0Meyka" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-0Meyka' + + Run Build Command(s): /usr/bin/ninja -v cmTC_f4686 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_f4686.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cct7zMJY.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/' + as -v --64 -o CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o /tmp/cct7zMJY.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f4686 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_f4686' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_f4686.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKB7JjF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f4686 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKB7JjF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f4686 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_f4686' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_f4686.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-0Meyka'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_f4686] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_f4686.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/cct7zMJY.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o /tmp/cct7zMJY.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_f4686 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_f4686' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_f4686.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKB7JjF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f4686 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccKB7JjF.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_f4686] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccKB7JjF.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_f4686 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_f4686.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..23289eb --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake new file mode 100755 index 0000000..b4e42d0 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "4_User_Form_autogen" + "CMakeFiles/4_User_Form_autogen.dir/AutogenUsed.txt" + "CMakeFiles/4_User_Form_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja new file mode 100755 index 0000000..3f9a8c2 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 4_User_Form +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__4_User_Form_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__4_User_Form_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/build.ninja b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/build.ninja new file mode 100755 index 0000000..a36598d --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/build.ninja @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 4_User_Form +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 4_User_Form + + +############################################# +# Order-only phony target for 4_User_Form + +build cmake_object_order_depends_target_4_User_Form: phony || 4_User_Form_autogen 4_User_Form_autogen/mocs_compilation.cpp 4_User_Form_autogen/timestamp 4_User_Form_autogen_timestamp_deps + +build CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o: CXX_COMPILER__4_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_4_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/4_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/4_User_Form.dir/4_User_Form_autogen + TARGET_COMPILE_PDB = CMakeFiles/4_User_Form.dir/ + TARGET_PDB = 4_User_Form.pdb + +build CMakeFiles/4_User_Form.dir/main.cpp.o: CXX_COMPILER__4_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/main.cpp || cmake_object_order_depends_target_4_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/4_User_Form.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/4_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/4_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/4_User_Form.dir/ + TARGET_PDB = 4_User_Form.pdb + +build CMakeFiles/4_User_Form.dir/userform.cpp.o: CXX_COMPILER__4_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/userform.cpp || cmake_object_order_depends_target_4_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/4_User_Form.dir/userform.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/4_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/4_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/4_User_Form.dir/ + TARGET_PDB = 4_User_Form.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 4_User_Form + + +############################################# +# Link the executable 4_User_Form + +build 4_User_Form: CXX_EXECUTABLE_LINKER__4_User_Form_Debug CMakeFiles/4_User_Form.dir/4_User_Form_autogen/mocs_compilation.cpp.o CMakeFiles/4_User_Form.dir/main.cpp.o CMakeFiles/4_User_Form.dir/userform.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 4_User_Form_autogen 4_User_Form_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/4_User_Form.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/4_User_Form.dir/ + TARGET_FILE = 4_User_Form + TARGET_PDB = 4_User_Form.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 4_User_Form_autogen_timestamp_deps + +build 4_User_Form_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 4_User_Form_autogen + +build 4_User_Form_autogen: phony CMakeFiles/4_User_Form_autogen 4_User_Form_autogen/include/ui_userform.h 4_User_Form_autogen/timestamp 4_User_Form_autogen/mocs_compilation.cpp 4_User_Form_autogen_timestamp_deps + + +############################################# +# Custom command for 4_User_Form_autogen/timestamp + +build 4_User_Form_autogen/timestamp 4_User_Form_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}4_User_Form_autogen/timestamp ${cmake_ninja_workdir}4_User_Form_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 4_User_Form_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/4_User_Form_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/CMakeFiles/d/7715cc691535dbc0c67e113c0bc35b9b3790e105b1a34944eff9e0a125a59df2.d" + DESC = Automatic MOC and UIC for target 4_User_Form + depfile = CMakeFiles/d/7715cc691535dbc0c67e113c0bc35b9b3790e105b1a34944eff9e0a125a59df2.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/4_User_Form_autogen + +build CMakeFiles/4_User_Form_autogen 4_User_Form_autogen/include/ui_userform.h | ${cmake_ninja_workdir}CMakeFiles/4_User_Form_autogen ${cmake_ninja_workdir}4_User_Form_autogen/include/ui_userform.h: phony 4_User_Form_autogen/timestamp || 4_User_Form_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug + +build all: phony 4_User_Form + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/4_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/cmake_install.cmake b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/cmake_install.cmake new file mode 100755 index 0000000..c7a94c2 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/4_User_Form") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/4_User_Form") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/qtcsettings.cmake new file mode 100755 index 0000000..2d328ad --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/qtcsettings.cmake @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/4_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/4_User_Form/main.cpp b/Third term/Industrial programming technologies/4_User_Form/main.cpp new file mode 100644 index 0000000..8016a10 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/main.cpp @@ -0,0 +1,11 @@ +#include "userform.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + UserForm w; + w.show(); + return a.exec(); +} diff --git a/Third term/Industrial programming technologies/4_User_Form/test b/Third term/Industrial programming technologies/4_User_Form/test new file mode 100755 index 0000000..c275a36 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/test @@ -0,0 +1,7 @@ +test +Иванов Иван Иванович +M +1234 567789 +09.09.2002 ++7-999-999-99-99 +test@test.ru \ No newline at end of file diff --git a/Third term/Industrial programming technologies/4_User_Form/user.txt b/Third term/Industrial programming technologies/4_User_Form/user.txt new file mode 100755 index 0000000..435107c --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/user.txt @@ -0,0 +1,7 @@ +NKTKLN +Калинин Никита Викторович 555 +M +1234 567890 +08.02.2006 ++7-909-999-99-99 +nktkln@nktkln.com diff --git a/Third term/Industrial programming technologies/4_User_Form/userform.cpp b/Third term/Industrial programming technologies/4_User_Form/userform.cpp new file mode 100755 index 0000000..97aee62 --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/userform.cpp @@ -0,0 +1,112 @@ +#include "userform.h" +#include "./ui_userform.h" +#include +#include +#include +#include +#include +#include + +using namespace std; + +UserForm::UserForm(QWidget *parent) + : QMainWindow(parent), ui(new Ui::UserForm) +{ + ui->setupUi(this); + + connect(ui->registButton, &QPushButton::clicked, this, &UserForm::registration); +} + +UserForm::~UserForm() +{ + delete ui; +} + +void UserForm::registration() { + QString username = ui->username->text(); + QString fullName = ui->fullName->text(); + bool isMale = ui->radioButtonM->isChecked(); + bool isFemale = ui->radioButtonF->isChecked(); + QString passport = ui->passport->text(); + QString dob = ui->dob->text(); + QString phoneNumber = ui->phone->text(); + QString email = ui->email->text(); + + if (username.length() < 3 || username.length() > 15 || !username.toStdString().find_first_not_of("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789")) { + QMessageBox::warning(this, "Ошибка", "Неверное имя пользователя."); + return; + } + + QStringList fullNameParts = fullName.split(" "); + if (fullNameParts.size() != 3 || !isCorrectName(fullNameParts[0]) || !isCorrectName(fullNameParts[1]) || !isCorrectName(fullNameParts[2])) { + QMessageBox::warning(this, "Ошибка", "Неверное ФИО."); + return; + } + + if (!(isMale || isFemale)) { + QMessageBox::warning(this, "Ошибка", "Неверный пол."); + return; + } + + QStringList passportParts = passport.split(" "); + if (passportParts.size() != 2 || passportParts[0].length() != 4 || passportParts[1].length() != 6 || !passportParts[0].toStdString().find_first_not_of("0123456789") || !passportParts[1].toStdString().find_first_not_of("0123456789")) { + QMessageBox::warning(this, "Ошибка", "Неверный номер паспорта."); + return; + } + + QStringList dobParts = dob.split("."); + if (dobParts.size() != 3 || !isValidDate(dobParts[0].toInt(), dobParts[1].toInt(), dobParts[2].toInt())) { + QMessageBox::warning(this, "Ошибка", "Неверная дата рождения."); + return; + } + + if (phoneNumber.length() != 16 || !phoneNumber.startsWith("+7-") || phoneNumber.mid(3).toStdString().find_first_not_of("0123456789-") != std::string::npos) { + QMessageBox::warning(this, "Ошибка", "Неверный номер телефона."); + return; + } + + if (!email.contains('@') || !email.contains('.')) { + QMessageBox::warning(this, "Ошибка", "Неверный e-mail."); + return; + } + + ostringstream messageStream; + messageStream << "Вы успешно зарегистрировали аккаунт " << username.toStdString() + << ".\nВаше имя: " << fullNameParts[1].toStdString() + << ", ваша фамилия: " << fullNameParts[2].toStdString() + << ", ваше отчество: " << fullNameParts[2].toStdString() + << ".\nВаш пол: " << (isMale ? "Мужской" : "Женский") + << ".\nСерия Вашего паспорта: " << passportParts[0].toStdString() + << ", номер: " << passportParts[1].toStdString() + << ".\nВы родились " << dobParts[0].toStdString() + << "." << dobParts[1].toStdString() + << "." << dobParts[2].toStdString() + << ".\nВаш номер телефона: " << phoneNumber.toStdString() + << ".\nВаш e-mail: " << email.toStdString() + << ".\nСпасибо за регистрацию."; + + QMessageBox::information(this, "Регистрация", QString::fromStdString(messageStream.str())); +} + +bool UserForm::isCorrectName(const QString &name) { + if (name.length() < 3 || name.length() > 14) { + return false; + } + if (!name[0].isUpper() || name.mid(0).toStdString().find_first_not_of("йцукенгшщзхфывапролджэячсмитьбюъЙЦУКЕНГШЩЗХЪФЫВАПРОЛДЖЭЯЧСМИТЬ") != std::string::npos) { + return false; + } + return true; +} + +bool UserForm::isValidDate(int day, int month, int year) { + if (month < 1 || month > 12 || day < 1) { + return false; + } + + int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; + if (month == 2 && ((year % 4 == 0 && year % 100 != 0) || year % 400 == 0)) { + daysInMonth[1] = 29; + } + + return day <= daysInMonth[month - 1]; +} diff --git a/Third term/Industrial programming technologies/4_User_Form/userform.h b/Third term/Industrial programming technologies/4_User_Form/userform.h new file mode 100755 index 0000000..5fab96d --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/userform.h @@ -0,0 +1,28 @@ +#ifndef USERFORM_H +#define USERFORM_H + +#include + +QT_BEGIN_NAMESPACE +namespace Ui { +class UserForm; +} +QT_END_NAMESPACE + +class UserForm : public QMainWindow +{ + Q_OBJECT + +public: + UserForm(QWidget *parent = nullptr); + ~UserForm(); + +private slots: + void registration(); + +private: + Ui::UserForm *ui; + bool isCorrectName(const QString &name); + bool isValidDate(int day, int month, int year); +}; +#endif // USERFORM_H diff --git a/Third term/Industrial programming technologies/4_User_Form/userform.ui b/Third term/Industrial programming technologies/4_User_Form/userform.ui new file mode 100755 index 0000000..000c36d --- /dev/null +++ b/Third term/Industrial programming technologies/4_User_Form/userform.ui @@ -0,0 +1,355 @@ + + + UserForm + + + + 0 + 0 + 669 + 388 + + + + UserForm + + + + + + 250 + 20 + 400 + 30 + + + + + 16 + true + + + + Форма регистрации + + + Qt::AlignmentFlag::AlignCenter + + + + + + 20 + 60 + 221 + 30 + + + + + 16 + + + + Имя пользователя: + + + + + + 20 + 100 + 221 + 30 + + + + + 16 + + + + ФИО: + + + + + + 20 + 140 + 221 + 30 + + + + + 16 + + + + Пол: + + + + + + 20 + 220 + 221 + 30 + + + + + 16 + + + + Дата рождения: + + + + + + 20 + 180 + 221 + 30 + + + + + 16 + + + + Паспорт: + + + + + + 20 + 300 + 221 + 30 + + + + + 16 + + + + E-mail: + + + + + + 20 + 260 + 221 + 30 + + + + + 16 + + + + Телефон: + + + + + + 250 + 60 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhLatinOnly + + + + + + + + + User123 + + + + + + 250 + 100 + 400 + 30 + + + + + 16 + + + + Иванов Иван Иванович + + + + + + 250 + 180 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhDigitsOnly + + + 4211 324521 + + + + + + 250 + 260 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhFormattedNumbersOnly + + + +7-123-456-78-90 + + + + + + 250 + 300 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhEmailCharactersOnly + + + example@mail.com + + + + + + 250 + 220 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhDate + + + 01.08.2005 + + + + + + 250 + 140 + 190 + 30 + + + + + 16 + + + + Мужской + + + true + + + + + + 460 + 140 + 190 + 30 + + + + + 16 + + + + Женский + + + + + + 250 + 340 + 400 + 30 + + + + + 16 + + + + Регистрация + + + + + + + diff --git a/Third term/Industrial programming technologies/6_User_Form/CMakeLists.txt b/Third term/Industrial programming technologies/6_User_Form/CMakeLists.txt new file mode 100755 index 0000000..a93abf5 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/CMakeLists.txt @@ -0,0 +1,70 @@ +cmake_minimum_required(VERSION 3.16) + +project(6_User_Form VERSION 0.1 LANGUAGES CXX) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) +find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) + +set(PROJECT_SOURCES + main.cpp + userform.cpp + userform.h + userform.ui +) + +if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) + qt_add_executable(6_User_Form + MANUAL_FINALIZATION + ${PROJECT_SOURCES} + ) +# Define target properties for Android with Qt 6 as: +# set_property(TARGET 6_User_Form APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# ${CMAKE_CURRENT_SOURCE_DIR}/android) +# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation +else() + if(ANDROID) + add_library(6_User_Form SHARED + ${PROJECT_SOURCES} + ) +# Define properties for Android with Qt 5 after find_package() calls as: +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") + else() + add_executable(6_User_Form + ${PROJECT_SOURCES} + ) + endif() +endif() + +target_link_libraries(6_User_Form PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) + +# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. +# If you are developing for iOS or macOS you should consider setting an +# explicit, fixed bundle identifier manually though. +if(${QT_VERSION} VERSION_LESS 6.1.0) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.6_User_Form) +endif() +set_target_properties(6_User_Form PROPERTIES + ${BUNDLE_ID_OPTION} + MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} + MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} + MACOSX_BUNDLE TRUE + WIN32_EXECUTABLE TRUE +) + +include(GNUInstallDirs) +install(TARGETS 6_User_Form + BUNDLE DESTINATION . + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +) + +if(QT_VERSION_MAJOR EQUAL 6) + qt_finalize_executable(6_User_Form) +endif() diff --git a/Third term/Industrial programming technologies/6_User_Form/CMakeLists.txt.user b/Third term/Industrial programming technologies/6_User_Form/CMakeLists.txt.user new file mode 100755 index 0000000..2a1862a --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/CMakeLists.txt.user @@ -0,0 +1,422 @@ + + + + + + EnvironmentId + {b09ad12c-2375-4d91-a30f-70a5d330cb93} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {a763e5f1-4a4d-4ec1-b61b-aa3746a79db0} + 0 + 0 + 0 + + Debug + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Debug +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug + + + + + all + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + CMakeProjectManager.CMakeBuildConfiguration + + + Release + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Release +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Release + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-RelWithDebInfo + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release with Debug Information + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Profile + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + CMakeProjectManager.CMakeBuildConfiguration + + + MinSizeRel + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-MinSizeRel + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Minimum Size Release + CMakeProjectManager.CMakeBuildConfiguration + + 5 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph dwarf,4096 -F 250 + 6_User_Form + CMakeProjectManager.CMakeRunConfiguration.6_User_Form + 6_User_Form + false + true + true + true + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.codemodel-v2.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.codemodel-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-652b9222a7dda510910c.json.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-652b9222a7dda510910c.json.tmp new file mode 100755 index 0000000..5cf300b --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-652b9222a7dda510910c.json.tmp @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "6_User_Form_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" + }, + { + "name" : "6_User_Form_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "6_User_Form_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "6_User_Form" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cmakeFiles-v1-51d7e3959d41e807707d.json.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cmakeFiles-v1-51d7e3959d41e807707d.json.tmp new file mode 100755 index 0000000..da3a2bc --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cmakeFiles-v1-51d7e3959d41e807707d.json.tmp @@ -0,0 +1,654 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-d39aa15b0306a155d76b.json.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-d39aa15b0306a155d76b.json.tmp new file mode 100755 index 0000000..849b23b --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-d39aa15b0306a155d76b.json.tmp @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-71f93c3419168851bc73.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "6_User_Form", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "6_User_Form::@6890427a1f51a3e7e1df", + "jsonFile" : "target-6_User_Form-Debug-49cbb350bdada77d7dea.json", + "name" : "6_User_Form", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "6_User_Form_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-6_User_Form_autogen-Debug-edaba1d234eb69eb1bbe.json", + "name" : "6_User_Form_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "6_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-6_User_Form_autogen_timestamp_deps-Debug-80b98d98d8eb530a13a4.json", + "name" : "6_User_Form_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.directory-.-Debug-71f93c3419168851bc73.json.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.directory-.-Debug-71f93c3419168851bc73.json.tmp new file mode 100755 index 0000000..6d5d7b4 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.directory-.-Debug-71f93c3419168851bc73.json.tmp @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "6_User_Form" + ], + "targetId" : "6_User_Form::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-6_User_Form-Debug-49cbb350bdada77d7dea.json.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-6_User_Form-Debug-49cbb350bdada77d7dea.json.tmp new file mode 100755 index 0000000..975b84a --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-6_User_Form-Debug-49cbb350bdada77d7dea.json.tmp @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "6_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "6_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "6_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "6_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "6_User_Form", + "nameOnDisk" : "6_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-6_User_Form_autogen-Debug-edaba1d234eb69eb1bbe.json.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-6_User_Form_autogen-Debug-edaba1d234eb69eb1bbe.json.tmp new file mode 100755 index 0000000..11da654 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-6_User_Form_autogen-Debug-edaba1d234eb69eb1bbe.json.tmp @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "6_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "6_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "6_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/6_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-6_User_Form_autogen_timestamp_deps-Debug-80b98d98d8eb530a13a4.json.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-6_User_Form_autogen_timestamp_deps-Debug-80b98d98d8eb530a13a4.json.tmp new file mode 100755 index 0000000..5861e4c --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-6_User_Form_autogen_timestamp_deps-Debug-80b98d98d8eb530a13a4.json.tmp @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "6_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "6_User_Form_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-652b9222a7dda510910c.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-652b9222a7dda510910c.json new file mode 100755 index 0000000..5cf300b --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-652b9222a7dda510910c.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "6_User_Form_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" + }, + { + "name" : "6_User_Form_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "6_User_Form_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "6_User_Form" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-51d7e3959d41e807707d.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-51d7e3959d41e807707d.json new file mode 100755 index 0000000..da3a2bc --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-51d7e3959d41e807707d.json @@ -0,0 +1,654 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-d39aa15b0306a155d76b.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-d39aa15b0306a155d76b.json new file mode 100755 index 0000000..849b23b --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-d39aa15b0306a155d76b.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-71f93c3419168851bc73.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "6_User_Form", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "6_User_Form::@6890427a1f51a3e7e1df", + "jsonFile" : "target-6_User_Form-Debug-49cbb350bdada77d7dea.json", + "name" : "6_User_Form", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "6_User_Form_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-6_User_Form_autogen-Debug-edaba1d234eb69eb1bbe.json", + "name" : "6_User_Form_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "6_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-6_User_Form_autogen_timestamp_deps-Debug-80b98d98d8eb530a13a4.json", + "name" : "6_User_Form_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-71f93c3419168851bc73.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-71f93c3419168851bc73.json new file mode 100755 index 0000000..6d5d7b4 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-71f93c3419168851bc73.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "6_User_Form" + ], + "targetId" : "6_User_Form::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T19-00-16-0424.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T19-00-16-0424.json new file mode 100755 index 0000000..e5ff639 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T19-00-16-0424.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-d39aa15b0306a155d76b.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-652b9222a7dda510910c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-51d7e3959d41e807707d.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-652b9222a7dda510910c.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-51d7e3959d41e807707d.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-d39aa15b0306a155d76b.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-6_User_Form-Debug-49cbb350bdada77d7dea.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-6_User_Form-Debug-49cbb350bdada77d7dea.json new file mode 100755 index 0000000..975b84a --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-6_User_Form-Debug-49cbb350bdada77d7dea.json @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "6_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "6_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "6_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "6_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "6_User_Form", + "nameOnDisk" : "6_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-6_User_Form_autogen-Debug-edaba1d234eb69eb1bbe.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-6_User_Form_autogen-Debug-edaba1d234eb69eb1bbe.json new file mode 100755 index 0000000..11da654 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-6_User_Form_autogen-Debug-edaba1d234eb69eb1bbe.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "6_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "6_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "6_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/6_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/6_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-6_User_Form_autogen_timestamp_deps-Debug-80b98d98d8eb530a13a4.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-6_User_Form_autogen_timestamp_deps-Debug-80b98d98d8eb530a13a4.json new file mode 100755 index 0000000..5861e4c --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-6_User_Form_autogen_timestamp_deps-Debug-80b98d98d8eb530a13a4.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "6_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "6_User_Form_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.ninja_deps b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.ninja_deps new file mode 100755 index 0000000..7fba240 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.ninja_log b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.ninja_log new file mode 100755 index 0000000..59f56fe --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.ninja_log @@ -0,0 +1,81 @@ +# ninja log v6 +2 133 1727290850244622900 6_User_Form_autogen/timestamp cc3f1a16b2389933 +2 133 1727290850244622900 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +2 133 1727290850244622900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +2 133 1727290850244622900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +141 1252 1727290850260695300 CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o bfb79c624ddffeeb +141 1401 1727290850260908300 CMakeFiles/6_User_Form.dir/main.cpp.o 6044f49861a87db7 +141 1642 1727290850261115200 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1643 1929 1727290851763172600 6_User_Form 6258c76370ef32d1 +3 37 1727338733785890300 6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 37 1727338733785890300 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +3 37 1727338733785890300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 37 1727338733785890300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +38 1666 1727338733821107500 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1666 2001 1727338735449271600 6_User_Form 6258c76370ef32d1 +6 37 1727338781127579400 6_User_Form_autogen/timestamp cc3f1a16b2389933 +6 37 1727338781127579400 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +6 37 1727338781127579400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +6 37 1727338781127579400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +38 1632 1727338781159469700 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1632 1984 1727338782753206000 6_User_Form 6258c76370ef32d1 +4 35 1727339081385905000 6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 35 1727339081385905000 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +4 35 1727339081385905000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 35 1727339081385905000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +36 1732 1727339081417997500 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1732 2109 1727339083114495900 6_User_Form 6258c76370ef32d1 +4 35 1727339498220737200 6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 35 1727339498220737200 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +4 35 1727339498220737200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 35 1727339498220737200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +36 1640 1727339498253310600 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1640 1969 1727339499857665500 6_User_Form 6258c76370ef32d1 +5 57 1727339904015067800 6_User_Form_autogen/timestamp cc3f1a16b2389933 +5 57 1727339904015067800 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +5 57 1727339904015067800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +5 57 1727339904015067800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +3 34 1727339922692209500 6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 34 1727339922692209500 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +3 34 1727339922692209500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 34 1727339922692209500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +34 1676 1727339922723694300 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1677 1998 1727339924365806200 6_User_Form 6258c76370ef32d1 +3 36 1727340081652670200 6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 36 1727340081652670200 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +3 36 1727340081652670200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 36 1727340081652670200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +36 1805 1727340081685513200 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1805 2130 1727340083454369900 6_User_Form 6258c76370ef32d1 +8 41 1727340169016166600 6_User_Form_autogen/timestamp cc3f1a16b2389933 +8 41 1727340169016166600 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +8 41 1727340169016166600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +8 41 1727340169016166600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +41 1809 1727340169049648800 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1810 2152 1727340170817902000 6_User_Form 6258c76370ef32d1 +4 34 1727340650970920300 6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 34 1727340650970920300 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +4 34 1727340650970920300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 34 1727340650970920300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +35 1701 1727340651002423600 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1701 2029 1727340652668363800 6_User_Form 6258c76370ef32d1 +4 40 1727340693662389100 6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 40 1727340693662389100 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +4 40 1727340693662389100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 40 1727340693662389100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +41 1769 1727340693699331500 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1769 2111 1727340695426998900 6_User_Form 6258c76370ef32d1 +6 231 1727345388878282200 6_User_Form_autogen/timestamp cc3f1a16b2389933 +6 231 1727345388878282200 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +6 231 1727345388878282200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +6 231 1727345388878282200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +233 1583 1727345388891262900 CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o bfb79c624ddffeeb +233 1961 1727345388891572300 CMakeFiles/6_User_Form.dir/main.cpp.o 6044f49861a87db7 +233 2328 1727345388891825400 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +2331 2687 1727345390989189700 6_User_Form 6258c76370ef32d1 +2 36 1727407670047849200 6_User_Form_autogen/timestamp cc3f1a16b2389933 +2 36 1727407670047849200 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +2 36 1727407670047849200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +2 36 1727407670047849200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +37 1230 1727407670082280900 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1230 1532 1727407671275803300 6_User_Form 6258c76370ef32d1 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp new file mode 100755 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp new file mode 100755 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp new file mode 100755 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan new file mode 100644 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake new file mode 100644 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake new file mode 100644 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake new file mode 100644 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.FILE.h.846F156B181C5A07.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.FILE.h.846F156B181C5A07.idx.tmp new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.FILE.h.846F156B181C5A07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QApplication.A64C023440588392.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QApplication.A64C023440588392.idx.tmp new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QApplication.A64C023440588392.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFileDialog.D3F8ED914DF938BA.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFileDialog.D3F8ED914DF938BA.idx.tmp new file mode 100755 index 0000000..35f77e4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFileDialog.D3F8ED914DF938BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp new file mode 100755 index 0000000..78e511f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_nullptr_t.h.E1FA26364DE56116.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_nullptr_t.h.E1FA26364DE56116.idx.tmp new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_nullptr_t.h.E1FA26364DE56116.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic.BC6FAD3ED3922564.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic.BC6FAD3ED3922564.idx.tmp new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic.BC6FAD3ED3922564.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomicity.h.F6DA33F8D86DA4DB.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomicity.h.F6DA33F8D86DA4DB.idx.tmp new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomicity.h.F6DA33F8D86DA4DB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.auto_ptr.h.F72E6F8ABA6777B5.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.auto_ptr.h.F72E6F8ABA6777B5.idx.tmp new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.auto_ptr.h.F72E6F8ABA6777B5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.h.70E711DC6259E6A1.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.h.70E711DC6259E6A1.idx.tmp new file mode 100755 index 0000000..15cb1ad Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.h.70E711DC6259E6A1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.tcc.D2FDF9F24DF8F9BC.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.tcc.D2FDF9F24DF8F9BC.idx.tmp new file mode 100755 index 0000000..acfa73a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.tcc.D2FDF9F24DF8F9BC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.tcc.5394D20EDF5176EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cctype.45FE81067E51AD8A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cctype.45FE81067E51AD8A.idx.tmp new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cctype.45FE81067E51AD8A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdlib.BED9304B76EAD3E7.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdlib.BED9304B76EAD3E7.idx.tmp new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdlib.BED9304B76EAD3E7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_base.h.2E17F3B952294960.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_base.h.2E17F3B952294960.idx.tmp new file mode 100755 index 0000000..c4e0162 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_base.h.2E17F3B952294960.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_t.h.AA215EF04C62C72A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_t.h.AA215EF04C62C72A.idx.tmp new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_t.h.AA215EF04C62C72A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp new file mode 100755 index 0000000..18c0dcd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios_base.h.B059AA8CF4852507.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.1DFE7D0FE6434B13.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.1DFE7D0FE6434B13.idx.tmp new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.1DFE7D0FE6434B13.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.h.97AAD0515DE8CEC0.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.h.97AAD0515DE8CEC0.idx.tmp new file mode 100755 index 0000000..0a7b040 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.h.97AAD0515DE8CEC0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.tcc.D9F00AABE4A10EBF.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.tcc.D9F00AABE4A10EBF.idx.tmp new file mode 100755 index 0000000..8a5d9f4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.tcc.D9F00AABE4A10EBF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.67584ED41D002B2B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.67584ED41D002B2B.idx.tmp new file mode 100755 index 0000000..168aa5c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.67584ED41D002B2B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.nested_exception.h.0E761DFE18FAD65E.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.nested_exception.h.0E761DFE18FAD65E.idx.tmp new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.nested_exception.h.0E761DFE18FAD65E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.node_handle.h.DA50502310B0F6F3.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.node_handle.h.DA50502310B0F6F3.idx.tmp new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.node_handle.h.DA50502310B0F6F3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.898FD7A581C58F30.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.898FD7A581C58F30.idx.tmp new file mode 100755 index 0000000..91a44d6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.898FD7A581C58F30.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.tcc.B0C8B78D86CB5AB1.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.tcc.B0C8B78D86CB5AB1.idx.tmp new file mode 100755 index 0000000..f1e960b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.tcc.B0C8B78D86CB5AB1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes.h.078F29FDF072791A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes.h.078F29FDF072791A.idx.tmp new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes.h.078F29FDF072791A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdir.h.AEFD0BE47601CB42.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdir.h.AEFD0BE47601CB42.idx.tmp new file mode 100755 index 0000000..21221aa Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdir.h.AEFD0BE47601CB42.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp new file mode 100755 index 0000000..bf0d45d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp new file mode 100755 index 0000000..c4c72f8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledialog.h.90A65AF950E9380A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledialog.h.90A65AF950E9380A.idx.tmp new file mode 100755 index 0000000..5479dff Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledialog.h.90A65AF950E9380A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfileinfo.h.E6695D3DB0C13478.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfileinfo.h.E6695D3DB0C13478.idx.tmp new file mode 100755 index 0000000..9815813 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfileinfo.h.E6695D3DB0C13478.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qkeysequence.h.DA3C348959D992A0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp new file mode 100755 index 0000000..89b781e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp new file mode 100755 index 0000000..b23e1a4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp new file mode 100755 index 0000000..b4b8fcb Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpaintdevice.h.8F3DA60E535F64D4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregularexpression.h.A1268B9B5C26DE8B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregularexpression.h.A1268B9B5C26DE8B.idx.tmp new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregularexpression.h.A1268B9B5C26DE8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringliteral.h.5806ABEB4D4DCBD3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp new file mode 100755 index 0000000..8db9ea0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwidget.h.55EC046429410313.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwidget.h.55EC046429410313.idx.tmp new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwidget.h.55EC046429410313.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.26424C0CFA3E56FA.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.26424C0CFA3E56FA.idx.tmp new file mode 100755 index 0000000..9124d24 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.26424C0CFA3E56FA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_abs.h.E82A13146AF1CA61.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_abs.h.E82A13146AF1CA61.idx.tmp new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_abs.h.E82A13146AF1CA61.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stddef.h.AE2DA21BC2124F78.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stddef.h.AE2DA21BC2124F78.idx.tmp new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stddef.h.AE2DA21BC2124F78.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.E3BEEB1140D783A0.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.E3BEEB1140D783A0.idx.tmp new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.E3BEEB1140D783A0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.thread-shared-types.h.3BF83EAF2453B9EE.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.thread-shared-types.h.3BF83EAF2453B9EE.idx.tmp new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.thread-shared-types.h.3BF83EAF2453B9EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.h.163184A3252344BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_userform.h.17E66D6A5DFCF62F.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_userform.h.17E66D6A5DFCF62F.idx.tmp new file mode 100755 index 0000000..bf35b17 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_userform.h.17E66D6A5DFCF62F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.version.h.8DE8B626C9B02874.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.version.h.8DE8B626C9B02874.idx.tmp new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.version.h.8DE8B626C9B02874.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.83BD995621576773.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype-wchar.h.78AE2CB859572BCB.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype-wchar.h.78AE2CB859572BCB.idx.tmp new file mode 100755 index 0000000..2e8d570 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype-wchar.h.78AE2CB859572BCB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp new file mode 100755 index 0000000..ca908c8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx new file mode 100755 index 0000000..2c3af1f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx new file mode 100755 index 0000000..35f77e4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx new file mode 100755 index 0000000..75acd22 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx new file mode 100755 index 0000000..78e511f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx new file mode 100755 index 0000000..15cb1ad Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx new file mode 100755 index 0000000..acfa73a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx new file mode 100755 index 0000000..c4e0162 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx new file mode 100755 index 0000000..be33355 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx new file mode 100755 index 0000000..59cfca7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx new file mode 100755 index 0000000..18c0dcd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx new file mode 100755 index 0000000..36da534 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx new file mode 100755 index 0000000..b62e005 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx new file mode 100755 index 0000000..0a7b040 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx new file mode 100755 index 0000000..8a5d9f4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.67584ED41D002B2B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.67584ED41D002B2B.idx new file mode 100755 index 0000000..168aa5c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.67584ED41D002B2B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx new file mode 100755 index 0000000..91a44d6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx new file mode 100755 index 0000000..f1e960b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx new file mode 100755 index 0000000..0d021ed Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx new file mode 100755 index 0000000..21221aa Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx new file mode 100755 index 0000000..bf0d45d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx new file mode 100755 index 0000000..c4c72f8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx new file mode 100755 index 0000000..5479dff Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx new file mode 100755 index 0000000..9815813 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx new file mode 100755 index 0000000..686c5b3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx new file mode 100755 index 0000000..89b781e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx new file mode 100755 index 0000000..b23e1a4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx new file mode 100755 index 0000000..29f865e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx new file mode 100755 index 0000000..b4b8fcb Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx new file mode 100755 index 0000000..50501bc Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx new file mode 100755 index 0000000..8db9ea0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx new file mode 100755 index 0000000..9124d24 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx new file mode 100755 index 0000000..fb76998 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.17E66D6A5DFCF62F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.17E66D6A5DFCF62F.idx new file mode 100755 index 0000000..bf35b17 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.17E66D6A5DFCF62F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.67FB703C7817C703.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.67FB703C7817C703.idx new file mode 100755 index 0000000..fe76f50 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.67FB703C7817C703.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.53EB53582E690DEF.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.53EB53582E690DEF.idx new file mode 100755 index 0000000..f0fc4e3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.53EB53582E690DEF.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx new file mode 100755 index 0000000..2e8d570 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx new file mode 100755 index 0000000..ca908c8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp new file mode 100755 index 0000000..243b012 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json new file mode 100755 index 0000000..243b012 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing..ninja_deps.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing..ninja_deps.tmp new file mode 100755 index 0000000..7fba240 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing..ninja_deps.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing..ninja_log.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing..ninja_log.tmp new file mode 100755 index 0000000..59f56fe --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing..ninja_log.tmp @@ -0,0 +1,81 @@ +# ninja log v6 +2 133 1727290850244622900 6_User_Form_autogen/timestamp cc3f1a16b2389933 +2 133 1727290850244622900 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +2 133 1727290850244622900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +2 133 1727290850244622900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +141 1252 1727290850260695300 CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o bfb79c624ddffeeb +141 1401 1727290850260908300 CMakeFiles/6_User_Form.dir/main.cpp.o 6044f49861a87db7 +141 1642 1727290850261115200 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1643 1929 1727290851763172600 6_User_Form 6258c76370ef32d1 +3 37 1727338733785890300 6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 37 1727338733785890300 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +3 37 1727338733785890300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 37 1727338733785890300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +38 1666 1727338733821107500 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1666 2001 1727338735449271600 6_User_Form 6258c76370ef32d1 +6 37 1727338781127579400 6_User_Form_autogen/timestamp cc3f1a16b2389933 +6 37 1727338781127579400 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +6 37 1727338781127579400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +6 37 1727338781127579400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +38 1632 1727338781159469700 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1632 1984 1727338782753206000 6_User_Form 6258c76370ef32d1 +4 35 1727339081385905000 6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 35 1727339081385905000 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +4 35 1727339081385905000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 35 1727339081385905000 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +36 1732 1727339081417997500 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1732 2109 1727339083114495900 6_User_Form 6258c76370ef32d1 +4 35 1727339498220737200 6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 35 1727339498220737200 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +4 35 1727339498220737200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 35 1727339498220737200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +36 1640 1727339498253310600 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1640 1969 1727339499857665500 6_User_Form 6258c76370ef32d1 +5 57 1727339904015067800 6_User_Form_autogen/timestamp cc3f1a16b2389933 +5 57 1727339904015067800 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +5 57 1727339904015067800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +5 57 1727339904015067800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +3 34 1727339922692209500 6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 34 1727339922692209500 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +3 34 1727339922692209500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 34 1727339922692209500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +34 1676 1727339922723694300 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1677 1998 1727339924365806200 6_User_Form 6258c76370ef32d1 +3 36 1727340081652670200 6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 36 1727340081652670200 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +3 36 1727340081652670200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +3 36 1727340081652670200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +36 1805 1727340081685513200 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1805 2130 1727340083454369900 6_User_Form 6258c76370ef32d1 +8 41 1727340169016166600 6_User_Form_autogen/timestamp cc3f1a16b2389933 +8 41 1727340169016166600 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +8 41 1727340169016166600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +8 41 1727340169016166600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +41 1809 1727340169049648800 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1810 2152 1727340170817902000 6_User_Form 6258c76370ef32d1 +4 34 1727340650970920300 6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 34 1727340650970920300 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +4 34 1727340650970920300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 34 1727340650970920300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +35 1701 1727340651002423600 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1701 2029 1727340652668363800 6_User_Form 6258c76370ef32d1 +4 40 1727340693662389100 6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 40 1727340693662389100 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +4 40 1727340693662389100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +4 40 1727340693662389100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +41 1769 1727340693699331500 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1769 2111 1727340695426998900 6_User_Form 6258c76370ef32d1 +6 231 1727345388878282200 6_User_Form_autogen/timestamp cc3f1a16b2389933 +6 231 1727345388878282200 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +6 231 1727345388878282200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +6 231 1727345388878282200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +233 1583 1727345388891262900 CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o bfb79c624ddffeeb +233 1961 1727345388891572300 CMakeFiles/6_User_Form.dir/main.cpp.o 6044f49861a87db7 +233 2328 1727345388891825400 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +2331 2687 1727345390989189700 6_User_Form 6258c76370ef32d1 +2 36 1727407670047849200 6_User_Form_autogen/timestamp cc3f1a16b2389933 +2 36 1727407670047849200 6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +2 36 1727407670047849200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp cc3f1a16b2389933 +2 36 1727407670047849200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp cc3f1a16b2389933 +37 1230 1727407670082280900 CMakeFiles/6_User_Form.dir/userform.cpp.o dcfc84f304c787c8 +1230 1532 1727407671275803300 6_User_Form 6258c76370ef32d1 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp new file mode 100755 index 0000000..dac9f1c --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +6_User_Form_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug + +//Value Computed by CMake +6_User_Form_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +6_User_Form_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=6_User_Form + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp new file mode 100755 index 0000000..94bd9f7 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp new file mode 100755 index 0000000..22bdc54 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form new file mode 100755 index 0000000..b3da98a Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/.syncthing.moc_predefs.h.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/.syncthing.moc_predefs.h.tmp new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/.syncthing.moc_predefs.h.tmp @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/.syncthing.moc_userform.cpp.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/.syncthing.moc_userform.cpp.tmp new file mode 100755 index 0000000..5f40458 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/.syncthing.moc_userform.cpp.tmp @@ -0,0 +1,123 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'userform.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../userform.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'userform.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_UserForm_t { + QByteArrayData data[4]; + char stringdata0[32]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_UserForm_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_UserForm_t qt_meta_stringdata_UserForm = { + { +QT_MOC_LITERAL(0, 0, 8), // "UserForm" +QT_MOC_LITERAL(1, 9, 12), // "registration" +QT_MOC_LITERAL(2, 22, 0), // "" +QT_MOC_LITERAL(3, 23, 8) // "loadData" + + }, + "UserForm\0registration\0\0loadData" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_UserForm[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 24, 2, 0x08 /* Private */, + 3, 0, 25, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void UserForm::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->registration(); break; + case 1: _t->loadData(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject UserForm::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_UserForm.data, + qt_meta_data_UserForm, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *UserForm::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *UserForm::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_UserForm.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int UserForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/moc_userform.cpp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/moc_userform.cpp new file mode 100755 index 0000000..5f40458 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/moc_userform.cpp @@ -0,0 +1,123 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'userform.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../userform.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'userform.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_UserForm_t { + QByteArrayData data[4]; + char stringdata0[32]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_UserForm_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_UserForm_t qt_meta_stringdata_UserForm = { + { +QT_MOC_LITERAL(0, 0, 8), // "UserForm" +QT_MOC_LITERAL(1, 9, 12), // "registration" +QT_MOC_LITERAL(2, 22, 0), // "" +QT_MOC_LITERAL(3, 23, 8) // "loadData" + + }, + "UserForm\0registration\0\0loadData" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_UserForm[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 24, 2, 0x08 /* Private */, + 3, 0, 25, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void UserForm::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->registration(); break; + case 1: _t->loadData(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject UserForm::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_UserForm.data, + qt_meta_data_UserForm, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *UserForm::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *UserForm::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_UserForm.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int UserForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d new file mode 100755 index 0000000..a22fcb3 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/EWIEGA46WW/moc_userform.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/userform.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/deps b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/deps new file mode 100755 index 0000000..e24600a --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/deps @@ -0,0 +1,472 @@ +6_User_Form_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/main.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/userform.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/userform.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/6_User_Form/userform.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include/ui_userform.h b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include/ui_userform.h new file mode 100755 index 0000000..0c9f50c --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include/ui_userform.h @@ -0,0 +1,191 @@ +/******************************************************************************** +** Form generated from reading UI file 'userform.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_USERFORM_H +#define UI_USERFORM_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_UserForm +{ +public: + QWidget *centralwidget; + QLabel *label; + QLabel *label_2; + QLabel *label_3; + QLabel *label_4; + QLabel *label_5; + QLabel *label_6; + QLabel *label_7; + QLabel *label_8; + QLineEdit *username; + QLineEdit *fullName; + QLineEdit *passport; + QLineEdit *phone; + QLineEdit *email; + QLineEdit *dob; + QRadioButton *radioButtonM; + QRadioButton *radioButtonF; + QPushButton *registButton; + QPushButton *loadDataButton; + QLineEdit *snils; + QLabel *label_9; + + void setupUi(QMainWindow *UserForm) + { + if (UserForm->objectName().isEmpty()) + UserForm->setObjectName(QString::fromUtf8("UserForm")); + UserForm->resize(669, 419); + centralwidget = new QWidget(UserForm); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + label = new QLabel(centralwidget); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(250, 20, 400, 30)); + QFont font; + font.setPointSize(16); + font.setBold(true); + label->setFont(font); + label->setAlignment(Qt::AlignmentFlag::AlignCenter); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(20, 60, 221, 30)); + QFont font1; + font1.setPointSize(16); + label_2->setFont(font1); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(20, 100, 221, 30)); + label_3->setFont(font1); + label_4 = new QLabel(centralwidget); + label_4->setObjectName(QString::fromUtf8("label_4")); + label_4->setGeometry(QRect(20, 140, 221, 30)); + label_4->setFont(font1); + label_5 = new QLabel(centralwidget); + label_5->setObjectName(QString::fromUtf8("label_5")); + label_5->setGeometry(QRect(20, 220, 221, 30)); + label_5->setFont(font1); + label_6 = new QLabel(centralwidget); + label_6->setObjectName(QString::fromUtf8("label_6")); + label_6->setGeometry(QRect(20, 180, 221, 30)); + label_6->setFont(font1); + label_7 = new QLabel(centralwidget); + label_7->setObjectName(QString::fromUtf8("label_7")); + label_7->setGeometry(QRect(20, 300, 221, 30)); + label_7->setFont(font1); + label_8 = new QLabel(centralwidget); + label_8->setObjectName(QString::fromUtf8("label_8")); + label_8->setGeometry(QRect(20, 260, 221, 30)); + label_8->setFont(font1); + username = new QLineEdit(centralwidget); + username->setObjectName(QString::fromUtf8("username")); + username->setGeometry(QRect(250, 60, 400, 30)); + username->setFont(font1); + username->setInputMethodHints(Qt::InputMethodHint::ImhLatinOnly); + fullName = new QLineEdit(centralwidget); + fullName->setObjectName(QString::fromUtf8("fullName")); + fullName->setGeometry(QRect(250, 100, 400, 30)); + fullName->setFont(font1); + passport = new QLineEdit(centralwidget); + passport->setObjectName(QString::fromUtf8("passport")); + passport->setGeometry(QRect(250, 180, 400, 30)); + passport->setFont(font1); + passport->setInputMethodHints(Qt::InputMethodHint::ImhDigitsOnly); + phone = new QLineEdit(centralwidget); + phone->setObjectName(QString::fromUtf8("phone")); + phone->setGeometry(QRect(250, 260, 400, 30)); + phone->setFont(font1); + phone->setInputMethodHints(Qt::InputMethodHint::ImhFormattedNumbersOnly); + email = new QLineEdit(centralwidget); + email->setObjectName(QString::fromUtf8("email")); + email->setGeometry(QRect(250, 300, 400, 30)); + email->setFont(font1); + email->setInputMethodHints(Qt::InputMethodHint::ImhEmailCharactersOnly); + dob = new QLineEdit(centralwidget); + dob->setObjectName(QString::fromUtf8("dob")); + dob->setGeometry(QRect(250, 220, 400, 30)); + dob->setFont(font1); + dob->setInputMethodHints(Qt::InputMethodHint::ImhDate); + radioButtonM = new QRadioButton(centralwidget); + radioButtonM->setObjectName(QString::fromUtf8("radioButtonM")); + radioButtonM->setGeometry(QRect(250, 140, 190, 30)); + radioButtonM->setFont(font1); + radioButtonM->setCheckable(true); + radioButtonF = new QRadioButton(centralwidget); + radioButtonF->setObjectName(QString::fromUtf8("radioButtonF")); + radioButtonF->setGeometry(QRect(460, 140, 190, 30)); + radioButtonF->setFont(font1); + registButton = new QPushButton(centralwidget); + registButton->setObjectName(QString::fromUtf8("registButton")); + registButton->setGeometry(QRect(250, 380, 400, 30)); + registButton->setFont(font1); + loadDataButton = new QPushButton(centralwidget); + loadDataButton->setObjectName(QString::fromUtf8("loadDataButton")); + loadDataButton->setGeometry(QRect(20, 380, 221, 30)); + loadDataButton->setFont(font1); + snils = new QLineEdit(centralwidget); + snils->setObjectName(QString::fromUtf8("snils")); + snils->setGeometry(QRect(250, 340, 400, 30)); + snils->setFont(font1); + snils->setInputMethodHints(Qt::InputMethodHint::ImhEmailCharactersOnly); + label_9 = new QLabel(centralwidget); + label_9->setObjectName(QString::fromUtf8("label_9")); + label_9->setGeometry(QRect(20, 340, 221, 30)); + label_9->setFont(font1); + UserForm->setCentralWidget(centralwidget); + + retranslateUi(UserForm); + + QMetaObject::connectSlotsByName(UserForm); + } // setupUi + + void retranslateUi(QMainWindow *UserForm) + { + UserForm->setWindowTitle(QCoreApplication::translate("UserForm", "UserForm", nullptr)); + label->setText(QCoreApplication::translate("UserForm", "\320\244\320\276\321\200\320\274\320\260 \321\200\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\320\270", nullptr)); + label_2->setText(QCoreApplication::translate("UserForm", "\320\230\320\274\321\217 \320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\217:", nullptr)); + label_3->setText(QCoreApplication::translate("UserForm", "\320\244\320\230\320\236:", nullptr)); + label_4->setText(QCoreApplication::translate("UserForm", "\320\237\320\276\320\273:", nullptr)); + label_5->setText(QCoreApplication::translate("UserForm", "\320\224\320\260\321\202\320\260 \321\200\320\276\320\266\320\264\320\265\320\275\320\270\321\217:", nullptr)); + label_6->setText(QCoreApplication::translate("UserForm", "\320\237\320\260\321\201\320\277\320\276\321\200\321\202:", nullptr)); + label_7->setText(QCoreApplication::translate("UserForm", "E-mail:", nullptr)); + label_8->setText(QCoreApplication::translate("UserForm", "\320\242\320\265\320\273\320\265\321\204\320\276\320\275:", nullptr)); + username->setInputMask(QString()); + username->setText(QString()); + username->setPlaceholderText(QCoreApplication::translate("UserForm", "User123", nullptr)); + fullName->setPlaceholderText(QCoreApplication::translate("UserForm", "\320\230\320\262\320\260\320\275\320\276\320\262 \320\230\320\262\320\260\320\275 \320\230\320\262\320\260\320\275\320\276\320\262\320\270\321\207", nullptr)); + passport->setPlaceholderText(QCoreApplication::translate("UserForm", "4211 324521", nullptr)); + phone->setPlaceholderText(QCoreApplication::translate("UserForm", "+7-123-456-78-90", nullptr)); + email->setPlaceholderText(QCoreApplication::translate("UserForm", "example@mail.com", nullptr)); + dob->setPlaceholderText(QCoreApplication::translate("UserForm", "01.08.2005", nullptr)); + radioButtonM->setText(QCoreApplication::translate("UserForm", "\320\234\321\203\320\266\321\201\320\272\320\276\320\271", nullptr)); + radioButtonF->setText(QCoreApplication::translate("UserForm", "\320\226\320\265\320\275\321\201\320\272\320\270\320\271", nullptr)); + registButton->setText(QCoreApplication::translate("UserForm", "\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\321\217", nullptr)); + loadDataButton->setText(QCoreApplication::translate("UserForm", "\320\227\320\260\320\263\321\200\321\203\320\267\320\270\321\202\321\214 \320\264\320\260\320\275\320\275\321\213\320\265", nullptr)); + snils->setText(QString()); + snils->setPlaceholderText(QCoreApplication::translate("UserForm", "123-456-789 00", nullptr)); + label_9->setText(QCoreApplication::translate("UserForm", "\320\241\320\275\320\270\320\273\321\201:", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class UserForm: public Ui_UserForm {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_USERFORM_H diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/moc_predefs.h b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/moc_predefs.h new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/moc_predefs.h @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp new file mode 100755 index 0000000..8487527 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_userform.cpp" diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeCache.txt new file mode 100755 index 0000000..dac9f1c --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeCache.txt @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +6_User_Form_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug + +//Value Computed by CMake +6_User_Form_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +6_User_Form_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=6_User_Form + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp new file mode 100755 index 0000000..81e4c5d --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-AfgWhb" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-AfgWhb" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-AfgWhb' + + Run Build Command(s): /usr/bin/ninja -v cmTC_54633 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_54633.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccW9MgYB.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/' + as -v --64 -o CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccW9MgYB.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_54633 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_54633' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_54633.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMBIHx3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_54633 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMBIHx3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_54633 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_54633' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_54633.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-AfgWhb'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_54633] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_54633.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccW9MgYB.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccW9MgYB.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_54633 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_54633' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_54633.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMBIHx3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_54633 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccMBIHx3.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_54633] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMBIHx3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_54633 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.TargetDirectories.txt.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.TargetDirectories.txt.tmp new file mode 100755 index 0000000..b0ffab9 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.TargetDirectories.txt.tmp @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp new file mode 100755 index 0000000..227e3e0 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "6_User_Form_autogen" + "CMakeFiles/6_User_Form_autogen.dir/AutogenUsed.txt" + "CMakeFiles/6_User_Form_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/.syncthing.main.cpp.o.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/.syncthing.main.cpp.o.tmp new file mode 100755 index 0000000..f32905b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/.syncthing.main.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/.syncthing.userform.cpp.o.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/.syncthing.userform.cpp.o.tmp new file mode 100755 index 0000000..4baf9da Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/.syncthing.userform.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o new file mode 100755 index 0000000..63018e3 Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/main.cpp.o b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/main.cpp.o new file mode 100755 index 0000000..f32905b Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/main.cpp.o differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/userform.cpp.o b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/userform.cpp.o new file mode 100755 index 0000000..4baf9da Binary files /dev/null and b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir/userform.cpp.o differ diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp new file mode 100755 index 0000000..c5ab6fa --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/deps", + "DEP_FILE_RULE_NAME" : "6_User_Form_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.h", + "MU", + "EWIEGA46WW/moc_userform.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..c5ab6fa --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/AutogenInfo.json @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/deps", + "DEP_FILE_RULE_NAME" : "6_User_Form_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.h", + "MU", + "EWIEGA46WW/moc_userform.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..4ea2763 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/ParseCache.txt @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/userform.cpp + uic:./ui_userform.h diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..81e4c5d --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-AfgWhb" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-AfgWhb" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-AfgWhb' + + Run Build Command(s): /usr/bin/ninja -v cmTC_54633 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_54633.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccW9MgYB.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/' + as -v --64 -o CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccW9MgYB.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_54633 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_54633' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_54633.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMBIHx3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_54633 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMBIHx3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_54633 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_54633' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_54633.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-AfgWhb'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_54633] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_54633.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccW9MgYB.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccW9MgYB.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_54633 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_54633' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_54633.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMBIHx3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_54633 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccMBIHx3.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_54633] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccMBIHx3.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_54633 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_54633.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..b0ffab9 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake new file mode 100755 index 0000000..227e3e0 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "6_User_Form_autogen" + "CMakeFiles/6_User_Form_autogen.dir/AutogenUsed.txt" + "CMakeFiles/6_User_Form_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja new file mode 100755 index 0000000..581b9d6 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 6_User_Form +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__6_User_Form_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__6_User_Form_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/build.ninja b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/build.ninja new file mode 100755 index 0000000..140eb20 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/build.ninja @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 6_User_Form +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/6_User_Form/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 6_User_Form + + +############################################# +# Order-only phony target for 6_User_Form + +build cmake_object_order_depends_target_6_User_Form: phony || 6_User_Form_autogen 6_User_Form_autogen/mocs_compilation.cpp 6_User_Form_autogen/timestamp 6_User_Form_autogen_timestamp_deps + +build CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o: CXX_COMPILER__6_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_6_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/6_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/6_User_Form.dir/6_User_Form_autogen + TARGET_COMPILE_PDB = CMakeFiles/6_User_Form.dir/ + TARGET_PDB = 6_User_Form.pdb + +build CMakeFiles/6_User_Form.dir/main.cpp.o: CXX_COMPILER__6_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/6_User_Form/main.cpp || cmake_object_order_depends_target_6_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/6_User_Form.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/6_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/6_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/6_User_Form.dir/ + TARGET_PDB = 6_User_Form.pdb + +build CMakeFiles/6_User_Form.dir/userform.cpp.o: CXX_COMPILER__6_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/6_User_Form/userform.cpp || cmake_object_order_depends_target_6_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/6_User_Form.dir/userform.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/6_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/6_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/6_User_Form.dir/ + TARGET_PDB = 6_User_Form.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 6_User_Form + + +############################################# +# Link the executable 6_User_Form + +build 6_User_Form: CXX_EXECUTABLE_LINKER__6_User_Form_Debug CMakeFiles/6_User_Form.dir/6_User_Form_autogen/mocs_compilation.cpp.o CMakeFiles/6_User_Form.dir/main.cpp.o CMakeFiles/6_User_Form.dir/userform.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 6_User_Form_autogen 6_User_Form_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/6_User_Form.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/6_User_Form.dir/ + TARGET_FILE = 6_User_Form + TARGET_PDB = 6_User_Form.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 6_User_Form_autogen_timestamp_deps + +build 6_User_Form_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 6_User_Form_autogen + +build 6_User_Form_autogen: phony CMakeFiles/6_User_Form_autogen 6_User_Form_autogen/include/ui_userform.h 6_User_Form_autogen/timestamp 6_User_Form_autogen/mocs_compilation.cpp 6_User_Form_autogen_timestamp_deps + + +############################################# +# Custom command for 6_User_Form_autogen/timestamp + +build 6_User_Form_autogen/timestamp 6_User_Form_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}6_User_Form_autogen/timestamp ${cmake_ninja_workdir}6_User_Form_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 6_User_Form_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/6_User_Form_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/CMakeFiles/d/f38d62fe4222451be26660683de7b17e2e96cc3a74d790ef0ecacef28ecd0feb.d" + DESC = Automatic MOC and UIC for target 6_User_Form + depfile = CMakeFiles/d/f38d62fe4222451be26660683de7b17e2e96cc3a74d790ef0ecacef28ecd0feb.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/6_User_Form_autogen + +build CMakeFiles/6_User_Form_autogen 6_User_Form_autogen/include/ui_userform.h | ${cmake_ninja_workdir}CMakeFiles/6_User_Form_autogen ${cmake_ninja_workdir}6_User_Form_autogen/include/ui_userform.h: phony 6_User_Form_autogen/timestamp || 6_User_Form_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug + +build all: phony 6_User_Form + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/6_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/6_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/cmake_install.cmake b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/cmake_install.cmake new file mode 100755 index 0000000..94bd9f7 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/6_User_Form") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/6_User_Form") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/qtcsettings.cmake new file mode 100755 index 0000000..22bdc54 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/qtcsettings.cmake @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/6_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/6_User_Form/main.cpp b/Third term/Industrial programming technologies/6_User_Form/main.cpp new file mode 100644 index 0000000..8016a10 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/main.cpp @@ -0,0 +1,11 @@ +#include "userform.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + UserForm w; + w.show(); + return a.exec(); +} diff --git a/Third term/Industrial programming technologies/6_User_Form/user.txt b/Third term/Industrial programming technologies/6_User_Form/user.txt new file mode 100755 index 0000000..a552240 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/user.txt @@ -0,0 +1,7 @@ +NKTKLN +Калинин Никита Викторович +M +1234 567890 +08.02.2006 ++7-909-999-99-99 +nktkln@nktkln.com diff --git a/Third term/Industrial programming technologies/6_User_Form/userform.cpp b/Third term/Industrial programming technologies/6_User_Form/userform.cpp new file mode 100755 index 0000000..3d2533a --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/userform.cpp @@ -0,0 +1,217 @@ +#include "userform.h" +#include "./ui_userform.h" +#include +#include +#include +#include +#include +#include + +using namespace std; + +UserForm::UserForm(QWidget *parent) + : QMainWindow(parent), ui(new Ui::UserForm) +{ + ui->setupUi(this); + + connect(ui->registButton, &QPushButton::clicked, this, &UserForm::registration); + connect(ui->loadDataButton, &QPushButton::clicked, this, &UserForm::loadData); +} + +UserForm::~UserForm() +{ + delete ui; +} + +void UserForm::registration() +{ + QString username = ui->username->text(); + QString fullName = ui->fullName->text(); + bool isMale = ui->radioButtonM->isChecked(); + bool isFemale = ui->radioButtonF->isChecked(); + QString passport = ui->passport->text(); + QString dob = ui->dob->text(); + QString phoneNumber = ui->phone->text(); + QString email = ui->email->text(); + QString snils = ui->snils->text(); + + QRegularExpression usernamePattern("^[a-zA-Z0-9]{3,15}$"); + QRegularExpressionMatch usernameMatch = usernamePattern.match(username); + if (!usernameMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверное имя пользователя."); + return; + } + + QRegularExpression fullNamePattern("^([А-Я][а-я]{3,14}) ([А-Я][а-я]{3,14}) ([А-Я][а-я]{3,14})$"); + QRegularExpressionMatch fullNameMatch = fullNamePattern.match(fullName); + if (!fullNameMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверное ФИО."); + return; + } + + if (!(isMale || isFemale)) + { + QMessageBox::warning(this, "Ошибка", "Неверный пол."); + return; + } + + QRegularExpression passportPattern("^(\\d{4}) (\\d{6})$"); + QRegularExpressionMatch passportMatch = passportPattern.match(passport); + if (!passportMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный номер паспорта."); + return; + } + + QRegularExpression dobPattern("^(0[1-9]|[12][0-9]|3[01])\\.(0[1-9]|1[0-2])\\.(\\d{4})$"); + QRegularExpressionMatch dobMatch = dobPattern.match(dob); + if (!dobMatch.hasMatch() || !isValidDate(dobMatch.captured(1).toInt(), dobMatch.captured(2).toInt(), dobMatch.captured(3).toInt())) + { + QMessageBox::warning(this, "Ошибка", "Неверная дата рождения."); + return; + } + + QRegularExpression phonePattern("^\\+7-\\d{3}-\\d{3}-\\d{2}-\\d{2}$"); + QRegularExpressionMatch phoneMatch = phonePattern.match(phoneNumber); + if (!phoneMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный номер телефона."); + return; + } + + QRegularExpression emailPattern("^[a-zA-Z0-9._%+-]{1,20}@[a-zA-Z0-9-]+\\.[a-zA-Z]{2,}$"); + QRegularExpressionMatch emailMatch = emailPattern.match(email); + if (!emailMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный e-mail."); + return; + } + + QRegularExpression snilsPattern("^\\d{3}-\\d{3}-\\d{3} \\d{2}$"); + QRegularExpressionMatch snilsMatch = snilsPattern.match(snils); + if (!snilsMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный СНИЛС."); + return; + } + + QString qtFileName = QFileDialog::getSaveFileName(this, "Сохранить файл", "", "Text (*.txt)"); + if (qtFileName.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Неверный файл."); + return; + } + + string fileName = qtFileName.toStdString(); + string extension = ".txt"; + if (fileName.length() < extension.length() || fileName.compare(fileName.length() - extension.length(), extension.length(), extension) != 0) + { + fileName += extension; + } + + + QFile confFile(QString::fromStdString(fileName)); + if (!confFile.open(QIODevice::WriteOnly)) + { + QMessageBox::warning(this, "Ошибка", "Проблемы с записью файла."); + return; + } + + QTextStream fileStream(&confFile); + fileStream << username + << "\n" + << fullNameMatch.captured(1) + << " " << fullNameMatch.captured(2) + << " " << fullNameMatch.captured(3) + << "\n" + << (isMale ? "M" : "F") + << "\n" + << passportMatch.captured(1) + << " " << passportMatch.captured(2) + << "\n" + << dobMatch.captured(1) + << "." << dobMatch.captured(2) + << "." << dobMatch.captured(3) + << "\n" + << snils + << "\n" + << phoneNumber + << "\n" + << email; + confFile.close(); + + ostringstream messageStream; + messageStream << "Вы успешно зарегистрировали аккаунт " << username.toStdString() + << ".\nВаше имя: " << fullNameMatch.captured(2).toStdString() + << ", ваша фамилия: " << fullNameMatch.captured(1).toStdString() + << ", ваше отчество: " << fullNameMatch.captured(3).toStdString() + << ".\nВаш пол: " << (isMale ? "Мужской" : "Женский") + << ".\nСерия Вашего паспорта: " << passportMatch.captured(1).toStdString() + << ", номер: " << passportMatch.captured(2).toStdString() + << ".\nВы родились " << dobMatch.captured(1).toStdString() + << " " << dobMatch.captured(2).toStdString() + << " " << dobMatch.captured(3).toStdString() + << ".\nСНИЛС " << snils.toStdString() + << ".\nВаш номер телефона: " << phoneNumber.toStdString() + << ".\nВаш e-mail: " << email.toStdString() + << ".\nСпасибо за регистрацию."; + + QMessageBox::information(this, "Регистрация", QString::fromStdString(messageStream.str())); +} + +void UserForm::loadData() +{ + QString fileName = QFileDialog::getOpenFileName(this, "Открыть файл", "", "Text (*.txt);;All Files (*)"); + if (fileName.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Неверный файл."); + return; + } + + QRegularExpression filePattern("^.+\\.txt$"); + QRegularExpressionMatch fileMatch = filePattern.match(fileName); + if (!fileMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Проблемы с чтением файла."); + return; + } + + QFile confFile(fileName); + if (!confFile.open(QIODevice::ReadOnly)) + { + QMessageBox::warning(this, "Ошибка", "Проблемы с чтением файла."); + return; + } + + QTextStream fileStream(&confFile); + + ui->username->setText(fileStream.readLine()); + ui->fullName->setText(fileStream.readLine()); + + bool isMale = fileStream.readLine() == "M"; + ui->radioButtonM->setChecked(isMale); + ui->radioButtonF->setChecked(!isMale); + + ui->passport->setText(fileStream.readLine()); + ui->dob->setText(fileStream.readLine()); + ui->snils->setText(fileStream.readLine()); + ui->phone->setText(fileStream.readLine()); + ui->email->setText(fileStream.readLine()); + + confFile.close(); +} + +bool UserForm::isValidDate(int day, int month, int year) { + if (month < 1 || month > 12 || day < 1) { + return false; + } + + int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; + if (month == 2 && ((year % 4 == 0 && year % 100 != 0) || year % 400 == 0)) { + daysInMonth[1] = 29; + } + + return day <= daysInMonth[month - 1]; +} diff --git a/Third term/Industrial programming technologies/6_User_Form/userform.h b/Third term/Industrial programming technologies/6_User_Form/userform.h new file mode 100755 index 0000000..af7e8a7 --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/userform.h @@ -0,0 +1,28 @@ +#ifndef USERFORM_H +#define USERFORM_H + +#include + +QT_BEGIN_NAMESPACE +namespace Ui { +class UserForm; +} +QT_END_NAMESPACE + +class UserForm : public QMainWindow +{ + Q_OBJECT + +public: + UserForm(QWidget *parent = nullptr); + ~UserForm(); + +private slots: + void registration(); + void loadData(); + +private: + Ui::UserForm *ui; + bool isValidDate(int day, int month, int year); +}; +#endif // USERFORM_H diff --git a/Third term/Industrial programming technologies/6_User_Form/userform.ui b/Third term/Industrial programming technologies/6_User_Form/userform.ui new file mode 100755 index 0000000..046abda --- /dev/null +++ b/Third term/Industrial programming technologies/6_User_Form/userform.ui @@ -0,0 +1,415 @@ + + + UserForm + + + + 0 + 0 + 669 + 419 + + + + UserForm + + + + + + 250 + 20 + 400 + 30 + + + + + 16 + true + + + + Форма регистрации + + + Qt::AlignmentFlag::AlignCenter + + + + + + 20 + 60 + 221 + 30 + + + + + 16 + + + + Имя пользователя: + + + + + + 20 + 100 + 221 + 30 + + + + + 16 + + + + ФИО: + + + + + + 20 + 140 + 221 + 30 + + + + + 16 + + + + Пол: + + + + + + 20 + 220 + 221 + 30 + + + + + 16 + + + + Дата рождения: + + + + + + 20 + 180 + 221 + 30 + + + + + 16 + + + + Паспорт: + + + + + + 20 + 300 + 221 + 30 + + + + + 16 + + + + E-mail: + + + + + + 20 + 260 + 221 + 30 + + + + + 16 + + + + Телефон: + + + + + + 250 + 60 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhLatinOnly + + + + + + + + + User123 + + + + + + 250 + 100 + 400 + 30 + + + + + 16 + + + + Иванов Иван Иванович + + + + + + 250 + 180 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhDigitsOnly + + + 4211 324521 + + + + + + 250 + 260 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhFormattedNumbersOnly + + + +7-123-456-78-90 + + + + + + 250 + 300 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhEmailCharactersOnly + + + example@mail.com + + + + + + 250 + 220 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhDate + + + 01.08.2005 + + + + + + 250 + 140 + 190 + 30 + + + + + 16 + + + + Мужской + + + true + + + + + + 460 + 140 + 190 + 30 + + + + + 16 + + + + Женский + + + + + + 250 + 380 + 400 + 30 + + + + + 16 + + + + Регистрация + + + + + + 20 + 380 + 221 + 30 + + + + + 16 + + + + Загрузить данные + + + + + + 250 + 340 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhEmailCharactersOnly + + + + + + 123-456-789 00 + + + + + + 20 + 340 + 221 + 30 + + + + + 16 + + + + Снилс: + + + + + + + diff --git a/Third term/Industrial programming technologies/7_User_Form/CMakeLists.txt b/Third term/Industrial programming technologies/7_User_Form/CMakeLists.txt new file mode 100755 index 0000000..4597701 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/CMakeLists.txt @@ -0,0 +1,73 @@ +cmake_minimum_required(VERSION 3.16) + +project(7_User_Form VERSION 0.1 LANGUAGES CXX) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) +find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) + +set(PROJECT_SOURCES + main.cpp + userform.cpp + userform.h + userform.ui +) + +if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) + qt_add_executable(7_User_Form + MANUAL_FINALIZATION + ${PROJECT_SOURCES} + ) +# Define target properties for Android with Qt 6 as: +# set_property(TARGET 7_User_Form APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# ${CMAKE_CURRENT_SOURCE_DIR}/android) +# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation +else() + if(ANDROID) + add_library(7_User_Form SHARED + ${PROJECT_SOURCES} + ) +# Define properties for Android with Qt 5 after find_package() calls as: +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") + else() + add_executable(7_User_Form + ${PROJECT_SOURCES} + image.qrc + + + ) + endif() +endif() + +target_link_libraries(7_User_Form PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) + +# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. +# If you are developing for iOS or macOS you should consider setting an +# explicit, fixed bundle identifier manually though. +if(${QT_VERSION} VERSION_LESS 6.1.0) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.7_User_Form) +endif() +set_target_properties(7_User_Form PROPERTIES + ${BUNDLE_ID_OPTION} + MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} + MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} + MACOSX_BUNDLE TRUE + WIN32_EXECUTABLE TRUE +) + +include(GNUInstallDirs) +install(TARGETS 7_User_Form + BUNDLE DESTINATION . + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +) + +if(QT_VERSION_MAJOR EQUAL 6) + qt_finalize_executable(7_User_Form) +endif() diff --git a/Third term/Industrial programming technologies/7_User_Form/CMakeLists.txt.user b/Third term/Industrial programming technologies/7_User_Form/CMakeLists.txt.user new file mode 100755 index 0000000..1adbec1 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/CMakeLists.txt.user @@ -0,0 +1,422 @@ + + + + + + EnvironmentId + {b09ad12c-2375-4d91-a30f-70a5d330cb93} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {a763e5f1-4a4d-4ec1-b61b-aa3746a79db0} + 0 + 0 + 0 + + Debug + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Debug +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug + + + + + all + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + CMakeProjectManager.CMakeBuildConfiguration + + + Release + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Release +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Release + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-RelWithDebInfo + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release with Debug Information + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Profile + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + CMakeProjectManager.CMakeBuildConfiguration + + + MinSizeRel + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-MinSizeRel + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Minimum Size Release + CMakeProjectManager.CMakeBuildConfiguration + + 5 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph dwarf,4096 -F 250 + 7_User_Form + CMakeProjectManager.CMakeRunConfiguration.7_User_Form + 7_User_Form + false + true + true + true + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cmakeFiles-v1.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cmakeFiles-v1.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.codemodel-v2-b2ea26aa96fee9de1654.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.codemodel-v2-b2ea26aa96fee9de1654.json.tmp new file mode 100755 index 0000000..d84a74a --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.codemodel-v2-b2ea26aa96fee9de1654.json.tmp @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-88a9eb1a8fbd4b3cd307.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "7_User_Form", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "7_User_Form::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form-Debug-0db92309649b87a23e17.json", + "name" : "7_User_Form", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json", + "name" : "7_User_Form_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json", + "name" : "7_User_Form_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.directory-.-Debug-88a9eb1a8fbd4b3cd307.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.directory-.-Debug-88a9eb1a8fbd4b3cd307.json.tmp new file mode 100755 index 0000000..33cb34e --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.directory-.-Debug-88a9eb1a8fbd4b3cd307.json.tmp @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 64, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "7_User_Form" + ], + "targetId" : "7_User_Form::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.index-2024-09-27T02-59-26-0678.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.index-2024-09-27T02-59-26-0678.json.tmp new file mode 100755 index 0000000..bc32618 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.index-2024-09-27T02-59-26-0678.json.tmp @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-b2ea26aa96fee9de1654.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-ae8e86940146c85e288e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-981583777eaf5295cc29.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-ae8e86940146c85e288e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-981583777eaf5295cc29.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-b2ea26aa96fee9de1654.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.target-7_User_Form-Debug-0db92309649b87a23e17.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.target-7_User_Form-Debug-0db92309649b87a23e17.json.tmp new file mode 100755 index 0000000..474824f --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.target-7_User_Form-Debug-0db92309649b87a23e17.json.tmp @@ -0,0 +1,330 @@ +{ + "artifacts" : + [ + { + "path" : "7_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 8 + ] + } + ], + "dependencies" : + [ + { + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "7_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "7_User_Form", + "nameOnDisk" : "7_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 6 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 5, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9, + 10 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "image.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json.tmp new file mode 100755 index 0000000..ff56cb9 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json.tmp @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "7_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/7_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json.tmp new file mode 100755 index 0000000..10e6da5 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/.syncthing.target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json.tmp @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "7_User_Form_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/cache-v2-ae8e86940146c85e288e.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/cache-v2-ae8e86940146c85e288e.json new file mode 100755 index 0000000..eedebf2 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/cache-v2-ae8e86940146c85e288e.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "7_User_Form_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + }, + { + "name" : "7_User_Form_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "7_User_Form_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "7_User_Form" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/cmakeFiles-v1-981583777eaf5295cc29.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/cmakeFiles-v1-981583777eaf5295cc29.json new file mode 100755 index 0000000..6130c29 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/cmakeFiles-v1-981583777eaf5295cc29.json @@ -0,0 +1,328 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "image.qrc" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/codemodel-v2-b2ea26aa96fee9de1654.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/codemodel-v2-b2ea26aa96fee9de1654.json new file mode 100755 index 0000000..d84a74a --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/codemodel-v2-b2ea26aa96fee9de1654.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-88a9eb1a8fbd4b3cd307.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "7_User_Form", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "7_User_Form::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form-Debug-0db92309649b87a23e17.json", + "name" : "7_User_Form", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json", + "name" : "7_User_Form_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json", + "name" : "7_User_Form_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-88a9eb1a8fbd4b3cd307.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-88a9eb1a8fbd4b3cd307.json new file mode 100755 index 0000000..33cb34e --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/directory-.-Debug-88a9eb1a8fbd4b3cd307.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 64, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "7_User_Form" + ], + "targetId" : "7_User_Form::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/index-2024-09-27T02-59-26-0678.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/index-2024-09-27T02-59-26-0678.json new file mode 100755 index 0000000..bc32618 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/index-2024-09-27T02-59-26-0678.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-b2ea26aa96fee9de1654.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-ae8e86940146c85e288e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-981583777eaf5295cc29.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-ae8e86940146c85e288e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-981583777eaf5295cc29.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-b2ea26aa96fee9de1654.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-7_User_Form-Debug-0db92309649b87a23e17.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-7_User_Form-Debug-0db92309649b87a23e17.json new file mode 100755 index 0000000..474824f --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-7_User_Form-Debug-0db92309649b87a23e17.json @@ -0,0 +1,330 @@ +{ + "artifacts" : + [ + { + "path" : "7_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 64, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 47, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 8 + ] + } + ], + "dependencies" : + [ + { + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "7_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "7_User_Form", + "nameOnDisk" : "7_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 6 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 5, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9, + 10 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "image.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json new file mode 100755 index 0000000..ff56cb9 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "7_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/7_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json new file mode 100755 index 0000000..10e6da5 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "7_User_Form_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-ae8e86940146c85e288e.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-ae8e86940146c85e288e.json.tmp new file mode 100755 index 0000000..eedebf2 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-ae8e86940146c85e288e.json.tmp @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "7_User_Form_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + }, + { + "name" : "7_User_Form_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "7_User_Form_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "7_User_Form" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cmakeFiles-v1-981583777eaf5295cc29.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cmakeFiles-v1-981583777eaf5295cc29.json.tmp new file mode 100755 index 0000000..6130c29 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cmakeFiles-v1-981583777eaf5295cc29.json.tmp @@ -0,0 +1,328 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "image.qrc" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-c88f3c860112c0eff8a1.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-c88f3c860112c0eff8a1.json.tmp new file mode 100755 index 0000000..007702e --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-c88f3c860112c0eff8a1.json.tmp @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-577866f9fe05e73e6bc0.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "7_User_Form", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "7_User_Form::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form-Debug-e7ec70bb5b476cbf7d92.json", + "name" : "7_User_Form", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json", + "name" : "7_User_Form_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json", + "name" : "7_User_Form_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-27T03-00-36-0734.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-27T03-00-36-0734.json.tmp new file mode 100755 index 0000000..66f9527 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-27T03-00-36-0734.json.tmp @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-c88f3c860112c0eff8a1.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-ae8e86940146c85e288e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-981583777eaf5295cc29.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-ae8e86940146c85e288e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-981583777eaf5295cc29.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-c88f3c860112c0eff8a1.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-7_User_Form-Debug-e7ec70bb5b476cbf7d92.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-7_User_Form-Debug-e7ec70bb5b476cbf7d92.json.tmp new file mode 100755 index 0000000..efd9e65 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-7_User_Form-Debug-e7ec70bb5b476cbf7d92.json.tmp @@ -0,0 +1,330 @@ +{ + "artifacts" : + [ + { + "path" : "7_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 65, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 48, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 8 + ] + } + ], + "dependencies" : + [ + { + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "7_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "7_User_Form", + "nameOnDisk" : "7_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 6 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 5, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9, + 10 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "image.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json.tmp new file mode 100755 index 0000000..ff56cb9 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json.tmp @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "7_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/7_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json.tmp new file mode 100755 index 0000000..10e6da5 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json.tmp @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "7_User_Form_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-ae8e86940146c85e288e.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-ae8e86940146c85e288e.json new file mode 100755 index 0000000..eedebf2 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-ae8e86940146c85e288e.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "7_User_Form_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + }, + { + "name" : "7_User_Form_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "7_User_Form_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "7_User_Form" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-981583777eaf5295cc29.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-981583777eaf5295cc29.json new file mode 100755 index 0000000..6130c29 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-981583777eaf5295cc29.json @@ -0,0 +1,328 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + }, + { + "path" : "image.qrc" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-c88f3c860112c0eff8a1.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-c88f3c860112c0eff8a1.json new file mode 100755 index 0000000..007702e --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-c88f3c860112c0eff8a1.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-577866f9fe05e73e6bc0.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "7_User_Form", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "7_User_Form::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form-Debug-e7ec70bb5b476cbf7d92.json", + "name" : "7_User_Form", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json", + "name" : "7_User_Form_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json", + "name" : "7_User_Form_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-577866f9fe05e73e6bc0.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-577866f9fe05e73e6bc0.json new file mode 100755 index 0000000..85873aa --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-577866f9fe05e73e6bc0.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 65, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "7_User_Form" + ], + "targetId" : "7_User_Form::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-00-36-0734.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-00-36-0734.json new file mode 100755 index 0000000..66f9527 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-27T03-00-36-0734.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-c88f3c860112c0eff8a1.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-ae8e86940146c85e288e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-981583777eaf5295cc29.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-ae8e86940146c85e288e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-981583777eaf5295cc29.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-c88f3c860112c0eff8a1.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-7_User_Form-Debug-e7ec70bb5b476cbf7d92.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-7_User_Form-Debug-e7ec70bb5b476cbf7d92.json new file mode 100755 index 0000000..efd9e65 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-7_User_Form-Debug-e7ec70bb5b476cbf7d92.json @@ -0,0 +1,330 @@ +{ + "artifacts" : + [ + { + "path" : "7_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 65, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 48, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2, + 8 + ] + } + ], + "dependencies" : + [ + { + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "7_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "7_User_Form", + "nameOnDisk" : "7_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2, + 8 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 6 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 5, + 7 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 9, + 10 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 1, + "path" : "image.qrc", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json new file mode 100755 index 0000000..ff56cb9 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-7_User_Form_autogen-Debug-fba83174107f3265b2f0.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "7_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "7_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/7_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/7_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json new file mode 100755 index 0000000..10e6da5 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-7_User_Form_autogen_timestamp_deps-Debug-a5e069a3920af1d047eb.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "7_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "7_User_Form_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.ninja_deps b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.ninja_deps new file mode 100755 index 0000000..a44f1cc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.ninja_log b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.ninja_log new file mode 100755 index 0000000..9a20ef5 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.ninja_log @@ -0,0 +1,43 @@ +# ninja log v6 +2 35 1727405867792917200 7_User_Form_autogen/timestamp 2314989b631bfdbe +178 1523 1727345400339115000 CMakeFiles/7_User_Form.dir/7_User_Form_autogen/mocs_compilation.cpp.o 8226d277b2707236 +35 47 1727405867836584400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_imageF.cpp 68f29dc08b3e8654 +48 94 1727405867838195100 CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_imageF.cpp.o 909ca77b50f59c65 +2 35 1727405867792917200 7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +2 35 1727405867792917200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/timestamp 2314989b631bfdbe +2 35 1727405867792917200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +178 1615 1727345400339363200 CMakeFiles/7_User_Form.dir/main.cpp.o 4233d5c6da417e97 +47 1330 1727405867837988400 CMakeFiles/7_User_Form.dir/userform.cpp.o 9a74e88f7104d7bc +1330 1593 1727405869120343900 7_User_Form 4ae576b73960fb22 +35 47 1727405867836584400 7_User_Form_autogen/EWIEGA46WW/qrc_imageF.cpp 68f29dc08b3e8654 +2 29 1727406075022899900 7_User_Form_autogen/timestamp 2314989b631bfdbe +2 29 1727406075022899900 7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +2 29 1727406075022899900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/timestamp 2314989b631bfdbe +2 29 1727406075022899900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +30 41 1727406075060190300 7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp ab18bc84d1873ad2 +30 41 1727406075060190300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp ab18bc84d1873ad2 +42 62 1727406075062096200 CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.o 578d2b89c225f403 +41 1196 1727406075061874800 CMakeFiles/7_User_Form.dir/userform.cpp.o 9a74e88f7104d7bc +1196 1463 1727406076216814300 7_User_Form 689027c6f4ec44ce +5 38 1727406123941208300 7_User_Form_autogen/timestamp 2314989b631bfdbe +5 38 1727406123941208300 7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +5 38 1727406123941208300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/timestamp 2314989b631bfdbe +5 38 1727406123941208300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +3 32 1727406137834179900 7_User_Form_autogen/timestamp 2314989b631bfdbe +3 32 1727406137834179900 7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +3 32 1727406137834179900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/timestamp 2314989b631bfdbe +3 32 1727406137834179900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +32 1153 1727406137863836000 CMakeFiles/7_User_Form.dir/userform.cpp.o 9a74e88f7104d7bc +1153 1422 1727406138984540300 7_User_Form 689027c6f4ec44ce +3 29 1727406227707134200 7_User_Form_autogen/timestamp 2314989b631bfdbe +3 29 1727406227707134200 7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +3 29 1727406227707134200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/timestamp 2314989b631bfdbe +3 29 1727406227707134200 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +30 1204 1727406227734192600 CMakeFiles/7_User_Form.dir/userform.cpp.o 9a74e88f7104d7bc +1204 1477 1727406228908517100 7_User_Form 689027c6f4ec44ce +3 31 1727407630831186800 7_User_Form_autogen/timestamp 2314989b631bfdbe +3 31 1727407630831186800 7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +3 31 1727407630831186800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/timestamp 2314989b631bfdbe +3 31 1727407630831186800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp 2314989b631bfdbe +31 1339 1727407630859847700 CMakeFiles/7_User_Form.dir/userform.cpp.o 9a74e88f7104d7bc +1339 1714 1727407632167819800 7_User_Form 689027c6f4ec44ce diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp new file mode 100755 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp new file mode 100755 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan new file mode 100644 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake new file mode 100644 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake new file mode 100644 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake new file mode 100644 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.FILE.h.846F156B181C5A07.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.FILE.h.846F156B181C5A07.idx.tmp new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.FILE.h.846F156B181C5A07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFile.802A463BD5D69029.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFile.802A463BD5D69029.idx.tmp new file mode 100755 index 0000000..2c3af1f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QFile.802A463BD5D69029.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QJsonDocument.4362AD2AA686DCE1.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QJsonDocument.4362AD2AA686DCE1.idx.tmp new file mode 100755 index 0000000..398e988 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QJsonDocument.4362AD2AA686DCE1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QJsonObject.AB00CCC345491E22.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QJsonObject.AB00CCC345491E22.idx.tmp new file mode 100755 index 0000000..743db0a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QJsonObject.AB00CCC345491E22.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMessageBox.8A82EACDA39D56DD.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMessageBox.8A82EACDA39D56DD.idx.tmp new file mode 100755 index 0000000..75acd22 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMessageBox.8A82EACDA39D56DD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp new file mode 100755 index 0000000..78e511f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__mbstate_t.h.7482AF58BE8A6D98.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__mbstate_t.h.7482AF58BE8A6D98.idx.tmp new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__mbstate_t.h.7482AF58BE8A6D98.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_nullptr_t.h.E1FA26364DE56116.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_nullptr_t.h.E1FA26364DE56116.idx.tmp new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_nullptr_t.h.E1FA26364DE56116.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.aligned_buffer.h.DF77FA2019695964.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.h.70E711DC6259E6A1.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.h.70E711DC6259E6A1.idx.tmp new file mode 100755 index 0000000..15cb1ad Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.h.70E711DC6259E6A1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.tcc.D2FDF9F24DF8F9BC.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.tcc.D2FDF9F24DF8F9BC.idx.tmp new file mode 100755 index 0000000..acfa73a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.tcc.D2FDF9F24DF8F9BC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_string.h.B9561F8084341EB6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concept_check.h.17FF2CABAE227A23.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdint.DC7D59978AF20695.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdint.DC7D59978AF20695.idx.tmp new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdint.DC7D59978AF20695.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_base.h.2E17F3B952294960.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_base.h.2E17F3B952294960.idx.tmp new file mode 100755 index 0000000..c4e0162 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_base.h.2E17F3B952294960.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_inline.h.A9B63FE73C9200AF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_inline.h.A9B63FE73C9200AF.idx.tmp new file mode 100755 index 0000000..be33355 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_inline.h.A9B63FE73C9200AF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwctype.CAF6433F9B69FACA.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwctype.CAF6433F9B69FACA.idx.tmp new file mode 100755 index 0000000..59cfca7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwctype.CAF6433F9B69FACA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_forced.h.BC431100D1277D23.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_forced.h.BC431100D1277D23.idx.tmp new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_forced.h.BC431100D1277D23.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endianness.h.BDC6F260DCC6E0EC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.10013861918E601A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_t.h.AA215EF04C62C72A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_t.h.AA215EF04C62C72A.idx.tmp new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_t.h.AA215EF04C62C72A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.h.65011B501144EF4E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.h.65011B501144EF4E.idx.tmp new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.h.65011B501144EF4E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features-time64.h.BFBA8D3CA0316037.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functexcept.h.D2FF6C9EF46BA786.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functexcept.h.D2FF6C9EF46BA786.idx.tmp new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functexcept.h.D2FF6C9EF46BA786.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr.h.45C92866D368FC62.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp new file mode 100755 index 0000000..18c0dcd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iosfwd.1FB24537359793BB.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iosfwd.1FB24537359793BB.idx.tmp new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iosfwd.1FB24537359793BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.3CAAF7B31D96B22C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.3CAAF7B31D96B22C.idx.tmp new file mode 100755 index 0000000..36da534 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.3CAAF7B31D96B22C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.tcc.E642190AF0BBF573.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.tcc.E642190AF0BBF573.idx.tmp new file mode 100755 index 0000000..b62e005 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.tcc.E642190AF0BBF573.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.1DFE7D0FE6434B13.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.1DFE7D0FE6434B13.idx.tmp new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.1DFE7D0FE6434B13.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.tcc.D9F00AABE4A10EBF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.tcc.D9F00AABE4A10EBF.idx.tmp new file mode 100755 index 0000000..8a5d9f4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.tcc.D9F00AABE4A10EBF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory_resource.h.E8F59FDA5247AFFA.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory_resource.h.E8F59FDA5247AFFA.idx.tmp new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory_resource.h.E8F59FDA5247AFFA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric.E72FE61DC7A3B6C5.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric.E72FE61DC7A3B6C5.idx.tmp new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric.E72FE61DC7A3B6C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix1_lim.h.F32309C974B4FD51.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.predefined_ops.h.B81F650AE057C2DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes.h.078F29FDF072791A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes.h.078F29FDF072791A.idx.tmp new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes.h.078F29FDF072791A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qalgorithms.h.8983119C3A4F4410.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qalgorithms.h.8983119C3A4F4410.idx.tmp new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qalgorithms.h.8983119C3A4F4410.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qapplication.h.C5525526FBDAE327.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic.h.B0914DBBCCD2EE14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearraylist.h.6A1B83D7A9999883.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborcommon.h.FDEF2D51B3BC89DC.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborcommon.h.FDEF2D51B3BC89DC.idx.tmp new file mode 100755 index 0000000..e275773 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborcommon.h.FDEF2D51B3BC89DC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborvalue.h.1F3D960DF4B32677.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborvalue.h.1F3D960DF4B32677.idx.tmp new file mode 100755 index 0000000..12b6b38 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborvalue.h.1F3D960DF4B32677.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcolor.h.2314EE28406DFDAD.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcolor.h.2314EE28406DFDAD.idx.tmp new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcolor.h.2314EE28406DFDAD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatetime.h.1614BC18D5D95F76.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatetime.h.1614BC18D5D95F76.idx.tmp new file mode 100755 index 0000000..477d088 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatetime.h.1614BC18D5D95F76.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdialog.h.B2577DEE09F9A998.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdialog.h.B2577DEE09F9A998.idx.tmp new file mode 100755 index 0000000..0d021ed Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdialog.h.B2577DEE09F9A998.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp new file mode 100755 index 0000000..bf0d45d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp new file mode 100755 index 0000000..c4c72f8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledialog.h.90A65AF950E9380A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledialog.h.90A65AF950E9380A.idx.tmp new file mode 100755 index 0000000..5479dff Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledialog.h.90A65AF950E9380A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfileinfo.h.E6695D3DB0C13478.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfileinfo.h.E6695D3DB0C13478.idx.tmp new file mode 100755 index 0000000..9815813 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfileinfo.h.E6695D3DB0C13478.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp new file mode 100755 index 0000000..686c5b3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiterator.h.983EA3D0B8C3CA5D.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiterator.h.983EA3D0B8C3CA5D.idx.tmp new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiterator.h.983EA3D0B8C3CA5D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsondocument.h.FC385328F2B015FD.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsondocument.h.FC385328F2B015FD.idx.tmp new file mode 100755 index 0000000..f6bd410 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsondocument.h.FC385328F2B015FD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsonobject.h.1C1A09968E3D8905.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsonobject.h.1C1A09968E3D8905.idx.tmp new file mode 100755 index 0000000..31f47b0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsonobject.h.1C1A09968E3D8905.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsonvalue.h.9408D9C7ACCE7FC9.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsonvalue.h.9408D9C7ACCE7FC9.idx.tmp new file mode 100755 index 0000000..293e11f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsonvalue.h.9408D9C7ACCE7FC9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlabel.h.92EE3372C2ECF51E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp new file mode 100755 index 0000000..89b781e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp new file mode 100755 index 0000000..b23e1a4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmessagebox.h.FDCA832BD14A2432.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmessagebox.h.FDCA832BD14A2432.idx.tmp new file mode 100755 index 0000000..29f865e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmessagebox.h.FDCA832BD14A2432.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject.h.281C384D4D8724B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp new file mode 100755 index 0000000..b4b8fcb Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qset.h.C11F0B35623E7D4B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qset.h.C11F0B35623E7D4B.idx.tmp new file mode 100755 index 0000000..01c2d37 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qset.h.C11F0B35623E7D4B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextstream.h.07F4A085FA0A1C9F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextstream.h.07F4A085FA0A1C9F.idx.tmp new file mode 100755 index 0000000..50501bc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextstream.h.07F4A085FA0A1C9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgetsglobal.h.2150ACA0E8F865B3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.quuid.h.2812EEECD9931108.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.quuid.h.2812EEECD9931108.idx.tmp new file mode 100755 index 0000000..4f79645 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.quuid.h.2812EEECD9931108.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.setjmp.h.6CF72ED99D57E7CF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.setjmp.h.6CF72ED99D57E7CF.idx.tmp new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.setjmp.h.6CF72ED99D57E7CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_atomic.h.46177A5082E22D27.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.single_threaded.h.42668328F7DC2E1F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.single_threaded.h.42668328F7DC2E1F.idx.tmp new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.single_threaded.h.42668328F7DC2E1F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.26424C0CFA3E56FA.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.26424C0CFA3E56FA.idx.tmp new file mode 100755 index 0000000..9124d24 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.26424C0CFA3E56FA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.tcc.DCE09CF673EEAC88.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.tcc.DCE09CF673EEAC88.idx.tmp new file mode 100755 index 0000000..fb76998 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.tcc.DCE09CF673EEAC88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_function.h.52B44B380783E733.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_raw_storage_iter.h.E414377E1BCB8773.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_raw_storage_iter.h.E414377E1BCB8773.idx.tmp new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_raw_storage_iter.h.E414377E1BCB8773.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.E3BEEB1140D783A0.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.E3BEEB1140D783A0.idx.tmp new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.E3BEEB1140D783A0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs.h.082359ACEA197EE8.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs.h.082359ACEA197EE8.idx.tmp new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs.h.082359ACEA197EE8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time_t.h.BAF6123CBDB646D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_userform.h.86147D6DFA2E1B61.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_userform.h.86147D6DFA2E1B61.idx.tmp new file mode 100755 index 0000000..4de6957 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_userform.h.86147D6DFA2E1B61.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unique_ptr.h.8425F457D485DB8A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unique_ptr.h.8425F457D485DB8A.idx.tmp new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unique_ptr.h.8425F457D485DB8A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.unordered_map.h.3BCF46B70CD44A7A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp new file mode 100755 index 0000000..ca908c8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx new file mode 100755 index 0000000..2c3af1f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx new file mode 100755 index 0000000..35f77e4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonDocument.4362AD2AA686DCE1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonDocument.4362AD2AA686DCE1.idx new file mode 100755 index 0000000..398e988 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonDocument.4362AD2AA686DCE1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonObject.AB00CCC345491E22.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonObject.AB00CCC345491E22.idx new file mode 100755 index 0000000..743db0a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonObject.AB00CCC345491E22.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx new file mode 100755 index 0000000..75acd22 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx new file mode 100755 index 0000000..78e511f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx new file mode 100755 index 0000000..15cb1ad Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx new file mode 100755 index 0000000..acfa73a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx new file mode 100755 index 0000000..c4e0162 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx new file mode 100755 index 0000000..be33355 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx new file mode 100755 index 0000000..59cfca7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx new file mode 100755 index 0000000..18c0dcd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx new file mode 100755 index 0000000..36da534 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx new file mode 100755 index 0000000..b62e005 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx new file mode 100755 index 0000000..0a7b040 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx new file mode 100755 index 0000000..8a5d9f4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.C9CCC24C7C271B93.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.C9CCC24C7C271B93.idx new file mode 100755 index 0000000..b802226 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.C9CCC24C7C271B93.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx new file mode 100755 index 0000000..91a44d6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx new file mode 100755 index 0000000..f1e960b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborcommon.h.FDEF2D51B3BC89DC.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborcommon.h.FDEF2D51B3BC89DC.idx new file mode 100755 index 0000000..e275773 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborcommon.h.FDEF2D51B3BC89DC.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborvalue.h.1F3D960DF4B32677.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborvalue.h.1F3D960DF4B32677.idx new file mode 100755 index 0000000..12b6b38 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborvalue.h.1F3D960DF4B32677.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.53B1F7DDC86E936A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.53B1F7DDC86E936A.idx new file mode 100755 index 0000000..34630d9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.53B1F7DDC86E936A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.1614BC18D5D95F76.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.1614BC18D5D95F76.idx new file mode 100755 index 0000000..477d088 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.1614BC18D5D95F76.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.0E65929D72319DA8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.0E65929D72319DA8.idx new file mode 100755 index 0000000..a54d81e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.0E65929D72319DA8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx new file mode 100755 index 0000000..0d021ed Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx new file mode 100755 index 0000000..21221aa Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx new file mode 100755 index 0000000..bf0d45d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx new file mode 100755 index 0000000..c4c72f8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx new file mode 100755 index 0000000..5479dff Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx new file mode 100755 index 0000000..9815813 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx new file mode 100755 index 0000000..686c5b3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsondocument.h.FC385328F2B015FD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsondocument.h.FC385328F2B015FD.idx new file mode 100755 index 0000000..f6bd410 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsondocument.h.FC385328F2B015FD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonobject.h.1C1A09968E3D8905.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonobject.h.1C1A09968E3D8905.idx new file mode 100755 index 0000000..31f47b0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonobject.h.1C1A09968E3D8905.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.9408D9C7ACCE7FC9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.9408D9C7ACCE7FC9.idx new file mode 100755 index 0000000..293e11f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.9408D9C7ACCE7FC9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx new file mode 100755 index 0000000..89b781e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx new file mode 100755 index 0000000..b23e1a4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx new file mode 100755 index 0000000..29f865e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx new file mode 100755 index 0000000..b4b8fcb Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx new file mode 100755 index 0000000..01c2d37 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx new file mode 100755 index 0000000..50501bc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx new file mode 100755 index 0000000..8db9ea0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/quuid.h.2812EEECD9931108.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/quuid.h.2812EEECD9931108.idx new file mode 100755 index 0000000..4f79645 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/quuid.h.2812EEECD9931108.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx new file mode 100755 index 0000000..9124d24 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx new file mode 100755 index 0000000..fb76998 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.86147D6DFA2E1B61.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.86147D6DFA2E1B61.idx new file mode 100755 index 0000000..4de6957 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.86147D6DFA2E1B61.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.E5956D6EEF488E2E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.E5956D6EEF488E2E.idx new file mode 100755 index 0000000..58be72e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.E5956D6EEF488E2E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.4D8D343060567C7E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.4D8D343060567C7E.idx new file mode 100755 index 0000000..cf0d7a2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.4D8D343060567C7E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx new file mode 100755 index 0000000..2e8d570 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx new file mode 100755 index 0000000..ca908c8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp new file mode 100755 index 0000000..0d4d76f --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json new file mode 100755 index 0000000..0d4d76f --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing..ninja_deps.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing..ninja_deps.tmp new file mode 100755 index 0000000..a44f1cc Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing..ninja_deps.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.7_User_Form.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.7_User_Form.tmp new file mode 100755 index 0000000..b032376 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.7_User_Form.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.CMakeCache.txt.prev.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.CMakeCache.txt.prev.tmp new file mode 100755 index 0000000..64af789 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.CMakeCache.txt.prev.tmp @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +7_User_Form_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug + +//Value Computed by CMake +7_User_Form_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +7_User_Form_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=7_User_Form + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp new file mode 100755 index 0000000..64af789 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +7_User_Form_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug + +//Value Computed by CMake +7_User_Form_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +7_User_Form_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=7_User_Form + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp new file mode 100755 index 0000000..11f52e9 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp new file mode 100755 index 0000000..1649748 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp @@ -0,0 +1,2 @@ +# This file is managed by Qt Creator, do not edit! + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form new file mode 100755 index 0000000..b032376 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/.syncthing.deps.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/.syncthing.deps.tmp new file mode 100755 index 0000000..6f5dc56 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/.syncthing.deps.tmp @@ -0,0 +1,413 @@ +7_User_Form_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/image.qrc \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/main.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/userform.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/userform.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/userform.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/.syncthing.mocs_compilation.cpp.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/.syncthing.mocs_compilation.cpp.tmp new file mode 100755 index 0000000..8487527 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/.syncthing.mocs_compilation.cpp.tmp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_userform.cpp" diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/.syncthing.qrc_imageF.cpp.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/.syncthing.qrc_imageF.cpp.tmp new file mode 100755 index 0000000..fc0a9ee --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/.syncthing.qrc_imageF.cpp.tmp @@ -0,0 +1,187 @@ +/**************************************************************************** +** Resource object code +** +** Created by: The Resource Compiler for Qt version 5.15.14 +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +static const unsigned char qt_resource_data[] = { + // /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/icons8-male-50.png + 0x0,0x0,0x2,0xaf, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x8,0x6,0x0,0x0,0x0,0x1e,0x3f,0x88,0xb1, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13, + 0x1,0x0,0x9a,0x9c,0x18,0x0,0x0,0x2,0x61,0x49,0x44,0x41,0x54,0x78,0x9c,0xed, + 0x97,0xcb,0x4e,0x14,0x41,0x14,0x86,0xbf,0x11,0x8d,0x12,0xc6,0x61,0xad,0xf,0x20, + 0x2c,0x95,0x25,0xca,0xd6,0x85,0x46,0x85,0xc,0x1b,0x5f,0x3,0xc,0xee,0x4c,0xc8, + 0xc4,0xe0,0xf5,0x9,0xbc,0x25,0xc6,0xf8,0x22,0x8a,0xbc,0x85,0x97,0x71,0xc1,0x60, + 0xd0,0x1d,0x44,0x4,0x19,0x72,0xcc,0x59,0x9d,0x54,0x3b,0x35,0xdd,0x75,0x7a,0xa6, + 0x93,0xfe,0x92,0x4e,0x7a,0x31,0x7d,0xfe,0xfa,0xa7,0xaa,0x4e,0xfd,0x5,0x35,0x35, + 0x35,0xe3,0x46,0x3f,0xd1,0x33,0x72,0x6a,0x23,0xd4,0x33,0x32,0x5a,0xda,0xc0,0x9f, + 0x71,0xde,0x23,0x29,0x4c,0xf4,0xa9,0x0,0xcb,0xc0,0xa1,0x19,0xf4,0x61,0xd5,0x8c, + 0xb4,0x3,0x33,0x71,0x4,0xdc,0xad,0x92,0x91,0xff,0x99,0xa0,0x2a,0x46,0x6,0x99, + 0xa8,0x84,0x91,0x18,0x13,0x63,0x6f,0x24,0xd6,0x84,0x9b,0x91,0x9,0x60,0x1,0x78, + 0x6,0x6c,0x1,0x3b,0x3a,0xa0,0x3d,0xe0,0x1b,0xf0,0x1,0x78,0x4,0x5c,0x7,0x4e, + 0xf,0xd9,0x9d,0x96,0x33,0x7e,0x9f,0xd4,0xc8,0x24,0xb0,0xa6,0x3,0x8f,0xcd,0x4c, + 0x5d,0xe0,0x3e,0x70,0xbe,0x80,0x89,0xa4,0x46,0xda,0x3a,0xa8,0xbc,0xa1,0x4f,0xbe, + 0xbd,0x99,0xd3,0x44,0x12,0x23,0xd,0xa0,0x3,0x1c,0x27,0x4a,0xae,0x47,0x39,0x4c, + 0x14,0x36,0x72,0xa,0x78,0x9f,0x31,0xa0,0x5d,0xe0,0x5,0x70,0x1b,0x98,0x1,0xa6, + 0xf4,0x91,0xf7,0x3b,0xc0,0x4b,0xe0,0xe7,0x0,0x53,0xb1,0x26,0xa,0x1b,0xe9,0x4, + 0xa,0xc8,0x86,0x5e,0x37,0x6b,0x3e,0x8b,0x96,0xd6,0xd8,0xcf,0x98,0x99,0x58,0x13, + 0x85,0x8c,0xb4,0x3,0xcb,0x49,0x3a,0xd2,0x65,0x86,0xe7,0x4a,0xc6,0xfe,0xba,0x81, + 0x33,0x93,0x1,0x61,0x31,0x71,0xa1,0x40,0xcd,0x8b,0x81,0x9a,0x5d,0x9d,0x35,0x37, + 0xd6,0x2,0xcb,0x29,0xcf,0x4c,0x84,0x66,0x66,0xcf,0xd4,0x96,0xd6,0xec,0xc2,0x44, + 0xe0,0x9c,0x90,0x3d,0x91,0xa,0xbb,0xef,0xbe,0x3,0x67,0x70,0x60,0x21,0xd0,0x9d, + 0x62,0x36,0x76,0x2c,0xad,0x40,0x37,0x93,0x4,0x90,0x9c,0xe7,0x46,0x44,0x5a,0x6c, + 0x6a,0x5e,0x1b,0x8d,0xd,0x7,0xd,0xb6,0x8c,0x88,0x9c,0x13,0xa9,0x59,0x34,0x1a, + 0x92,0xcd,0x92,0xf3,0xc3,0x88,0x5c,0x72,0xd0,0x98,0x31,0x1a,0x9f,0x1d,0x34,0x38, + 0x30,0x22,0x4d,0x7,0x8d,0x66,0xa0,0x2b,0x26,0xa7,0xc,0x23,0x2d,0xa3,0xf1,0xdb, + 0x41,0x83,0x9d,0x11,0x2c,0xad,0x9e,0x83,0x6,0x9f,0x8c,0x88,0x4,0xc0,0xd4,0x2c, + 0x19,0x8d,0x8f,0xe,0x1a,0x3c,0x35,0x22,0x92,0x62,0x53,0xf3,0xc6,0x68,0xc8,0x6d, + 0x32,0x39,0xd7,0x2,0x7,0x62,0xca,0x3c,0x34,0x1d,0x38,0x10,0xe7,0x71,0x8a,0x28, + 0x3d,0x23,0x24,0xb1,0x22,0x15,0xf,0x4d,0xed,0x6d,0xbd,0xf7,0xb8,0x70,0xcf,0x88, + 0xed,0x6b,0xe0,0x2b,0xca,0x5c,0xe0,0x6e,0xb2,0x82,0x23,0xe7,0x34,0xb6,0xdb,0xc8, + 0x2d,0x51,0x3c,0x65,0x8c,0x97,0x83,0xf0,0x2c,0xce,0x2c,0x5,0x2e,0x56,0xdd,0x9c, + 0x33,0x33,0x17,0x30,0x21,0xb5,0x6f,0x51,0x12,0xeb,0x19,0x57,0xdd,0x4e,0x64,0x3, + 0x98,0xd6,0x3d,0x11,0xba,0xea,0x3e,0xa0,0x44,0x1a,0xc0,0xbb,0xc0,0x20,0xfa,0xda, + 0x79,0x5e,0x69,0x0,0x9c,0xd5,0x4,0xd0,0xd4,0xf7,0x45,0x4d,0xb8,0xbf,0x32,0xbe, + 0x7d,0xab,0xb5,0x4b,0xa5,0xa1,0xb7,0xb8,0xbf,0x19,0x83,0x1a,0xe6,0x39,0xd6,0x33, + 0xc3,0xad,0x4b,0xc5,0x20,0xff,0xf2,0xd7,0x2,0x26,0xbe,0x94,0xb9,0x27,0x6,0x21, + 0x1d,0x66,0x55,0x7b,0x7f,0xac,0x81,0x6d,0x6d,0xb1,0xee,0xdd,0x29,0xf,0xb2,0x34, + 0xae,0x2,0x4f,0x80,0x4d,0x3d,0x40,0xf,0x34,0xc5,0xf6,0x34,0x3b,0x3d,0xd6,0x13, + 0x7b,0xa4,0xcb,0xa8,0xa6,0xa6,0x86,0x7f,0x9c,0x0,0x21,0x68,0x4,0xf4,0xfb,0x2b, + 0x22,0x78,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/icons8-female-50.png + 0x0,0x0,0x2,0x91, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x8,0x6,0x0,0x0,0x0,0x1e,0x3f,0x88,0xb1, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13, + 0x1,0x0,0x9a,0x9c,0x18,0x0,0x0,0x2,0x43,0x49,0x44,0x41,0x54,0x78,0x9c,0xed, + 0x98,0xcf,0x6b,0x53,0x41,0x10,0xc7,0x3f,0x35,0x2a,0x6a,0x63,0x73,0xd6,0xbb,0xb6, + 0xc7,0x2a,0xde,0xb4,0x88,0x27,0xf5,0xa0,0xa6,0xf8,0x97,0x48,0xa5,0x5e,0x95,0xe2, + 0xf,0xaa,0xe2,0x1f,0x60,0xd5,0x8b,0xf8,0x87,0x54,0xc4,0xff,0xa1,0xf4,0x60,0x83, + 0x44,0x2b,0xea,0x41,0xb4,0xa8,0x87,0x44,0xb6,0x4c,0xe0,0x31,0xcc,0x83,0x97,0x97, + 0x9d,0x97,0x15,0xf6,0x3,0x3,0x8f,0x24,0x3b,0xdf,0x9d,0xec,0x9b,0xd9,0xd9,0x85, + 0x8c,0x49,0xb,0x58,0x2,0x9e,0x0,0xef,0x81,0x5d,0xe0,0xaf,0xd8,0xae,0x7c,0xf6, + 0x18,0xb8,0x20,0xbf,0x4d,0x8e,0xa3,0xc0,0xaa,0x4c,0x76,0x58,0xd1,0x3e,0x3,0xb7, + 0x81,0x23,0x24,0xc2,0x4d,0xa0,0x37,0x46,0x0,0xda,0x76,0x80,0xe5,0x69,0x6,0x30, + 0x3,0xdc,0x1,0x6,0x13,0x4,0x31,0xb2,0xe0,0xe3,0x11,0x70,0xa0,0xe9,0x20,0x82, + 0xe0,0x9b,0x92,0x49,0x7d,0x5,0x9e,0x3,0xd7,0x81,0x79,0x60,0x56,0x2c,0x3c,0xdf, + 0x0,0x36,0x80,0x6f,0x25,0x63,0x5f,0xcb,0x1f,0xd4,0x18,0x6b,0xc6,0x24,0x7e,0x1, + 0xf7,0x80,0xe3,0x15,0xc6,0xcf,0x89,0x8f,0x3d,0xc3,0xcf,0x5d,0x1a,0xcc,0x89,0x81, + 0xf1,0x9e,0x2f,0xd6,0xf0,0x75,0xc6,0xc8,0xaf,0x1,0xd0,0xa5,0x81,0xea,0xd4,0x33, + 0x82,0x38,0x31,0x81,0xcf,0x93,0x86,0xcf,0xf,0xde,0xd5,0x6c,0xd5,0x78,0x9d,0xea, + 0xac,0x84,0xb5,0x32,0xc1,0x57,0xd1,0xf7,0xa,0x4e,0xb4,0x8c,0x7d,0x22,0xe4,0x84, + 0x57,0xde,0x7d,0xf2,0xaa,0x62,0x4b,0x46,0x75,0xaa,0x92,0xd8,0x55,0x9,0x5,0x40, + 0x57,0xb3,0xf3,0x38,0xf0,0x54,0x89,0x84,0x12,0x1b,0x9b,0x97,0x4a,0x63,0xdd,0x41, + 0x63,0xbf,0x4f,0x2a,0x8a,0x84,0x7d,0x22,0x36,0x5d,0xa5,0xf1,0xce,0x41,0x83,0x2f, + 0x4a,0xe4,0xb4,0x83,0xc6,0xbc,0xd1,0x8f,0x45,0xe7,0x8f,0x12,0x69,0x3b,0x68,0xb4, + 0x95,0xc6,0x6f,0x7,0xd,0x7e,0x36,0x10,0xc8,0x9c,0xd2,0xf8,0xe1,0xa0,0xc1,0xb6, + 0x12,0x39,0xe5,0xa0,0xb1,0xa0,0x34,0xb6,0x1c,0x34,0x78,0xab,0x44,0x42,0x3,0x18, + 0x9b,0x65,0xa5,0xb1,0xe9,0xa0,0xb1,0x5f,0xa,0x8b,0x22,0xa1,0x8b,0x8d,0xcd,0x2b, + 0xa5,0xf1,0xd0,0x41,0x83,0x4b,0xc6,0x86,0x18,0xde,0xe9,0x58,0x74,0x8c,0xd,0xf1, + 0x22,0xe,0x1c,0x96,0xb6,0xa1,0x28,0x14,0xda,0x8a,0x58,0xdc,0x57,0xbe,0xfb,0xc0, + 0x21,0x9c,0x58,0x51,0x62,0x7b,0xd2,0xf0,0x4d,0xca,0x59,0xe3,0x6c,0x72,0xb,0x47, + 0x66,0x65,0x93,0x2a,0xa,0xf6,0xa4,0x15,0x8f,0xd9,0xc6,0xf7,0x81,0x63,0x38,0x73, + 0xd5,0x38,0x58,0x7d,0x4,0xce,0xd5,0xf0,0xb5,0x28,0x67,0xf,0x7d,0xb0,0xba,0x46, + 0x43,0xe8,0x6,0x72,0x74,0x36,0x59,0xab,0x58,0x0,0x3a,0x92,0x13,0xd6,0x51,0x77, + 0x9d,0x6,0x69,0x19,0x9d,0xea,0xc8,0x42,0xe5,0x79,0x21,0xd,0xe0,0x82,0x74,0x0, + 0x6d,0x79,0xee,0xca,0xb8,0xef,0x25,0x63,0x37,0xa6,0x71,0x71,0x17,0x6e,0x3b,0x9e, + 0x95,0x4c,0x68,0x5c,0x1b,0xc8,0xed,0xe4,0xc,0x53,0xe4,0xf2,0x84,0x17,0x74,0x7d, + 0xa7,0x23,0x41,0x2d,0x3a,0x72,0x59,0x37,0x4e,0x40,0x3b,0x32,0x26,0xe6,0xa6,0x1a, + 0x8d,0x83,0x52,0xd5,0x1e,0x48,0x9f,0xa4,0x27,0xbf,0x29,0xdf,0x5d,0x49,0xf5,0x12, + 0xbb,0xc,0x1d,0xc8,0x7f,0xcb,0x30,0x7,0x92,0x18,0x79,0x45,0xa6,0x41,0x8c,0xd, + 0x31,0x89,0x42,0x30,0xcc,0x81,0x90,0x57,0xa4,0x71,0x92,0xcb,0x83,0xba,0xe4,0x40, + 0x52,0x23,0xaf,0x48,0x6a,0xe4,0x15,0xc9,0x64,0x48,0x83,0x7f,0xb1,0x25,0xbb,0x65, + 0x5e,0xbb,0xd5,0x64,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + +}; + +static const unsigned char qt_resource_name[] = { + // imageF + 0x0,0x6, + 0x7,0x3,0x7d,0x96, + 0x0,0x69, + 0x0,0x6d,0x0,0x61,0x0,0x67,0x0,0x65,0x0,0x46, + // icons8-male-50.png + 0x0,0x12, + 0xd,0x6c,0xc6,0xc7, + 0x0,0x69, + 0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x73,0x0,0x38,0x0,0x2d,0x0,0x6d,0x0,0x61,0x0,0x6c,0x0,0x65,0x0,0x2d,0x0,0x35,0x0,0x30,0x0,0x2e,0x0,0x70,0x0,0x6e, + 0x0,0x67, + // icons8-female-50.png + 0x0,0x14, + 0x1,0x90,0xf7,0x67, + 0x0,0x69, + 0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x73,0x0,0x38,0x0,0x2d,0x0,0x66,0x0,0x65,0x0,0x6d,0x0,0x61,0x0,0x6c,0x0,0x65,0x0,0x2d,0x0,0x35,0x0,0x30,0x0,0x2e, + 0x0,0x70,0x0,0x6e,0x0,0x67, + +}; + +static const unsigned char qt_resource_struct[] = { + // : + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/imageF + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/imageF/icons8-female-50.png + 0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x2,0xb3, +0x0,0x0,0x1,0x92,0x2d,0x8e,0x4b,0xb6, + // :/imageF/icons8-male-50.png + 0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, +0x0,0x0,0x1,0x92,0x2d,0x8e,0x86,0x85, + +}; + +#ifdef QT_NAMESPACE +# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name +# define QT_RCC_MANGLE_NAMESPACE0(x) x +# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b +# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) +# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ + QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) +#else +# define QT_RCC_PREPEND_NAMESPACE(name) name +# define QT_RCC_MANGLE_NAMESPACE(name) name +#endif + +#ifdef QT_NAMESPACE +namespace QT_NAMESPACE { +#endif + +bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); +bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); + +#ifdef QT_NAMESPACE +} +#endif + +int QT_RCC_MANGLE_NAMESPACE(qInitResources_imageF)(); +int QT_RCC_MANGLE_NAMESPACE(qInitResources_imageF)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_imageF)(); +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_imageF)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +namespace { + struct initializer { + initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_imageF)(); } + ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_imageF)(); } + } dummy; +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/moc_userform.cpp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/moc_userform.cpp new file mode 100755 index 0000000..8a98328 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/moc_userform.cpp @@ -0,0 +1,132 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'userform.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../userform.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'userform.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_UserForm_t { + QByteArrayData data[6]; + char stringdata0[44]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_UserForm_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_UserForm_t qt_meta_stringdata_UserForm = { + { +QT_MOC_LITERAL(0, 0, 8), // "UserForm" +QT_MOC_LITERAL(1, 9, 12), // "registration" +QT_MOC_LITERAL(2, 22, 0), // "" +QT_MOC_LITERAL(3, 23, 8), // "loadData" +QT_MOC_LITERAL(4, 32, 5), // "fIcon" +QT_MOC_LITERAL(5, 38, 5) // "mIcon" + + }, + "UserForm\0registration\0\0loadData\0fIcon\0" + "mIcon" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_UserForm[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 4, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 34, 2, 0x08 /* Private */, + 3, 0, 35, 2, 0x08 /* Private */, + 4, 0, 36, 2, 0x08 /* Private */, + 5, 0, 37, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void UserForm::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->registration(); break; + case 1: _t->loadData(); break; + case 2: _t->fIcon(); break; + case 3: _t->mIcon(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject UserForm::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_UserForm.data, + qt_meta_data_UserForm, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *UserForm::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *UserForm::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_UserForm.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int UserForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 4) + qt_static_metacall(this, _c, _id, _a); + _id -= 4; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 4) + *reinterpret_cast(_a[0]) = -1; + _id -= 4; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d new file mode 100755 index 0000000..ebf9fad --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/moc_userform.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/userform.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp new file mode 100755 index 0000000..c15e34a --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp @@ -0,0 +1,185 @@ +/**************************************************************************** +** Resource object code +** +** Created by: The Resource Compiler for Qt version 5.15.14 +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +static const unsigned char qt_resource_data[] = { + // /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/male.png + 0x0,0x0,0x2,0xaf, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x8,0x6,0x0,0x0,0x0,0x1e,0x3f,0x88,0xb1, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13, + 0x1,0x0,0x9a,0x9c,0x18,0x0,0x0,0x2,0x61,0x49,0x44,0x41,0x54,0x78,0x9c,0xed, + 0x97,0xcb,0x4e,0x14,0x41,0x14,0x86,0xbf,0x11,0x8d,0x12,0xc6,0x61,0xad,0xf,0x20, + 0x2c,0x95,0x25,0xca,0xd6,0x85,0x46,0x85,0xc,0x1b,0x5f,0x3,0xc,0xee,0x4c,0xc8, + 0xc4,0xe0,0xf5,0x9,0xbc,0x25,0xc6,0xf8,0x22,0x8a,0xbc,0x85,0x97,0x71,0xc1,0x60, + 0xd0,0x1d,0x44,0x4,0x19,0x72,0xcc,0x59,0x9d,0x54,0x3b,0x35,0xdd,0x75,0x7a,0xa6, + 0x93,0xfe,0x92,0x4e,0x7a,0x31,0x7d,0xfe,0xfa,0xa7,0xaa,0x4e,0xfd,0x5,0x35,0x35, + 0x35,0xe3,0x46,0x3f,0xd1,0x33,0x72,0x6a,0x23,0xd4,0x33,0x32,0x5a,0xda,0xc0,0x9f, + 0x71,0xde,0x23,0x29,0x4c,0xf4,0xa9,0x0,0xcb,0xc0,0xa1,0x19,0xf4,0x61,0xd5,0x8c, + 0xb4,0x3,0x33,0x71,0x4,0xdc,0xad,0x92,0x91,0xff,0x99,0xa0,0x2a,0x46,0x6,0x99, + 0xa8,0x84,0x91,0x18,0x13,0x63,0x6f,0x24,0xd6,0x84,0x9b,0x91,0x9,0x60,0x1,0x78, + 0x6,0x6c,0x1,0x3b,0x3a,0xa0,0x3d,0xe0,0x1b,0xf0,0x1,0x78,0x4,0x5c,0x7,0x4e, + 0xf,0xd9,0x9d,0x96,0x33,0x7e,0x9f,0xd4,0xc8,0x24,0xb0,0xa6,0x3,0x8f,0xcd,0x4c, + 0x5d,0xe0,0x3e,0x70,0xbe,0x80,0x89,0xa4,0x46,0xda,0x3a,0xa8,0xbc,0xa1,0x4f,0xbe, + 0xbd,0x99,0xd3,0x44,0x12,0x23,0xd,0xa0,0x3,0x1c,0x27,0x4a,0xae,0x47,0x39,0x4c, + 0x14,0x36,0x72,0xa,0x78,0x9f,0x31,0xa0,0x5d,0xe0,0x5,0x70,0x1b,0x98,0x1,0xa6, + 0xf4,0x91,0xf7,0x3b,0xc0,0x4b,0xe0,0xe7,0x0,0x53,0xb1,0x26,0xa,0x1b,0xe9,0x4, + 0xa,0xc8,0x86,0x5e,0x37,0x6b,0x3e,0x8b,0x96,0xd6,0xd8,0xcf,0x98,0x99,0x58,0x13, + 0x85,0x8c,0xb4,0x3,0xcb,0x49,0x3a,0xd2,0x65,0x86,0xe7,0x4a,0xc6,0xfe,0xba,0x81, + 0x33,0x93,0x1,0x61,0x31,0x71,0xa1,0x40,0xcd,0x8b,0x81,0x9a,0x5d,0x9d,0x35,0x37, + 0xd6,0x2,0xcb,0x29,0xcf,0x4c,0x84,0x66,0x66,0xcf,0xd4,0x96,0xd6,0xec,0xc2,0x44, + 0xe0,0x9c,0x90,0x3d,0x91,0xa,0xbb,0xef,0xbe,0x3,0x67,0x70,0x60,0x21,0xd0,0x9d, + 0x62,0x36,0x76,0x2c,0xad,0x40,0x37,0x93,0x4,0x90,0x9c,0xe7,0x46,0x44,0x5a,0x6c, + 0x6a,0x5e,0x1b,0x8d,0xd,0x7,0xd,0xb6,0x8c,0x88,0x9c,0x13,0xa9,0x59,0x34,0x1a, + 0x92,0xcd,0x92,0xf3,0xc3,0x88,0x5c,0x72,0xd0,0x98,0x31,0x1a,0x9f,0x1d,0x34,0x38, + 0x30,0x22,0x4d,0x7,0x8d,0x66,0xa0,0x2b,0x26,0xa7,0xc,0x23,0x2d,0xa3,0xf1,0xdb, + 0x41,0x83,0x9d,0x11,0x2c,0xad,0x9e,0x83,0x6,0x9f,0x8c,0x88,0x4,0xc0,0xd4,0x2c, + 0x19,0x8d,0x8f,0xe,0x1a,0x3c,0x35,0x22,0x92,0x62,0x53,0xf3,0xc6,0x68,0xc8,0x6d, + 0x32,0x39,0xd7,0x2,0x7,0x62,0xca,0x3c,0x34,0x1d,0x38,0x10,0xe7,0x71,0x8a,0x28, + 0x3d,0x23,0x24,0xb1,0x22,0x15,0xf,0x4d,0xed,0x6d,0xbd,0xf7,0xb8,0x70,0xcf,0x88, + 0xed,0x6b,0xe0,0x2b,0xca,0x5c,0xe0,0x6e,0xb2,0x82,0x23,0xe7,0x34,0xb6,0xdb,0xc8, + 0x2d,0x51,0x3c,0x65,0x8c,0x97,0x83,0xf0,0x2c,0xce,0x2c,0x5,0x2e,0x56,0xdd,0x9c, + 0x33,0x33,0x17,0x30,0x21,0xb5,0x6f,0x51,0x12,0xeb,0x19,0x57,0xdd,0x4e,0x64,0x3, + 0x98,0xd6,0x3d,0x11,0xba,0xea,0x3e,0xa0,0x44,0x1a,0xc0,0xbb,0xc0,0x20,0xfa,0xda, + 0x79,0x5e,0x69,0x0,0x9c,0xd5,0x4,0xd0,0xd4,0xf7,0x45,0x4d,0xb8,0xbf,0x32,0xbe, + 0x7d,0xab,0xb5,0x4b,0xa5,0xa1,0xb7,0xb8,0xbf,0x19,0x83,0x1a,0xe6,0x39,0xd6,0x33, + 0xc3,0xad,0x4b,0xc5,0x20,0xff,0xf2,0xd7,0x2,0x26,0xbe,0x94,0xb9,0x27,0x6,0x21, + 0x1d,0x66,0x55,0x7b,0x7f,0xac,0x81,0x6d,0x6d,0xb1,0xee,0xdd,0x29,0xf,0xb2,0x34, + 0xae,0x2,0x4f,0x80,0x4d,0x3d,0x40,0xf,0x34,0xc5,0xf6,0x34,0x3b,0x3d,0xd6,0x13, + 0x7b,0xa4,0xcb,0xa8,0xa6,0xa6,0x86,0x7f,0x9c,0x0,0x21,0x68,0x4,0xf4,0xfb,0x2b, + 0x22,0x78,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/female.png + 0x0,0x0,0x2,0x91, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x8,0x6,0x0,0x0,0x0,0x1e,0x3f,0x88,0xb1, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13, + 0x1,0x0,0x9a,0x9c,0x18,0x0,0x0,0x2,0x43,0x49,0x44,0x41,0x54,0x78,0x9c,0xed, + 0x98,0xcf,0x6b,0x53,0x41,0x10,0xc7,0x3f,0x35,0x2a,0x6a,0x63,0x73,0xd6,0xbb,0xb6, + 0xc7,0x2a,0xde,0xb4,0x88,0x27,0xf5,0xa0,0xa6,0xf8,0x97,0x48,0xa5,0x5e,0x95,0xe2, + 0xf,0xaa,0xe2,0x1f,0x60,0xd5,0x8b,0xf8,0x87,0x54,0xc4,0xff,0xa1,0xf4,0x60,0x83, + 0x44,0x2b,0xea,0x41,0xb4,0xa8,0x87,0x44,0xb6,0x4c,0xe0,0x31,0xcc,0x83,0x97,0x97, + 0x9d,0x97,0x15,0xf6,0x3,0x3,0x8f,0x24,0x3b,0xdf,0x9d,0xec,0x9b,0xd9,0xd9,0x85, + 0x8c,0x49,0xb,0x58,0x2,0x9e,0x0,0xef,0x81,0x5d,0xe0,0xaf,0xd8,0xae,0x7c,0xf6, + 0x18,0xb8,0x20,0xbf,0x4d,0x8e,0xa3,0xc0,0xaa,0x4c,0x76,0x58,0xd1,0x3e,0x3,0xb7, + 0x81,0x23,0x24,0xc2,0x4d,0xa0,0x37,0x46,0x0,0xda,0x76,0x80,0xe5,0x69,0x6,0x30, + 0x3,0xdc,0x1,0x6,0x13,0x4,0x31,0xb2,0xe0,0xe3,0x11,0x70,0xa0,0xe9,0x20,0x82, + 0xe0,0x9b,0x92,0x49,0x7d,0x5,0x9e,0x3,0xd7,0x81,0x79,0x60,0x56,0x2c,0x3c,0xdf, + 0x0,0x36,0x80,0x6f,0x25,0x63,0x5f,0xcb,0x1f,0xd4,0x18,0x6b,0xc6,0x24,0x7e,0x1, + 0xf7,0x80,0xe3,0x15,0xc6,0xcf,0x89,0x8f,0x3d,0xc3,0xcf,0x5d,0x1a,0xcc,0x89,0x81, + 0xf1,0x9e,0x2f,0xd6,0xf0,0x75,0xc6,0xc8,0xaf,0x1,0xd0,0xa5,0x81,0xea,0xd4,0x33, + 0x82,0x38,0x31,0x81,0xcf,0x93,0x86,0xcf,0xf,0xde,0xd5,0x6c,0xd5,0x78,0x9d,0xea, + 0xac,0x84,0xb5,0x32,0xc1,0x57,0xd1,0xf7,0xa,0x4e,0xb4,0x8c,0x7d,0x22,0xe4,0x84, + 0x57,0xde,0x7d,0xf2,0xaa,0x62,0x4b,0x46,0x75,0xaa,0x92,0xd8,0x55,0x9,0x5,0x40, + 0x57,0xb3,0xf3,0x38,0xf0,0x54,0x89,0x84,0x12,0x1b,0x9b,0x97,0x4a,0x63,0xdd,0x41, + 0x63,0xbf,0x4f,0x2a,0x8a,0x84,0x7d,0x22,0x36,0x5d,0xa5,0xf1,0xce,0x41,0x83,0x2f, + 0x4a,0xe4,0xb4,0x83,0xc6,0xbc,0xd1,0x8f,0x45,0xe7,0x8f,0x12,0x69,0x3b,0x68,0xb4, + 0x95,0xc6,0x6f,0x7,0xd,0x7e,0x36,0x10,0xc8,0x9c,0xd2,0xf8,0xe1,0xa0,0xc1,0xb6, + 0x12,0x39,0xe5,0xa0,0xb1,0xa0,0x34,0xb6,0x1c,0x34,0x78,0xab,0x44,0x42,0x3,0x18, + 0x9b,0x65,0xa5,0xb1,0xe9,0xa0,0xb1,0x5f,0xa,0x8b,0x22,0xa1,0x8b,0x8d,0xcd,0x2b, + 0xa5,0xf1,0xd0,0x41,0x83,0x4b,0xc6,0x86,0x18,0xde,0xe9,0x58,0x74,0x8c,0xd,0xf1, + 0x22,0xe,0x1c,0x96,0xb6,0xa1,0x28,0x14,0xda,0x8a,0x58,0xdc,0x57,0xbe,0xfb,0xc0, + 0x21,0x9c,0x58,0x51,0x62,0x7b,0xd2,0xf0,0x4d,0xca,0x59,0xe3,0x6c,0x72,0xb,0x47, + 0x66,0x65,0x93,0x2a,0xa,0xf6,0xa4,0x15,0x8f,0xd9,0xc6,0xf7,0x81,0x63,0x38,0x73, + 0xd5,0x38,0x58,0x7d,0x4,0xce,0xd5,0xf0,0xb5,0x28,0x67,0xf,0x7d,0xb0,0xba,0x46, + 0x43,0xe8,0x6,0x72,0x74,0x36,0x59,0xab,0x58,0x0,0x3a,0x92,0x13,0xd6,0x51,0x77, + 0x9d,0x6,0x69,0x19,0x9d,0xea,0xc8,0x42,0xe5,0x79,0x21,0xd,0xe0,0x82,0x74,0x0, + 0x6d,0x79,0xee,0xca,0xb8,0xef,0x25,0x63,0x37,0xa6,0x71,0x71,0x17,0x6e,0x3b,0x9e, + 0x95,0x4c,0x68,0x5c,0x1b,0xc8,0xed,0xe4,0xc,0x53,0xe4,0xf2,0x84,0x17,0x74,0x7d, + 0xa7,0x23,0x41,0x2d,0x3a,0x72,0x59,0x37,0x4e,0x40,0x3b,0x32,0x26,0xe6,0xa6,0x1a, + 0x8d,0x83,0x52,0xd5,0x1e,0x48,0x9f,0xa4,0x27,0xbf,0x29,0xdf,0x5d,0x49,0xf5,0x12, + 0xbb,0xc,0x1d,0xc8,0x7f,0xcb,0x30,0x7,0x92,0x18,0x79,0x45,0xa6,0x41,0x8c,0xd, + 0x31,0x89,0x42,0x30,0xcc,0x81,0x90,0x57,0xa4,0x71,0x92,0xcb,0x83,0xba,0xe4,0x40, + 0x52,0x23,0xaf,0x48,0x6a,0xe4,0x15,0xc9,0x64,0x48,0x83,0x7f,0xb1,0x25,0xbb,0x65, + 0x5e,0xbb,0xd5,0x64,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + +}; + +static const unsigned char qt_resource_name[] = { + // image + 0x0,0x5, + 0x0,0x70,0x37,0xd5, + 0x0,0x69, + 0x0,0x6d,0x0,0x61,0x0,0x67,0x0,0x65, + // male.png + 0x0,0x8, + 0x8,0x28,0x59,0x27, + 0x0,0x6d, + 0x0,0x61,0x0,0x6c,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + // female.png + 0x0,0xa, + 0x8,0x2d,0xcf,0x27, + 0x0,0x66, + 0x0,0x65,0x0,0x6d,0x0,0x61,0x0,0x6c,0x0,0x65,0x0,0x2e,0x0,0x70,0x0,0x6e,0x0,0x67, + +}; + +static const unsigned char qt_resource_struct[] = { + // : + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/image + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/image/male.png + 0x0,0x0,0x0,0x10,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, +0x0,0x0,0x1,0x92,0x2d,0x8e,0x86,0x85, + // :/image/female.png + 0x0,0x0,0x0,0x26,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x2,0xb3, +0x0,0x0,0x1,0x92,0x2d,0x8e,0x4b,0xb6, + +}; + +#ifdef QT_NAMESPACE +# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name +# define QT_RCC_MANGLE_NAMESPACE0(x) x +# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b +# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) +# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ + QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) +#else +# define QT_RCC_PREPEND_NAMESPACE(name) name +# define QT_RCC_MANGLE_NAMESPACE(name) name +#endif + +#ifdef QT_NAMESPACE +namespace QT_NAMESPACE { +#endif + +bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); +bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); + +#ifdef QT_NAMESPACE +} +#endif + +int QT_RCC_MANGLE_NAMESPACE(qInitResources_image)(); +int QT_RCC_MANGLE_NAMESPACE(qInitResources_image)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_image)(); +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_image)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +namespace { + struct initializer { + initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_image)(); } + ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_image)(); } + } dummy; +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_imageF.cpp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_imageF.cpp new file mode 100755 index 0000000..fc0a9ee --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_imageF.cpp @@ -0,0 +1,187 @@ +/**************************************************************************** +** Resource object code +** +** Created by: The Resource Compiler for Qt version 5.15.14 +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +static const unsigned char qt_resource_data[] = { + // /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/icons8-male-50.png + 0x0,0x0,0x2,0xaf, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x8,0x6,0x0,0x0,0x0,0x1e,0x3f,0x88,0xb1, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13, + 0x1,0x0,0x9a,0x9c,0x18,0x0,0x0,0x2,0x61,0x49,0x44,0x41,0x54,0x78,0x9c,0xed, + 0x97,0xcb,0x4e,0x14,0x41,0x14,0x86,0xbf,0x11,0x8d,0x12,0xc6,0x61,0xad,0xf,0x20, + 0x2c,0x95,0x25,0xca,0xd6,0x85,0x46,0x85,0xc,0x1b,0x5f,0x3,0xc,0xee,0x4c,0xc8, + 0xc4,0xe0,0xf5,0x9,0xbc,0x25,0xc6,0xf8,0x22,0x8a,0xbc,0x85,0x97,0x71,0xc1,0x60, + 0xd0,0x1d,0x44,0x4,0x19,0x72,0xcc,0x59,0x9d,0x54,0x3b,0x35,0xdd,0x75,0x7a,0xa6, + 0x93,0xfe,0x92,0x4e,0x7a,0x31,0x7d,0xfe,0xfa,0xa7,0xaa,0x4e,0xfd,0x5,0x35,0x35, + 0x35,0xe3,0x46,0x3f,0xd1,0x33,0x72,0x6a,0x23,0xd4,0x33,0x32,0x5a,0xda,0xc0,0x9f, + 0x71,0xde,0x23,0x29,0x4c,0xf4,0xa9,0x0,0xcb,0xc0,0xa1,0x19,0xf4,0x61,0xd5,0x8c, + 0xb4,0x3,0x33,0x71,0x4,0xdc,0xad,0x92,0x91,0xff,0x99,0xa0,0x2a,0x46,0x6,0x99, + 0xa8,0x84,0x91,0x18,0x13,0x63,0x6f,0x24,0xd6,0x84,0x9b,0x91,0x9,0x60,0x1,0x78, + 0x6,0x6c,0x1,0x3b,0x3a,0xa0,0x3d,0xe0,0x1b,0xf0,0x1,0x78,0x4,0x5c,0x7,0x4e, + 0xf,0xd9,0x9d,0x96,0x33,0x7e,0x9f,0xd4,0xc8,0x24,0xb0,0xa6,0x3,0x8f,0xcd,0x4c, + 0x5d,0xe0,0x3e,0x70,0xbe,0x80,0x89,0xa4,0x46,0xda,0x3a,0xa8,0xbc,0xa1,0x4f,0xbe, + 0xbd,0x99,0xd3,0x44,0x12,0x23,0xd,0xa0,0x3,0x1c,0x27,0x4a,0xae,0x47,0x39,0x4c, + 0x14,0x36,0x72,0xa,0x78,0x9f,0x31,0xa0,0x5d,0xe0,0x5,0x70,0x1b,0x98,0x1,0xa6, + 0xf4,0x91,0xf7,0x3b,0xc0,0x4b,0xe0,0xe7,0x0,0x53,0xb1,0x26,0xa,0x1b,0xe9,0x4, + 0xa,0xc8,0x86,0x5e,0x37,0x6b,0x3e,0x8b,0x96,0xd6,0xd8,0xcf,0x98,0x99,0x58,0x13, + 0x85,0x8c,0xb4,0x3,0xcb,0x49,0x3a,0xd2,0x65,0x86,0xe7,0x4a,0xc6,0xfe,0xba,0x81, + 0x33,0x93,0x1,0x61,0x31,0x71,0xa1,0x40,0xcd,0x8b,0x81,0x9a,0x5d,0x9d,0x35,0x37, + 0xd6,0x2,0xcb,0x29,0xcf,0x4c,0x84,0x66,0x66,0xcf,0xd4,0x96,0xd6,0xec,0xc2,0x44, + 0xe0,0x9c,0x90,0x3d,0x91,0xa,0xbb,0xef,0xbe,0x3,0x67,0x70,0x60,0x21,0xd0,0x9d, + 0x62,0x36,0x76,0x2c,0xad,0x40,0x37,0x93,0x4,0x90,0x9c,0xe7,0x46,0x44,0x5a,0x6c, + 0x6a,0x5e,0x1b,0x8d,0xd,0x7,0xd,0xb6,0x8c,0x88,0x9c,0x13,0xa9,0x59,0x34,0x1a, + 0x92,0xcd,0x92,0xf3,0xc3,0x88,0x5c,0x72,0xd0,0x98,0x31,0x1a,0x9f,0x1d,0x34,0x38, + 0x30,0x22,0x4d,0x7,0x8d,0x66,0xa0,0x2b,0x26,0xa7,0xc,0x23,0x2d,0xa3,0xf1,0xdb, + 0x41,0x83,0x9d,0x11,0x2c,0xad,0x9e,0x83,0x6,0x9f,0x8c,0x88,0x4,0xc0,0xd4,0x2c, + 0x19,0x8d,0x8f,0xe,0x1a,0x3c,0x35,0x22,0x92,0x62,0x53,0xf3,0xc6,0x68,0xc8,0x6d, + 0x32,0x39,0xd7,0x2,0x7,0x62,0xca,0x3c,0x34,0x1d,0x38,0x10,0xe7,0x71,0x8a,0x28, + 0x3d,0x23,0x24,0xb1,0x22,0x15,0xf,0x4d,0xed,0x6d,0xbd,0xf7,0xb8,0x70,0xcf,0x88, + 0xed,0x6b,0xe0,0x2b,0xca,0x5c,0xe0,0x6e,0xb2,0x82,0x23,0xe7,0x34,0xb6,0xdb,0xc8, + 0x2d,0x51,0x3c,0x65,0x8c,0x97,0x83,0xf0,0x2c,0xce,0x2c,0x5,0x2e,0x56,0xdd,0x9c, + 0x33,0x33,0x17,0x30,0x21,0xb5,0x6f,0x51,0x12,0xeb,0x19,0x57,0xdd,0x4e,0x64,0x3, + 0x98,0xd6,0x3d,0x11,0xba,0xea,0x3e,0xa0,0x44,0x1a,0xc0,0xbb,0xc0,0x20,0xfa,0xda, + 0x79,0x5e,0x69,0x0,0x9c,0xd5,0x4,0xd0,0xd4,0xf7,0x45,0x4d,0xb8,0xbf,0x32,0xbe, + 0x7d,0xab,0xb5,0x4b,0xa5,0xa1,0xb7,0xb8,0xbf,0x19,0x83,0x1a,0xe6,0x39,0xd6,0x33, + 0xc3,0xad,0x4b,0xc5,0x20,0xff,0xf2,0xd7,0x2,0x26,0xbe,0x94,0xb9,0x27,0x6,0x21, + 0x1d,0x66,0x55,0x7b,0x7f,0xac,0x81,0x6d,0x6d,0xb1,0xee,0xdd,0x29,0xf,0xb2,0x34, + 0xae,0x2,0x4f,0x80,0x4d,0x3d,0x40,0xf,0x34,0xc5,0xf6,0x34,0x3b,0x3d,0xd6,0x13, + 0x7b,0xa4,0xcb,0xa8,0xa6,0xa6,0x86,0x7f,0x9c,0x0,0x21,0x68,0x4,0xf4,0xfb,0x2b, + 0x22,0x78,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + // /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/icons8-female-50.png + 0x0,0x0,0x2,0x91, + 0x89, + 0x50,0x4e,0x47,0xd,0xa,0x1a,0xa,0x0,0x0,0x0,0xd,0x49,0x48,0x44,0x52,0x0, + 0x0,0x0,0x32,0x0,0x0,0x0,0x32,0x8,0x6,0x0,0x0,0x0,0x1e,0x3f,0x88,0xb1, + 0x0,0x0,0x0,0x9,0x70,0x48,0x59,0x73,0x0,0x0,0xb,0x13,0x0,0x0,0xb,0x13, + 0x1,0x0,0x9a,0x9c,0x18,0x0,0x0,0x2,0x43,0x49,0x44,0x41,0x54,0x78,0x9c,0xed, + 0x98,0xcf,0x6b,0x53,0x41,0x10,0xc7,0x3f,0x35,0x2a,0x6a,0x63,0x73,0xd6,0xbb,0xb6, + 0xc7,0x2a,0xde,0xb4,0x88,0x27,0xf5,0xa0,0xa6,0xf8,0x97,0x48,0xa5,0x5e,0x95,0xe2, + 0xf,0xaa,0xe2,0x1f,0x60,0xd5,0x8b,0xf8,0x87,0x54,0xc4,0xff,0xa1,0xf4,0x60,0x83, + 0x44,0x2b,0xea,0x41,0xb4,0xa8,0x87,0x44,0xb6,0x4c,0xe0,0x31,0xcc,0x83,0x97,0x97, + 0x9d,0x97,0x15,0xf6,0x3,0x3,0x8f,0x24,0x3b,0xdf,0x9d,0xec,0x9b,0xd9,0xd9,0x85, + 0x8c,0x49,0xb,0x58,0x2,0x9e,0x0,0xef,0x81,0x5d,0xe0,0xaf,0xd8,0xae,0x7c,0xf6, + 0x18,0xb8,0x20,0xbf,0x4d,0x8e,0xa3,0xc0,0xaa,0x4c,0x76,0x58,0xd1,0x3e,0x3,0xb7, + 0x81,0x23,0x24,0xc2,0x4d,0xa0,0x37,0x46,0x0,0xda,0x76,0x80,0xe5,0x69,0x6,0x30, + 0x3,0xdc,0x1,0x6,0x13,0x4,0x31,0xb2,0xe0,0xe3,0x11,0x70,0xa0,0xe9,0x20,0x82, + 0xe0,0x9b,0x92,0x49,0x7d,0x5,0x9e,0x3,0xd7,0x81,0x79,0x60,0x56,0x2c,0x3c,0xdf, + 0x0,0x36,0x80,0x6f,0x25,0x63,0x5f,0xcb,0x1f,0xd4,0x18,0x6b,0xc6,0x24,0x7e,0x1, + 0xf7,0x80,0xe3,0x15,0xc6,0xcf,0x89,0x8f,0x3d,0xc3,0xcf,0x5d,0x1a,0xcc,0x89,0x81, + 0xf1,0x9e,0x2f,0xd6,0xf0,0x75,0xc6,0xc8,0xaf,0x1,0xd0,0xa5,0x81,0xea,0xd4,0x33, + 0x82,0x38,0x31,0x81,0xcf,0x93,0x86,0xcf,0xf,0xde,0xd5,0x6c,0xd5,0x78,0x9d,0xea, + 0xac,0x84,0xb5,0x32,0xc1,0x57,0xd1,0xf7,0xa,0x4e,0xb4,0x8c,0x7d,0x22,0xe4,0x84, + 0x57,0xde,0x7d,0xf2,0xaa,0x62,0x4b,0x46,0x75,0xaa,0x92,0xd8,0x55,0x9,0x5,0x40, + 0x57,0xb3,0xf3,0x38,0xf0,0x54,0x89,0x84,0x12,0x1b,0x9b,0x97,0x4a,0x63,0xdd,0x41, + 0x63,0xbf,0x4f,0x2a,0x8a,0x84,0x7d,0x22,0x36,0x5d,0xa5,0xf1,0xce,0x41,0x83,0x2f, + 0x4a,0xe4,0xb4,0x83,0xc6,0xbc,0xd1,0x8f,0x45,0xe7,0x8f,0x12,0x69,0x3b,0x68,0xb4, + 0x95,0xc6,0x6f,0x7,0xd,0x7e,0x36,0x10,0xc8,0x9c,0xd2,0xf8,0xe1,0xa0,0xc1,0xb6, + 0x12,0x39,0xe5,0xa0,0xb1,0xa0,0x34,0xb6,0x1c,0x34,0x78,0xab,0x44,0x42,0x3,0x18, + 0x9b,0x65,0xa5,0xb1,0xe9,0xa0,0xb1,0x5f,0xa,0x8b,0x22,0xa1,0x8b,0x8d,0xcd,0x2b, + 0xa5,0xf1,0xd0,0x41,0x83,0x4b,0xc6,0x86,0x18,0xde,0xe9,0x58,0x74,0x8c,0xd,0xf1, + 0x22,0xe,0x1c,0x96,0xb6,0xa1,0x28,0x14,0xda,0x8a,0x58,0xdc,0x57,0xbe,0xfb,0xc0, + 0x21,0x9c,0x58,0x51,0x62,0x7b,0xd2,0xf0,0x4d,0xca,0x59,0xe3,0x6c,0x72,0xb,0x47, + 0x66,0x65,0x93,0x2a,0xa,0xf6,0xa4,0x15,0x8f,0xd9,0xc6,0xf7,0x81,0x63,0x38,0x73, + 0xd5,0x38,0x58,0x7d,0x4,0xce,0xd5,0xf0,0xb5,0x28,0x67,0xf,0x7d,0xb0,0xba,0x46, + 0x43,0xe8,0x6,0x72,0x74,0x36,0x59,0xab,0x58,0x0,0x3a,0x92,0x13,0xd6,0x51,0x77, + 0x9d,0x6,0x69,0x19,0x9d,0xea,0xc8,0x42,0xe5,0x79,0x21,0xd,0xe0,0x82,0x74,0x0, + 0x6d,0x79,0xee,0xca,0xb8,0xef,0x25,0x63,0x37,0xa6,0x71,0x71,0x17,0x6e,0x3b,0x9e, + 0x95,0x4c,0x68,0x5c,0x1b,0xc8,0xed,0xe4,0xc,0x53,0xe4,0xf2,0x84,0x17,0x74,0x7d, + 0xa7,0x23,0x41,0x2d,0x3a,0x72,0x59,0x37,0x4e,0x40,0x3b,0x32,0x26,0xe6,0xa6,0x1a, + 0x8d,0x83,0x52,0xd5,0x1e,0x48,0x9f,0xa4,0x27,0xbf,0x29,0xdf,0x5d,0x49,0xf5,0x12, + 0xbb,0xc,0x1d,0xc8,0x7f,0xcb,0x30,0x7,0x92,0x18,0x79,0x45,0xa6,0x41,0x8c,0xd, + 0x31,0x89,0x42,0x30,0xcc,0x81,0x90,0x57,0xa4,0x71,0x92,0xcb,0x83,0xba,0xe4,0x40, + 0x52,0x23,0xaf,0x48,0x6a,0xe4,0x15,0xc9,0x64,0x48,0x83,0x7f,0xb1,0x25,0xbb,0x65, + 0x5e,0xbb,0xd5,0x64,0x0,0x0,0x0,0x0,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82, + + +}; + +static const unsigned char qt_resource_name[] = { + // imageF + 0x0,0x6, + 0x7,0x3,0x7d,0x96, + 0x0,0x69, + 0x0,0x6d,0x0,0x61,0x0,0x67,0x0,0x65,0x0,0x46, + // icons8-male-50.png + 0x0,0x12, + 0xd,0x6c,0xc6,0xc7, + 0x0,0x69, + 0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x73,0x0,0x38,0x0,0x2d,0x0,0x6d,0x0,0x61,0x0,0x6c,0x0,0x65,0x0,0x2d,0x0,0x35,0x0,0x30,0x0,0x2e,0x0,0x70,0x0,0x6e, + 0x0,0x67, + // icons8-female-50.png + 0x0,0x14, + 0x1,0x90,0xf7,0x67, + 0x0,0x69, + 0x0,0x63,0x0,0x6f,0x0,0x6e,0x0,0x73,0x0,0x38,0x0,0x2d,0x0,0x66,0x0,0x65,0x0,0x6d,0x0,0x61,0x0,0x6c,0x0,0x65,0x0,0x2d,0x0,0x35,0x0,0x30,0x0,0x2e, + 0x0,0x70,0x0,0x6e,0x0,0x67, + +}; + +static const unsigned char qt_resource_struct[] = { + // : + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x1, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/imageF + 0x0,0x0,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2,0x0,0x0,0x0,0x2, +0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0, + // :/imageF/icons8-female-50.png + 0x0,0x0,0x0,0x3c,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x2,0xb3, +0x0,0x0,0x1,0x92,0x2d,0x8e,0x4b,0xb6, + // :/imageF/icons8-male-50.png + 0x0,0x0,0x0,0x12,0x0,0x0,0x0,0x0,0x0,0x1,0x0,0x0,0x0,0x0, +0x0,0x0,0x1,0x92,0x2d,0x8e,0x86,0x85, + +}; + +#ifdef QT_NAMESPACE +# define QT_RCC_PREPEND_NAMESPACE(name) ::QT_NAMESPACE::name +# define QT_RCC_MANGLE_NAMESPACE0(x) x +# define QT_RCC_MANGLE_NAMESPACE1(a, b) a##_##b +# define QT_RCC_MANGLE_NAMESPACE2(a, b) QT_RCC_MANGLE_NAMESPACE1(a,b) +# define QT_RCC_MANGLE_NAMESPACE(name) QT_RCC_MANGLE_NAMESPACE2( \ + QT_RCC_MANGLE_NAMESPACE0(name), QT_RCC_MANGLE_NAMESPACE0(QT_NAMESPACE)) +#else +# define QT_RCC_PREPEND_NAMESPACE(name) name +# define QT_RCC_MANGLE_NAMESPACE(name) name +#endif + +#ifdef QT_NAMESPACE +namespace QT_NAMESPACE { +#endif + +bool qRegisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); +bool qUnregisterResourceData(int, const unsigned char *, const unsigned char *, const unsigned char *); + +#ifdef QT_NAMESPACE +} +#endif + +int QT_RCC_MANGLE_NAMESPACE(qInitResources_imageF)(); +int QT_RCC_MANGLE_NAMESPACE(qInitResources_imageF)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qRegisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_imageF)(); +int QT_RCC_MANGLE_NAMESPACE(qCleanupResources_imageF)() +{ + int version = 3; + QT_RCC_PREPEND_NAMESPACE(qUnregisterResourceData) + (version, qt_resource_struct, qt_resource_name, qt_resource_data); + return 1; +} + +namespace { + struct initializer { + initializer() { QT_RCC_MANGLE_NAMESPACE(qInitResources_imageF)(); } + ~initializer() { QT_RCC_MANGLE_NAMESPACE(qCleanupResources_imageF)(); } + } dummy; +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/deps b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/deps new file mode 100755 index 0000000..6f5dc56 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/deps @@ -0,0 +1,413 @@ +7_User_Form_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/image.qrc \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/main.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/userform.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/userform.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/userform.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include/.syncthing.ui_userform.h.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include/.syncthing.ui_userform.h.tmp new file mode 100755 index 0000000..3cd6b35 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include/.syncthing.ui_userform.h.tmp @@ -0,0 +1,193 @@ +/******************************************************************************** +** Form generated from reading UI file 'userform.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_USERFORM_H +#define UI_USERFORM_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_UserForm +{ +public: + QWidget *centralwidget; + QLabel *label; + QLabel *label_2; + QLabel *label_3; + QLabel *label_4; + QLabel *label_5; + QLabel *label_6; + QLabel *label_7; + QLabel *label_8; + QLineEdit *username; + QLineEdit *fullName; + QLineEdit *passport; + QLineEdit *phone; + QLineEdit *email; + QLineEdit *dob; + QRadioButton *radioButtonM; + QRadioButton *radioButtonF; + QPushButton *registButton; + QPushButton *loadDataButton; + QLabel *labelM; + QLabel *labelF; + + void setupUi(QMainWindow *UserForm) + { + if (UserForm->objectName().isEmpty()) + UserForm->setObjectName(QString::fromUtf8("UserForm")); + UserForm->resize(669, 388); + centralwidget = new QWidget(UserForm); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + label = new QLabel(centralwidget); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(250, 20, 400, 30)); + QFont font; + font.setPointSize(16); + font.setBold(true); + label->setFont(font); + label->setAlignment(Qt::AlignmentFlag::AlignCenter); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(20, 60, 221, 30)); + QFont font1; + font1.setPointSize(16); + label_2->setFont(font1); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(20, 100, 221, 30)); + label_3->setFont(font1); + label_4 = new QLabel(centralwidget); + label_4->setObjectName(QString::fromUtf8("label_4")); + label_4->setGeometry(QRect(20, 140, 221, 30)); + label_4->setFont(font1); + label_5 = new QLabel(centralwidget); + label_5->setObjectName(QString::fromUtf8("label_5")); + label_5->setGeometry(QRect(20, 220, 221, 30)); + label_5->setFont(font1); + label_6 = new QLabel(centralwidget); + label_6->setObjectName(QString::fromUtf8("label_6")); + label_6->setGeometry(QRect(20, 180, 221, 30)); + label_6->setFont(font1); + label_7 = new QLabel(centralwidget); + label_7->setObjectName(QString::fromUtf8("label_7")); + label_7->setGeometry(QRect(20, 300, 221, 30)); + label_7->setFont(font1); + label_8 = new QLabel(centralwidget); + label_8->setObjectName(QString::fromUtf8("label_8")); + label_8->setGeometry(QRect(20, 260, 221, 30)); + label_8->setFont(font1); + username = new QLineEdit(centralwidget); + username->setObjectName(QString::fromUtf8("username")); + username->setGeometry(QRect(250, 60, 400, 30)); + username->setFont(font1); + username->setInputMethodHints(Qt::InputMethodHint::ImhLatinOnly); + fullName = new QLineEdit(centralwidget); + fullName->setObjectName(QString::fromUtf8("fullName")); + fullName->setGeometry(QRect(250, 100, 400, 30)); + fullName->setFont(font1); + passport = new QLineEdit(centralwidget); + passport->setObjectName(QString::fromUtf8("passport")); + passport->setGeometry(QRect(250, 180, 400, 30)); + passport->setFont(font1); + passport->setInputMethodHints(Qt::InputMethodHint::ImhDigitsOnly); + phone = new QLineEdit(centralwidget); + phone->setObjectName(QString::fromUtf8("phone")); + phone->setGeometry(QRect(250, 260, 400, 30)); + phone->setFont(font1); + phone->setInputMethodHints(Qt::InputMethodHint::ImhFormattedNumbersOnly); + email = new QLineEdit(centralwidget); + email->setObjectName(QString::fromUtf8("email")); + email->setGeometry(QRect(250, 300, 400, 30)); + email->setFont(font1); + email->setInputMethodHints(Qt::InputMethodHint::ImhEmailCharactersOnly); + dob = new QLineEdit(centralwidget); + dob->setObjectName(QString::fromUtf8("dob")); + dob->setGeometry(QRect(250, 220, 400, 30)); + dob->setFont(font1); + dob->setInputMethodHints(Qt::InputMethodHint::ImhDate); + radioButtonM = new QRadioButton(centralwidget); + radioButtonM->setObjectName(QString::fromUtf8("radioButtonM")); + radioButtonM->setGeometry(QRect(250, 140, 190, 30)); + radioButtonM->setFont(font1); + radioButtonM->setCheckable(true); + radioButtonF = new QRadioButton(centralwidget); + radioButtonF->setObjectName(QString::fromUtf8("radioButtonF")); + radioButtonF->setGeometry(QRect(460, 140, 190, 30)); + radioButtonF->setFont(font1); + registButton = new QPushButton(centralwidget); + registButton->setObjectName(QString::fromUtf8("registButton")); + registButton->setGeometry(QRect(250, 340, 400, 30)); + registButton->setFont(font1); + loadDataButton = new QPushButton(centralwidget); + loadDataButton->setObjectName(QString::fromUtf8("loadDataButton")); + loadDataButton->setGeometry(QRect(20, 340, 221, 30)); + loadDataButton->setFont(font1); + labelM = new QLabel(centralwidget); + labelM->setObjectName(QString::fromUtf8("labelM")); + labelM->setGeometry(QRect(20, 10, 51, 51)); + labelM->setPixmap(QPixmap(QString::fromUtf8(":/image/male.png"))); + labelM->setScaledContents(true); + labelM->setAlignment(Qt::AlignmentFlag::AlignCenter); + labelF = new QLabel(centralwidget); + labelF->setObjectName(QString::fromUtf8("labelF")); + labelF->setGeometry(QRect(20, 10, 51, 51)); + labelF->setText(QString::fromUtf8("")); + labelF->setPixmap(QPixmap(QString::fromUtf8(":/image/female.png"))); + labelF->setScaledContents(true); + labelF->setAlignment(Qt::AlignmentFlag::AlignCenter); + UserForm->setCentralWidget(centralwidget); + + retranslateUi(UserForm); + + QMetaObject::connectSlotsByName(UserForm); + } // setupUi + + void retranslateUi(QMainWindow *UserForm) + { + UserForm->setWindowTitle(QCoreApplication::translate("UserForm", "UserForm", nullptr)); + label->setText(QCoreApplication::translate("UserForm", "\320\244\320\276\321\200\320\274\320\260 \321\200\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\320\270", nullptr)); + label_2->setText(QCoreApplication::translate("UserForm", "\320\230\320\274\321\217 \320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\217:", nullptr)); + label_3->setText(QCoreApplication::translate("UserForm", "\320\244\320\230\320\236:", nullptr)); + label_4->setText(QCoreApplication::translate("UserForm", "\320\237\320\276\320\273:", nullptr)); + label_5->setText(QCoreApplication::translate("UserForm", "\320\224\320\260\321\202\320\260 \321\200\320\276\320\266\320\264\320\265\320\275\320\270\321\217:", nullptr)); + label_6->setText(QCoreApplication::translate("UserForm", "\320\237\320\260\321\201\320\277\320\276\321\200\321\202:", nullptr)); + label_7->setText(QCoreApplication::translate("UserForm", "E-mail:", nullptr)); + label_8->setText(QCoreApplication::translate("UserForm", "\320\242\320\265\320\273\320\265\321\204\320\276\320\275:", nullptr)); + username->setInputMask(QString()); + username->setText(QString()); + username->setPlaceholderText(QCoreApplication::translate("UserForm", "User123", nullptr)); + fullName->setPlaceholderText(QCoreApplication::translate("UserForm", "\320\230\320\262\320\260\320\275\320\276\320\262 \320\230\320\262\320\260\320\275 \320\230\320\262\320\260\320\275\320\276\320\262\320\270\321\207", nullptr)); + passport->setPlaceholderText(QCoreApplication::translate("UserForm", "4211 324521", nullptr)); + phone->setPlaceholderText(QCoreApplication::translate("UserForm", "+7-123-456-78-90", nullptr)); + email->setPlaceholderText(QCoreApplication::translate("UserForm", "example@mail.com", nullptr)); + dob->setPlaceholderText(QCoreApplication::translate("UserForm", "01.08.2005", nullptr)); + radioButtonM->setText(QCoreApplication::translate("UserForm", "\320\234\321\203\320\266\321\201\320\272\320\276\320\271", nullptr)); + radioButtonF->setText(QCoreApplication::translate("UserForm", "\320\226\320\265\320\275\321\201\320\272\320\270\320\271", nullptr)); + registButton->setText(QCoreApplication::translate("UserForm", "\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\321\217", nullptr)); + loadDataButton->setText(QCoreApplication::translate("UserForm", "\320\227\320\260\320\263\321\200\321\203\320\267\320\270\321\202\321\214 \320\264\320\260\320\275\320\275\321\213\320\265", nullptr)); + labelM->setText(QString()); + } // retranslateUi + +}; + +namespace Ui { + class UserForm: public Ui_UserForm {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_USERFORM_H diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include/ui_userform.h b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include/ui_userform.h new file mode 100755 index 0000000..3cd6b35 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include/ui_userform.h @@ -0,0 +1,193 @@ +/******************************************************************************** +** Form generated from reading UI file 'userform.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_USERFORM_H +#define UI_USERFORM_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_UserForm +{ +public: + QWidget *centralwidget; + QLabel *label; + QLabel *label_2; + QLabel *label_3; + QLabel *label_4; + QLabel *label_5; + QLabel *label_6; + QLabel *label_7; + QLabel *label_8; + QLineEdit *username; + QLineEdit *fullName; + QLineEdit *passport; + QLineEdit *phone; + QLineEdit *email; + QLineEdit *dob; + QRadioButton *radioButtonM; + QRadioButton *radioButtonF; + QPushButton *registButton; + QPushButton *loadDataButton; + QLabel *labelM; + QLabel *labelF; + + void setupUi(QMainWindow *UserForm) + { + if (UserForm->objectName().isEmpty()) + UserForm->setObjectName(QString::fromUtf8("UserForm")); + UserForm->resize(669, 388); + centralwidget = new QWidget(UserForm); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + label = new QLabel(centralwidget); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(250, 20, 400, 30)); + QFont font; + font.setPointSize(16); + font.setBold(true); + label->setFont(font); + label->setAlignment(Qt::AlignmentFlag::AlignCenter); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(20, 60, 221, 30)); + QFont font1; + font1.setPointSize(16); + label_2->setFont(font1); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(20, 100, 221, 30)); + label_3->setFont(font1); + label_4 = new QLabel(centralwidget); + label_4->setObjectName(QString::fromUtf8("label_4")); + label_4->setGeometry(QRect(20, 140, 221, 30)); + label_4->setFont(font1); + label_5 = new QLabel(centralwidget); + label_5->setObjectName(QString::fromUtf8("label_5")); + label_5->setGeometry(QRect(20, 220, 221, 30)); + label_5->setFont(font1); + label_6 = new QLabel(centralwidget); + label_6->setObjectName(QString::fromUtf8("label_6")); + label_6->setGeometry(QRect(20, 180, 221, 30)); + label_6->setFont(font1); + label_7 = new QLabel(centralwidget); + label_7->setObjectName(QString::fromUtf8("label_7")); + label_7->setGeometry(QRect(20, 300, 221, 30)); + label_7->setFont(font1); + label_8 = new QLabel(centralwidget); + label_8->setObjectName(QString::fromUtf8("label_8")); + label_8->setGeometry(QRect(20, 260, 221, 30)); + label_8->setFont(font1); + username = new QLineEdit(centralwidget); + username->setObjectName(QString::fromUtf8("username")); + username->setGeometry(QRect(250, 60, 400, 30)); + username->setFont(font1); + username->setInputMethodHints(Qt::InputMethodHint::ImhLatinOnly); + fullName = new QLineEdit(centralwidget); + fullName->setObjectName(QString::fromUtf8("fullName")); + fullName->setGeometry(QRect(250, 100, 400, 30)); + fullName->setFont(font1); + passport = new QLineEdit(centralwidget); + passport->setObjectName(QString::fromUtf8("passport")); + passport->setGeometry(QRect(250, 180, 400, 30)); + passport->setFont(font1); + passport->setInputMethodHints(Qt::InputMethodHint::ImhDigitsOnly); + phone = new QLineEdit(centralwidget); + phone->setObjectName(QString::fromUtf8("phone")); + phone->setGeometry(QRect(250, 260, 400, 30)); + phone->setFont(font1); + phone->setInputMethodHints(Qt::InputMethodHint::ImhFormattedNumbersOnly); + email = new QLineEdit(centralwidget); + email->setObjectName(QString::fromUtf8("email")); + email->setGeometry(QRect(250, 300, 400, 30)); + email->setFont(font1); + email->setInputMethodHints(Qt::InputMethodHint::ImhEmailCharactersOnly); + dob = new QLineEdit(centralwidget); + dob->setObjectName(QString::fromUtf8("dob")); + dob->setGeometry(QRect(250, 220, 400, 30)); + dob->setFont(font1); + dob->setInputMethodHints(Qt::InputMethodHint::ImhDate); + radioButtonM = new QRadioButton(centralwidget); + radioButtonM->setObjectName(QString::fromUtf8("radioButtonM")); + radioButtonM->setGeometry(QRect(250, 140, 190, 30)); + radioButtonM->setFont(font1); + radioButtonM->setCheckable(true); + radioButtonF = new QRadioButton(centralwidget); + radioButtonF->setObjectName(QString::fromUtf8("radioButtonF")); + radioButtonF->setGeometry(QRect(460, 140, 190, 30)); + radioButtonF->setFont(font1); + registButton = new QPushButton(centralwidget); + registButton->setObjectName(QString::fromUtf8("registButton")); + registButton->setGeometry(QRect(250, 340, 400, 30)); + registButton->setFont(font1); + loadDataButton = new QPushButton(centralwidget); + loadDataButton->setObjectName(QString::fromUtf8("loadDataButton")); + loadDataButton->setGeometry(QRect(20, 340, 221, 30)); + loadDataButton->setFont(font1); + labelM = new QLabel(centralwidget); + labelM->setObjectName(QString::fromUtf8("labelM")); + labelM->setGeometry(QRect(20, 10, 51, 51)); + labelM->setPixmap(QPixmap(QString::fromUtf8(":/image/male.png"))); + labelM->setScaledContents(true); + labelM->setAlignment(Qt::AlignmentFlag::AlignCenter); + labelF = new QLabel(centralwidget); + labelF->setObjectName(QString::fromUtf8("labelF")); + labelF->setGeometry(QRect(20, 10, 51, 51)); + labelF->setText(QString::fromUtf8("")); + labelF->setPixmap(QPixmap(QString::fromUtf8(":/image/female.png"))); + labelF->setScaledContents(true); + labelF->setAlignment(Qt::AlignmentFlag::AlignCenter); + UserForm->setCentralWidget(centralwidget); + + retranslateUi(UserForm); + + QMetaObject::connectSlotsByName(UserForm); + } // setupUi + + void retranslateUi(QMainWindow *UserForm) + { + UserForm->setWindowTitle(QCoreApplication::translate("UserForm", "UserForm", nullptr)); + label->setText(QCoreApplication::translate("UserForm", "\320\244\320\276\321\200\320\274\320\260 \321\200\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\320\270", nullptr)); + label_2->setText(QCoreApplication::translate("UserForm", "\320\230\320\274\321\217 \320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\217:", nullptr)); + label_3->setText(QCoreApplication::translate("UserForm", "\320\244\320\230\320\236:", nullptr)); + label_4->setText(QCoreApplication::translate("UserForm", "\320\237\320\276\320\273:", nullptr)); + label_5->setText(QCoreApplication::translate("UserForm", "\320\224\320\260\321\202\320\260 \321\200\320\276\320\266\320\264\320\265\320\275\320\270\321\217:", nullptr)); + label_6->setText(QCoreApplication::translate("UserForm", "\320\237\320\260\321\201\320\277\320\276\321\200\321\202:", nullptr)); + label_7->setText(QCoreApplication::translate("UserForm", "E-mail:", nullptr)); + label_8->setText(QCoreApplication::translate("UserForm", "\320\242\320\265\320\273\320\265\321\204\320\276\320\275:", nullptr)); + username->setInputMask(QString()); + username->setText(QString()); + username->setPlaceholderText(QCoreApplication::translate("UserForm", "User123", nullptr)); + fullName->setPlaceholderText(QCoreApplication::translate("UserForm", "\320\230\320\262\320\260\320\275\320\276\320\262 \320\230\320\262\320\260\320\275 \320\230\320\262\320\260\320\275\320\276\320\262\320\270\321\207", nullptr)); + passport->setPlaceholderText(QCoreApplication::translate("UserForm", "4211 324521", nullptr)); + phone->setPlaceholderText(QCoreApplication::translate("UserForm", "+7-123-456-78-90", nullptr)); + email->setPlaceholderText(QCoreApplication::translate("UserForm", "example@mail.com", nullptr)); + dob->setPlaceholderText(QCoreApplication::translate("UserForm", "01.08.2005", nullptr)); + radioButtonM->setText(QCoreApplication::translate("UserForm", "\320\234\321\203\320\266\321\201\320\272\320\276\320\271", nullptr)); + radioButtonF->setText(QCoreApplication::translate("UserForm", "\320\226\320\265\320\275\321\201\320\272\320\270\320\271", nullptr)); + registButton->setText(QCoreApplication::translate("UserForm", "\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\321\217", nullptr)); + loadDataButton->setText(QCoreApplication::translate("UserForm", "\320\227\320\260\320\263\321\200\321\203\320\267\320\270\321\202\321\214 \320\264\320\260\320\275\320\275\321\213\320\265", nullptr)); + labelM->setText(QString()); + } // retranslateUi + +}; + +namespace Ui { + class UserForm: public Ui_UserForm {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_USERFORM_H diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/moc_predefs.h b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/moc_predefs.h new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/moc_predefs.h @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp new file mode 100755 index 0000000..8487527 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_userform.cpp" diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/timestamp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/timestamp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeCache.txt new file mode 100755 index 0000000..64af789 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeCache.txt @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +7_User_Form_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug + +//Value Computed by CMake +7_User_Form_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +7_User_Form_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=7_User_Form + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeCache.txt.prev b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeCache.txt.prev new file mode 100755 index 0000000..64af789 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeCache.txt.prev @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +7_User_Form_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug + +//Value Computed by CMake +7_User_Form_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +7_User_Form_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=7_User_Form + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp new file mode 100755 index 0000000..0af5ee1 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.CMakeConfigureLog.yaml.tmp @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-sE4MwV" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-sE4MwV" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-sE4MwV' + + Run Build Command(s): /usr/bin/ninja -v cmTC_34a60 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_34a60.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccmIhExT.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/' + as -v --64 -o CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccmIhExT.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_34a60 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_34a60' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_34a60.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvbEkmn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_34a60 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvbEkmn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_34a60 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_34a60' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_34a60.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-sE4MwV'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_34a60] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_34a60.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccmIhExT.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccmIhExT.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_34a60 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_34a60' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_34a60.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvbEkmn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_34a60 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccvbEkmn.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_34a60] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvbEkmn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_34a60 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.TargetDirectories.txt.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.TargetDirectories.txt.tmp new file mode 100755 index 0000000..bf82345 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.TargetDirectories.txt.tmp @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp new file mode 100755 index 0000000..297c8f8 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 7_User_Form +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__7_User_Form_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__7_User_Form_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeDetermineCompilerABI_CXX.bin.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/.syncthing.main.cpp.o.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/.syncthing.main.cpp.o.tmp new file mode 100755 index 0000000..fca8397 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/.syncthing.main.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/.syncthing.userform.cpp.o.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/.syncthing.userform.cpp.o.tmp new file mode 100755 index 0000000..59aba37 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/.syncthing.userform.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/.syncthing.mocs_compilation.cpp.o.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/.syncthing.mocs_compilation.cpp.o.tmp new file mode 100755 index 0000000..e65f5a6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/.syncthing.mocs_compilation.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/.syncthing.qrc_image.cpp.o.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/.syncthing.qrc_image.cpp.o.tmp new file mode 100755 index 0000000..937eb54 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/.syncthing.qrc_image.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/.syncthing.qrc_imageF.cpp.o.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/.syncthing.qrc_imageF.cpp.o.tmp new file mode 100755 index 0000000..d4a646b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/.syncthing.qrc_imageF.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.o b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.o new file mode 100755 index 0000000..937eb54 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.o differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_imageF.cpp.o b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_imageF.cpp.o new file mode 100755 index 0000000..d4a646b Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_imageF.cpp.o differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/mocs_compilation.cpp.o b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/mocs_compilation.cpp.o new file mode 100755 index 0000000..e65f5a6 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/7_User_Form_autogen/mocs_compilation.cpp.o differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/main.cpp.o b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/main.cpp.o new file mode 100755 index 0000000..fca8397 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/main.cpp.o differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/userform.cpp.o b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/userform.cpp.o new file mode 100755 index 0000000..59aba37 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir/userform.cpp.o differ diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_imageF_EWIEGA46WW_Info.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_imageF_EWIEGA46WW_Info.json.tmp new file mode 100755 index 0000000..79a3154 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_imageF_EWIEGA46WW_Info.json.tmp @@ -0,0 +1,26 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CROSS_CONFIG" : false, + "GENERATOR" : "Ninja", + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include", + "INPUTS" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/icons8-male-50.png", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/icons8-female-50.png" + ], + "LOCK_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "imageF" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_imageF.cpp", + "RCC_EXECUTABLE" : "/usr/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/imageF.qrc", + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_imageF_EWIEGA46WW_Lock.lock.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_imageF_EWIEGA46WW_Lock.lock.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_image_EWIEGA46WW_Info.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_image_EWIEGA46WW_Info.json.tmp new file mode 100755 index 0000000..14e8246 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_image_EWIEGA46WW_Info.json.tmp @@ -0,0 +1,26 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CROSS_CONFIG" : false, + "GENERATOR" : "Ninja", + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include", + "INPUTS" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/male.png", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/female.png" + ], + "LOCK_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "image" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_image.cpp", + "RCC_EXECUTABLE" : "/usr/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/image.qrc", + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_image_EWIEGA46WW_Lock.lock.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_image_EWIEGA46WW_Lock.lock.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_image_EWIEGA46WW_Used.txt.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_image_EWIEGA46WW_Used.txt.tmp new file mode 100755 index 0000000..bc2d38a --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutoRcc_image_EWIEGA46WW_Used.txt.tmp @@ -0,0 +1 @@ +rcc:dfff7072424f3ea481d7af0310bb83430176bf44af159ff90192f07c26024e12 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp new file mode 100755 index 0000000..a6d35df --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp @@ -0,0 +1,165 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/image.qrc" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/deps", + "DEP_FILE_RULE_NAME" : "7_User_Form_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.h", + "MU", + "EWIEGA46WW/moc_userform.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Info.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Info.json new file mode 100755 index 0000000..79a3154 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Info.json @@ -0,0 +1,26 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CROSS_CONFIG" : false, + "GENERATOR" : "Ninja", + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include", + "INPUTS" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/icons8-male-50.png", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/icons8-female-50.png" + ], + "LOCK_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "imageF" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_imageF.cpp", + "RCC_EXECUTABLE" : "/usr/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/imageF.qrc", + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Lock.lock b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Lock.lock new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Used.txt b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Used.txt new file mode 100755 index 0000000..30d89c0 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_imageF_EWIEGA46WW_Used.txt @@ -0,0 +1 @@ +rcc:caaa04b789e85d15a77a085864a67ff72bce9f66442d08080801cdc973ecab6a diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Info.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Info.json new file mode 100755 index 0000000..14e8246 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Info.json @@ -0,0 +1,26 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CROSS_CONFIG" : false, + "GENERATOR" : "Ninja", + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include", + "INPUTS" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/male.png", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/female.png" + ], + "LOCK_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Lock.lock", + "MULTI_CONFIG" : false, + "OPTIONS" : [ "-name", "image" ], + "OUTPUT_CHECKSUM" : "EWIEGA46WW", + "OUTPUT_NAME" : "qrc_image.cpp", + "RCC_EXECUTABLE" : "/usr/bin/rcc", + "RCC_LIST_OPTIONS" : [ "--list" ], + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Used.txt", + "SOURCE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/image.qrc", + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Lock.lock b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Lock.lock new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Used.txt b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Used.txt new file mode 100755 index 0000000..bc2d38a --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Used.txt @@ -0,0 +1 @@ +rcc:dfff7072424f3ea481d7af0310bb83430176bf44af159ff90192f07c26024e12 diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..a6d35df --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutogenInfo.json @@ -0,0 +1,165 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/image.qrc" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/deps", + "DEP_FILE_RULE_NAME" : "7_User_Form_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.h", + "MU", + "EWIEGA46WW/moc_userform.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..bed3723 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/ParseCache.txt @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/userform.cpp + uic:./ui_userform.h diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..0af5ee1 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-sE4MwV" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-sE4MwV" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-sE4MwV' + + Run Build Command(s): /usr/bin/ninja -v cmTC_34a60 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_34a60.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccmIhExT.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/' + as -v --64 -o CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccmIhExT.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_34a60 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_34a60' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_34a60.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvbEkmn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_34a60 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvbEkmn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_34a60 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_34a60' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_34a60.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-sE4MwV'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_34a60] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_34a60.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccmIhExT.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccmIhExT.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_34a60 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_34a60' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_34a60.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvbEkmn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_34a60 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccvbEkmn.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_34a60] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccvbEkmn.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_34a60 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_34a60.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..bf82345 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake new file mode 100755 index 0000000..e52a2fa --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "7_User_Form_autogen" + "CMakeFiles/7_User_Form_autogen.dir/AutogenUsed.txt" + "CMakeFiles/7_User_Form_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja new file mode 100755 index 0000000..297c8f8 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 7_User_Form +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__7_User_Form_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__7_User_Form_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/build.ninja b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/build.ninja new file mode 100755 index 0000000..cb6a0eb --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/build.ninja @@ -0,0 +1,257 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 7_User_Form +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 7_User_Form + + +############################################# +# Order-only phony target for 7_User_Form + +build cmake_object_order_depends_target_7_User_Form: phony || 7_User_Form_autogen 7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp 7_User_Form_autogen/mocs_compilation.cpp 7_User_Form_autogen/timestamp 7_User_Form_autogen_timestamp_deps + +build CMakeFiles/7_User_Form.dir/7_User_Form_autogen/mocs_compilation.cpp.o: CXX_COMPILER__7_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_7_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/7_User_Form.dir/7_User_Form_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/7_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/7_User_Form.dir/7_User_Form_autogen + +build CMakeFiles/7_User_Form.dir/main.cpp.o: CXX_COMPILER__7_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/main.cpp || cmake_object_order_depends_target_7_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/7_User_Form.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/7_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/7_User_Form.dir + +build CMakeFiles/7_User_Form.dir/userform.cpp.o: CXX_COMPILER__7_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/userform.cpp || cmake_object_order_depends_target_7_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/7_User_Form.dir/userform.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/7_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/7_User_Form.dir + +build CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.o: CXX_COMPILER__7_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp || cmake_object_order_depends_target_7_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/7_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW + + +# ============================================================================= +# Link build statements for EXECUTABLE target 7_User_Form + + +############################################# +# Link the executable 7_User_Form + +build 7_User_Form: CXX_EXECUTABLE_LINKER__7_User_Form_Debug CMakeFiles/7_User_Form.dir/7_User_Form_autogen/mocs_compilation.cpp.o CMakeFiles/7_User_Form.dir/main.cpp.o CMakeFiles/7_User_Form.dir/userform.cpp.o CMakeFiles/7_User_Form.dir/7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 7_User_Form_autogen 7_User_Form_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/7_User_Form.dir + POST_BUILD = : + PRE_LINK = : + TARGET_FILE = 7_User_Form + TARGET_PDB = 7_User_Form.dbg + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 7_User_Form_autogen_timestamp_deps + +build 7_User_Form_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 7_User_Form_autogen + +build 7_User_Form_autogen: phony CMakeFiles/7_User_Form_autogen 7_User_Form_autogen/include/ui_userform.h 7_User_Form_autogen/timestamp 7_User_Form_autogen/mocs_compilation.cpp 7_User_Form_autogen_timestamp_deps + + +############################################# +# Custom command for 7_User_Form_autogen/timestamp + +build 7_User_Form_autogen/timestamp 7_User_Form_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}7_User_Form_autogen/timestamp ${cmake_ninja_workdir}7_User_Form_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 7_User_Form_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/d/21cd620289d953a3e3fc5b50c4902b23bdf165f13d1ce6b6727159faf096a1c4.d" + DESC = Automatic MOC and UIC for target 7_User_Form + depfile = CMakeFiles/d/21cd620289d953a3e3fc5b50c4902b23bdf165f13d1ce6b6727159faf096a1c4.d + deps = gcc + restat = 1 + + +############################################# +# Custom command for 7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp + +build 7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp | ${cmake_ninja_workdir}7_User_Form_autogen/EWIEGA46WW/qrc_image.cpp: CUSTOM_COMMAND /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/image.qrc CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Info.json /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/male.png /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/female.png /usr/bin/rcc /usr/bin/rcc || 7_User_Form_autogen 7_User_Form_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autorcc /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/7_User_Form/build/Desktop-Debug/CMakeFiles/7_User_Form_autogen.dir/AutoRcc_image_EWIEGA46WW_Info.json Debug + DESC = Automatic RCC for image.qrc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/7_User_Form_autogen + +build CMakeFiles/7_User_Form_autogen 7_User_Form_autogen/include/ui_userform.h | ${cmake_ninja_workdir}CMakeFiles/7_User_Form_autogen ${cmake_ninja_workdir}7_User_Form_autogen/include/ui_userform.h: phony 7_User_Form_autogen/timestamp || 7_User_Form_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug + +build all: phony 7_User_Form + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/CMakeLists.txt /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/image.qrc /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/CMakeLists.txt /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/7_User_Form/image.qrc /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/cmake_install.cmake b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/cmake_install.cmake new file mode 100755 index 0000000..11f52e9 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/7_User_Form") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/7_User_Form") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/qtcsettings.cmake new file mode 100755 index 0000000..1649748 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/build/Desktop-Debug/qtcsettings.cmake @@ -0,0 +1,2 @@ +# This file is managed by Qt Creator, do not edit! + diff --git a/Third term/Industrial programming technologies/7_User_Form/female.png b/Third term/Industrial programming technologies/7_User_Form/female.png new file mode 100755 index 0000000..7e383f9 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/female.png differ diff --git a/Third term/Industrial programming technologies/7_User_Form/image.qrc b/Third term/Industrial programming technologies/7_User_Form/image.qrc new file mode 100755 index 0000000..105c556 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/image.qrc @@ -0,0 +1,6 @@ + + + female.png + male.png + + diff --git a/Third term/Industrial programming technologies/7_User_Form/main.cpp b/Third term/Industrial programming technologies/7_User_Form/main.cpp new file mode 100644 index 0000000..8016a10 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/main.cpp @@ -0,0 +1,11 @@ +#include "userform.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + UserForm w; + w.show(); + return a.exec(); +} diff --git a/Third term/Industrial programming technologies/7_User_Form/male.png b/Third term/Industrial programming technologies/7_User_Form/male.png new file mode 100755 index 0000000..0d42ec8 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/male.png differ diff --git a/Third term/Industrial programming technologies/7_User_Form/user.bin b/Third term/Industrial programming technologies/7_User_Form/user.bin new file mode 100755 index 0000000..29c6a98 Binary files /dev/null and b/Third term/Industrial programming technologies/7_User_Form/user.bin differ diff --git a/Third term/Industrial programming technologies/7_User_Form/userform.cpp b/Third term/Industrial programming technologies/7_User_Form/userform.cpp new file mode 100755 index 0000000..6d0b2da --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/userform.cpp @@ -0,0 +1,210 @@ +#include "userform.h" +#include "./ui_userform.h" +#include +#include +#include +#include +#include +#include + +using namespace std; + +UserForm::UserForm(QWidget *parent) + : QMainWindow(parent), ui(new Ui::UserForm) +{ + ui->setupUi(this); + + connect(ui->registButton, &QPushButton::clicked, this, &UserForm::registration); + connect(ui->loadDataButton, &QPushButton::clicked, this, &UserForm::loadData); + connect(ui->radioButtonF, &QRadioButton::clicked, this, &UserForm::fIcon); + connect(ui->radioButtonM, &QRadioButton::clicked, this, &UserForm::mIcon); + + ui->labelF->hide(); + ui->labelM->hide(); +} + +UserForm::~UserForm() +{ + delete ui; +} + +void UserForm::fIcon() +{ + ui->labelM->hide(); + ui->labelF->show(); +} + +void UserForm::mIcon() +{ + ui->labelM->show(); + ui->labelF->hide(); +} + +void UserForm::registration() +{ + QString username = ui->username->text(); + QString fullName = ui->fullName->text(); + bool isMale = ui->radioButtonM->isChecked(); + bool isFemale = ui->radioButtonF->isChecked(); + QString passport = ui->passport->text(); + QString dob = ui->dob->text(); + QString phoneNumber = ui->phone->text(); + QString email = ui->email->text(); + + QRegularExpression usernamePattern("^[a-zA-Z0-9]{3,15}$"); + QRegularExpressionMatch usernameMatch = usernamePattern.match(username); + if (!usernameMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверное имя пользователя."); + return; + } + + QRegularExpression fullNamePattern("^([А-Я][а-я]{3,14}) ([А-Я][а-я]{3,14}) ([А-Я][а-я]{3,14})$"); + QRegularExpressionMatch fullNameMatch = fullNamePattern.match(fullName); + if (!fullNameMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверное ФИО."); + return; + } + + if (!(isMale || isFemale)) + { + QMessageBox::warning(this, "Ошибка", "Неверный пол."); + return; + } + + QRegularExpression passportPattern("^(\\d{4}) (\\d{6})$"); + QRegularExpressionMatch passportMatch = passportPattern.match(passport); + if (!passportMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный номер паспорта."); + return; + } + + QRegularExpression dobPattern("^(0[1-9]|[12][0-9]|3[01])\\.(0[1-9]|1[0-2])\\.(\\d{4})$"); + QRegularExpressionMatch dobMatch = dobPattern.match(dob); + if (!dobMatch.hasMatch() || !isValidDate(dobMatch.captured(1).toInt(), dobMatch.captured(2).toInt(), dobMatch.captured(3).toInt())) + { + QMessageBox::warning(this, "Ошибка", "Неверная дата рождения."); + return; + } + + QRegularExpression phonePattern("^\\+7-\\d{3}-\\d{3}-\\d{2}-\\d{2}$"); + QRegularExpressionMatch phoneMatch = phonePattern.match(phoneNumber); + if (!phoneMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный номер телефона."); + return; + } + + QRegularExpression emailPattern("^[a-zA-Z0-9._%+-]{1,20}@[a-zA-Z0-9-]+\\.[a-zA-Z]{2,}$"); + QRegularExpressionMatch emailMatch = emailPattern.match(email); + if (!emailMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный e-mail."); + return; + } + + QString qtFileName = QFileDialog::getSaveFileName(this, "Сохранить файл", "", "Binary Files (*.bin)"); + if (qtFileName.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Неверный файл."); + return; + } + + string fileName = qtFileName.toStdString(); + string extension = ".bin"; + if (fileName.length() < extension.length() || fileName.compare(fileName.length() - extension.length(), extension.length(), extension) != 0) { + fileName += extension; + } + + QFile confFile(QString::fromStdString(fileName)); + if (!confFile.open(QIODevice::WriteOnly)) + { + QMessageBox::warning(this, "Ошибка", "Проблемы с записью файла."); + return; + } + + QDataStream dataStream(&confFile); + dataStream << username + << fullName + << QString::fromStdString(isMale ? "M" : "F") + << passport + << dob + << phoneNumber + << email; + confFile.close(); + + ostringstream messageStream; + messageStream << "Вы успешно зарегистрировали аккаунт " << username.toStdString() + << ".\nВаше имя: " << fullNameMatch.captured(2).toStdString() + << ", ваша фамилия: " << fullNameMatch.captured(1).toStdString() + << ", ваше отчество: " << fullNameMatch.captured(3).toStdString() + << ".\nВаш пол: " << (isMale ? "Мужской" : "Женский") + << ".\nСерия Вашего паспорта: " << passportMatch.captured(1).toStdString() + << ", номер: " << passportMatch.captured(2).toStdString() + << ".\nВы родились " << dobMatch.captured(1).toStdString() + << " " << dobMatch.captured(2).toStdString() + << " " << dobMatch.captured(3).toStdString() + << ".\nВаш номер телефона: " << phoneNumber.toStdString() + << ".\nВаш e-mail: " << email.toStdString() + << ".\nСпасибо за регистрацию."; + + QMessageBox::information(this, "Регистрация", QString::fromStdString(messageStream.str())); +} + +void UserForm::loadData() +{ + QString fileName = QFileDialog::getOpenFileName(this, "Открыть файл", "", "Binary Files (*.bin);;All Files (*)"); + if (fileName.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Неверный файл."); + return; + } + + QFile confFile(fileName); + if (!confFile.open(QIODevice::ReadOnly)) + { + QMessageBox::warning(this, "Ошибка", "Проблемы с чтением файла."); + return; + } + + QDataStream dataStream(&confFile); + + QString username, fullName, gend, passport, dob, phoneNumber, email; + + dataStream >> username; + dataStream >> fullName; + dataStream >> gend; + dataStream >> passport; + dataStream >> dob; + dataStream >> phoneNumber; + dataStream >> email; + + if (gend == "M") mIcon(); + else fIcon(); + + ui->username->setText(username); + ui->fullName->setText(fullName); + ui->radioButtonM->setChecked(gend == "M"); + ui->radioButtonF->setChecked(gend == "F"); + ui->passport->setText(passport); + ui->dob->setText(dob); + ui->phone->setText(phoneNumber); + ui->email->setText(email); + + confFile.close(); +} + +bool UserForm::isValidDate(int day, int month, int year) { + if (month < 1 || month > 12 || day < 1) { + return false; + } + + int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; + if (month == 2 && ((year % 4 == 0 && year % 100 != 0) || year % 400 == 0)) { + daysInMonth[1] = 29; + } + + return day <= daysInMonth[month - 1]; +} diff --git a/Third term/Industrial programming technologies/7_User_Form/userform.h b/Third term/Industrial programming technologies/7_User_Form/userform.h new file mode 100755 index 0000000..8c9fc02 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/userform.h @@ -0,0 +1,30 @@ +#ifndef USERFORM_H +#define USERFORM_H + +#include + +QT_BEGIN_NAMESPACE +namespace Ui { +class UserForm; +} +QT_END_NAMESPACE + +class UserForm : public QMainWindow +{ + Q_OBJECT + +public: + UserForm(QWidget *parent = nullptr); + ~UserForm(); + +private slots: + void registration(); + void loadData(); + void fIcon(); + void mIcon(); + +private: + Ui::UserForm *ui; + bool isValidDate(int day, int month, int year); +}; +#endif // USERFORM_H diff --git a/Third term/Industrial programming technologies/7_User_Form/userform.ui b/Third term/Industrial programming technologies/7_User_Form/userform.ui new file mode 100755 index 0000000..05ec406 --- /dev/null +++ b/Third term/Industrial programming technologies/7_User_Form/userform.ui @@ -0,0 +1,417 @@ + + + UserForm + + + + 0 + 0 + 669 + 388 + + + + UserForm + + + + + + 250 + 20 + 400 + 30 + + + + + 16 + true + + + + Форма регистрации + + + Qt::AlignmentFlag::AlignCenter + + + + + + 20 + 60 + 221 + 30 + + + + + 16 + + + + Имя пользователя: + + + + + + 20 + 100 + 221 + 30 + + + + + 16 + + + + ФИО: + + + + + + 20 + 140 + 221 + 30 + + + + + 16 + + + + Пол: + + + + + + 20 + 220 + 221 + 30 + + + + + 16 + + + + Дата рождения: + + + + + + 20 + 180 + 221 + 30 + + + + + 16 + + + + Паспорт: + + + + + + 20 + 300 + 221 + 30 + + + + + 16 + + + + E-mail: + + + + + + 20 + 260 + 221 + 30 + + + + + 16 + + + + Телефон: + + + + + + 250 + 60 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhLatinOnly + + + + + + + + + User123 + + + + + + 250 + 100 + 400 + 30 + + + + + 16 + + + + Иванов Иван Иванович + + + + + + 250 + 180 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhDigitsOnly + + + 4211 324521 + + + + + + 250 + 260 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhFormattedNumbersOnly + + + +7-123-456-78-90 + + + + + + 250 + 300 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhEmailCharactersOnly + + + example@mail.com + + + + + + 250 + 220 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhDate + + + 01.08.2005 + + + + + + 250 + 140 + 190 + 30 + + + + + 16 + + + + Мужской + + + true + + + + + + 460 + 140 + 190 + 30 + + + + + 16 + + + + Женский + + + + + + 250 + 340 + 400 + 30 + + + + + 16 + + + + Регистрация + + + + + + 20 + 340 + 221 + 30 + + + + + 16 + + + + Загрузить данные + + + + + + 20 + 10 + 51 + 51 + + + + + + + :/image/male.png + + + true + + + Qt::AlignmentFlag::AlignCenter + + + + + + 20 + 10 + 51 + 51 + + + + + + + :/image/female.png + + + true + + + Qt::AlignmentFlag::AlignCenter + + + + + + + diff --git a/Third term/Industrial programming technologies/8_User_Form/CMakeLists.txt b/Third term/Industrial programming technologies/8_User_Form/CMakeLists.txt new file mode 100755 index 0000000..10c025f --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/CMakeLists.txt @@ -0,0 +1,70 @@ +cmake_minimum_required(VERSION 3.16) + +project(8_User_Form VERSION 0.1 LANGUAGES CXX) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) +find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) + +set(PROJECT_SOURCES + main.cpp + userform.cpp + userform.h + userform.ui +) + +if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) + qt_add_executable(8_User_Form + MANUAL_FINALIZATION + ${PROJECT_SOURCES} + ) +# Define target properties for Android with Qt 6 as: +# set_property(TARGET 8_User_Form APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# ${CMAKE_CURRENT_SOURCE_DIR}/android) +# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation +else() + if(ANDROID) + add_library(8_User_Form SHARED + ${PROJECT_SOURCES} + ) +# Define properties for Android with Qt 5 after find_package() calls as: +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") + else() + add_executable(8_User_Form + ${PROJECT_SOURCES} + ) + endif() +endif() + +target_link_libraries(8_User_Form PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) + +# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. +# If you are developing for iOS or macOS you should consider setting an +# explicit, fixed bundle identifier manually though. +if(${QT_VERSION} VERSION_LESS 6.1.0) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.8_User_Form) +endif() +set_target_properties(8_User_Form PROPERTIES + ${BUNDLE_ID_OPTION} + MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} + MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} + MACOSX_BUNDLE TRUE + WIN32_EXECUTABLE TRUE +) + +include(GNUInstallDirs) +install(TARGETS 8_User_Form + BUNDLE DESTINATION . + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +) + +if(QT_VERSION_MAJOR EQUAL 6) + qt_finalize_executable(8_User_Form) +endif() diff --git a/Third term/Industrial programming technologies/8_User_Form/CMakeLists.txt.user b/Third term/Industrial programming technologies/8_User_Form/CMakeLists.txt.user new file mode 100755 index 0000000..20d4bfe --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/CMakeLists.txt.user @@ -0,0 +1,422 @@ + + + + + + EnvironmentId + {b09ad12c-2375-4d91-a30f-70a5d330cb93} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {a763e5f1-4a4d-4ec1-b61b-aa3746a79db0} + 0 + 0 + 0 + + Debug + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Debug +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug + + + + + all + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + CMakeProjectManager.CMakeBuildConfiguration + + + Release + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Release +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Release + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-RelWithDebInfo + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release with Debug Information + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Profile + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + CMakeProjectManager.CMakeBuildConfiguration + + + MinSizeRel + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-MinSizeRel + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Minimum Size Release + CMakeProjectManager.CMakeBuildConfiguration + + 5 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph dwarf,4096 -F 250 + 8_User_Form + CMakeProjectManager.CMakeRunConfiguration.8_User_Form + 8_User_Form + false + true + true + true + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cache-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.codemodel-v2.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.codemodel-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-17f5c4c85fc8741eb62e.json.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-17f5c4c85fc8741eb62e.json.tmp new file mode 100755 index 0000000..ee9d387 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-17f5c4c85fc8741eb62e.json.tmp @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "8_User_Form_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + }, + { + "name" : "8_User_Form_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "8_User_Form_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "8_User_Form" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-25T19-07-43-0349.json.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-25T19-07-43-0349.json.tmp new file mode 100755 index 0000000..db45874 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.index-2024-09-25T19-07-43-0349.json.tmp @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-5574d91f4d3e4cb4f9ed.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-17f5c4c85fc8741eb62e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-7a88b7e5d4cac2dedc2f.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-17f5c4c85fc8741eb62e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-7a88b7e5d4cac2dedc2f.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-5574d91f4d3e4cb4f9ed.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-8_User_Form-Debug-9b69c0ee2b348df796b2.json.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-8_User_Form-Debug-9b69c0ee2b348df796b2.json.tmp new file mode 100755 index 0000000..c5c498b --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-8_User_Form-Debug-9b69c0ee2b348df796b2.json.tmp @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "8_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "8_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "8_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "8_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "8_User_Form", + "nameOnDisk" : "8_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-8_User_Form_autogen-Debug-64f2dc361b12c19d9450.json.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-8_User_Form_autogen-Debug-64f2dc361b12c19d9450.json.tmp new file mode 100755 index 0000000..9e350d9 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-8_User_Form_autogen-Debug-64f2dc361b12c19d9450.json.tmp @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "8_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "8_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "8_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/8_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-17f5c4c85fc8741eb62e.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-17f5c4c85fc8741eb62e.json new file mode 100755 index 0000000..ee9d387 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-17f5c4c85fc8741eb62e.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "8_User_Form_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + }, + { + "name" : "8_User_Form_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "8_User_Form_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "8_User_Form" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-7a88b7e5d4cac2dedc2f.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-7a88b7e5d4cac2dedc2f.json new file mode 100755 index 0000000..8d33058 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-7a88b7e5d4cac2dedc2f.json @@ -0,0 +1,654 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-5574d91f4d3e4cb4f9ed.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-5574d91f4d3e4cb4f9ed.json new file mode 100755 index 0000000..8a7886f --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-5574d91f4d3e4cb4f9ed.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-c6ab7d5064108f15562c.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "8_User_Form", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "8_User_Form::@6890427a1f51a3e7e1df", + "jsonFile" : "target-8_User_Form-Debug-9b69c0ee2b348df796b2.json", + "name" : "8_User_Form", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "8_User_Form_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-8_User_Form_autogen-Debug-64f2dc361b12c19d9450.json", + "name" : "8_User_Form_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "8_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-8_User_Form_autogen_timestamp_deps-Debug-943fa7eddacac932e4e7.json", + "name" : "8_User_Form_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-c6ab7d5064108f15562c.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-c6ab7d5064108f15562c.json new file mode 100755 index 0000000..12bedae --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-c6ab7d5064108f15562c.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "8_User_Form" + ], + "targetId" : "8_User_Form::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T19-07-43-0349.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T19-07-43-0349.json new file mode 100755 index 0000000..db45874 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T19-07-43-0349.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-5574d91f4d3e4cb4f9ed.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-17f5c4c85fc8741eb62e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-7a88b7e5d4cac2dedc2f.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-17f5c4c85fc8741eb62e.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-7a88b7e5d4cac2dedc2f.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-5574d91f4d3e4cb4f9ed.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-8_User_Form-Debug-9b69c0ee2b348df796b2.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-8_User_Form-Debug-9b69c0ee2b348df796b2.json new file mode 100755 index 0000000..c5c498b --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-8_User_Form-Debug-9b69c0ee2b348df796b2.json @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "8_User_Form" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "8_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "8_User_Form_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "8_User_Form::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "8_User_Form", + "nameOnDisk" : "8_User_Form", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "userform.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "userform.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/include/ui_userform.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-8_User_Form_autogen-Debug-64f2dc361b12c19d9450.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-8_User_Form_autogen-Debug-64f2dc361b12c19d9450.json new file mode 100755 index 0000000..9e350d9 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-8_User_Form_autogen-Debug-64f2dc361b12c19d9450.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "8_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "8_User_Form_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "8_User_Form_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/8_User_Form_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/8_User_Form_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-8_User_Form_autogen_timestamp_deps-Debug-943fa7eddacac932e4e7.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-8_User_Form_autogen_timestamp_deps-Debug-943fa7eddacac932e4e7.json new file mode 100755 index 0000000..1eb9bbd --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.cmake/api/v1/reply/target-8_User_Form_autogen_timestamp_deps-Debug-943fa7eddacac932e4e7.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "8_User_Form_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "8_User_Form_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.ninja_deps b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.ninja_deps new file mode 100755 index 0000000..13c31b2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.ninja_log b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.ninja_log new file mode 100755 index 0000000..106ec5a --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.ninja_log @@ -0,0 +1,23 @@ +# ninja log v6 +1 148 1727291295868003800 8_User_Form_autogen/timestamp 77f2cbdf8926ac73 +1 148 1727291295868003800 8_User_Form_autogen/mocs_compilation.cpp 77f2cbdf8926ac73 +1 148 1727291295868003800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/timestamp 77f2cbdf8926ac73 +1 148 1727291295868003800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp 77f2cbdf8926ac73 +158 1426 1727291295888304500 CMakeFiles/8_User_Form.dir/main.cpp.o 1777bc439dae04c6 +158 1442 1727291295887960400 CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o dbffec4a6a14d6bb +159 2001 1727291295888585300 CMakeFiles/8_User_Form.dir/userform.cpp.o eda11dc9df43902a +2002 2344 1727291297731505400 8_User_Form eb944a1a2c769984 +3 27 1727291704282921800 8_User_Form_autogen/timestamp 77f2cbdf8926ac73 +3 27 1727291704282921800 8_User_Form_autogen/mocs_compilation.cpp 77f2cbdf8926ac73 +3 27 1727291704282921800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/timestamp 77f2cbdf8926ac73 +3 27 1727291704282921800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp 77f2cbdf8926ac73 +27 1293 1727291704307142400 CMakeFiles/8_User_Form.dir/userform.cpp.o eda11dc9df43902a +1293 1564 1727291705572813400 8_User_Form eb944a1a2c769984 +4 126 1727406338141836900 8_User_Form_autogen/timestamp 77f2cbdf8926ac73 +4 126 1727406338141836900 8_User_Form_autogen/mocs_compilation.cpp 77f2cbdf8926ac73 +4 126 1727406338141836900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/timestamp 77f2cbdf8926ac73 +4 126 1727406338141836900 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp 77f2cbdf8926ac73 +126 1062 1727406338149800400 CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o dbffec4a6a14d6bb +126 1243 1727406338149995300 CMakeFiles/8_User_Form.dir/main.cpp.o 1777bc439dae04c6 +127 1606 1727406338150149000 CMakeFiles/8_User_Form.dir/userform.cpp.o eda11dc9df43902a +1606 1869 1727406339629256500 8_User_Form eb944a1a2c769984 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp new file mode 100755 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan.cmake.tmp @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan new file mode 100644 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake new file mode 100644 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake new file mode 100644 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/conan.cmake @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake new file mode 100644 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QApplication.A64C023440588392.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QApplication.A64C023440588392.idx.tmp new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QApplication.A64C023440588392.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QJsonObject.AB00CCC345491E22.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QJsonObject.AB00CCC345491E22.idx.tmp new file mode 100755 index 0000000..743db0a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QJsonObject.AB00CCC345491E22.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLabel.49ABC8C207AFEBCD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMessageBox.8A82EACDA39D56DD.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMessageBox.8A82EACDA39D56DD.idx.tmp new file mode 100755 index 0000000..75acd22 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMessageBox.8A82EACDA39D56DD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRadioButton.5DAD5CF8822B9D3A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp new file mode 100755 index 0000000..78e511f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTextStream.2173707B412EE4B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos64_t.h.2EADFCA8D822C455.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___va_copy.h.836F5157CC346C4F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_offsetof.h.4DBFDF8A36D01F76.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.A844DC2D52719F34.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp new file mode 100755 index 0000000..19980e5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp new file mode 100755 index 0000000..0fb3f3e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocator.h.E1943E26F0F3E7CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic.BC6FAD3ED3922564.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic.BC6FAD3ED3922564.idx.tmp new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic.BC6FAD3ED3922564.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_wide_counter.h.807A3792D29058FD.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_wide_counter.h.807A3792D29058FD.idx.tmp new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_wide_counter.h.807A3792D29058FD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_word.h.315DFF396293B977.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.auto_ptr.h.F72E6F8ABA6777B5.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.auto_ptr.h.F72E6F8ABA6777B5.idx.tmp new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.auto_ptr.h.F72E6F8ABA6777B5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.tcc.D2FDF9F24DF8F9BC.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.tcc.D2FDF9F24DF8F9BC.idx.tmp new file mode 100755 index 0000000..acfa73a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.basic_ios.tcc.D2FDF9F24DF8F9BC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++allocator.h.BD11A1C6167FF5D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++config.h.9F7F2721C3A599A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++locale.h.6892B700408CAE8B.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++locale.h.6892B700408CAE8B.idx.tmp new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++locale.h.6892B700408CAE8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cctype.45FE81067E51AD8A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cctype.45FE81067E51AD8A.idx.tmp new file mode 100755 index 0000000..7ecc3a3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cctype.45FE81067E51AD8A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.h.FA23AAA3A8BA2411.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clocale.A25E3E105AA18D05.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concepts.23B00030032C36A4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp new file mode 100755 index 0000000..6c7ff83 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpp_type_traits.h.FAB6676B3F7EBD5F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_inline.h.A9B63FE73C9200AF.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_inline.h.A9B63FE73C9200AF.idx.tmp new file mode 100755 index 0000000..be33355 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype_inline.h.A9B63FE73C9200AF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwctype.CAF6433F9B69FACA.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwctype.CAF6433F9B69FACA.idx.tmp new file mode 100755 index 0000000..59cfca7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwctype.CAF6433F9B69FACA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_forced.h.BC431100D1277D23.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_forced.h.BC431100D1277D23.idx.tmp new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_forced.h.BC431100D1277D23.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno-base.h.23FC55A99C73A727.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno-base.h.23FC55A99C73A727.idx.tmp new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno-base.h.23FC55A99C73A727.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.3F8ECD84FB880B64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn.h.F3C6759637F0C3C2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_memory_defs.h.F7716F53E1442902.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_memory_defs.h.F7716F53E1442902.idx.tmp new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_memory_defs.h.F7716F53E1442902.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.invoke.h.84E589785E3F87D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp new file mode 100755 index 0000000..18c0dcd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ios.A08F1B5CDCFACE05.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.3CAAF7B31D96B22C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.3CAAF7B31D96B22C.idx.tmp new file mode 100755 index 0000000..36da534 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.3CAAF7B31D96B22C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.tcc.E642190AF0BBF573.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.tcc.E642190AF0BBF573.idx.tmp new file mode 100755 index 0000000..b62e005 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.istream.tcc.E642190AF0BBF573.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.3F8E18340D58C8CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.tcc.B7E0A0BAFF6A2234.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.tcc.B7E0A0BAFF6A2234.idx.tmp new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.tcc.B7E0A0BAFF6A2234.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.7039615D8288AE78.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.h.97AAD0515DE8CEC0.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.h.97AAD0515DE8CEC0.idx.tmp new file mode 100755 index 0000000..0a7b040 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_facets.h.97AAD0515DE8CEC0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp new file mode 100755 index 0000000..9ab372d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.localefwd.h.7B029A698677350D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.AE684688695A0CA0.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.AE684688695A0CA0.idx.tmp new file mode 100755 index 0000000..2e77239 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.AE684688695A0CA0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memoryfwd.h.1E6537F09BD5D2FE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.898FD7A581C58F30.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.898FD7A581C58F30.idx.tmp new file mode 100755 index 0000000..91a44d6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.898FD7A581C58F30.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.tcc.B0C8B78D86CB5AB1.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.tcc.B0C8B78D86CB5AB1.idx.tmp new file mode 100755 index 0000000..f1e960b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream.tcc.B0C8B78D86CB5AB1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.posix2_lim.h.3A58038C48DCD449.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qalgorithms.h.8983119C3A4F4410.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qalgorithms.h.8983119C3A4F4410.idx.tmp new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qalgorithms.h.8983119C3A4F4410.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qatomic_cxx11.h.08EE66F83AB5A6F2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp new file mode 100755 index 0000000..2a3885a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborcommon.h.FDEF2D51B3BC89DC.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborcommon.h.FDEF2D51B3BC89DC.idx.tmp new file mode 100755 index 0000000..e275773 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborcommon.h.FDEF2D51B3BC89DC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborvalue.h.1F3D960DF4B32677.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborvalue.h.1F3D960DF4B32677.idx.tmp new file mode 100755 index 0000000..12b6b38 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcborvalue.h.1F3D960DF4B32677.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qchar.h.4C2FDF4ACE5F2476.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qchar.h.4C2FDF4ACE5F2476.idx.tmp new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qchar.h.4C2FDF4ACE5F2476.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcolor.h.2314EE28406DFDAD.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcolor.h.2314EE28406DFDAD.idx.tmp new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcolor.h.2314EE28406DFDAD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp new file mode 100755 index 0000000..729cb42 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatetime.h.1614BC18D5D95F76.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatetime.h.1614BC18D5D95F76.idx.tmp new file mode 100755 index 0000000..477d088 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatetime.h.1614BC18D5D95F76.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdebug.h.0E65929D72319DA8.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdebug.h.0E65929D72319DA8.idx.tmp new file mode 100755 index 0000000..a54d81e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdebug.h.0E65929D72319DA8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdir.h.AEFD0BE47601CB42.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdir.h.AEFD0BE47601CB42.idx.tmp new file mode 100755 index 0000000..21221aa Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdir.h.AEFD0BE47601CB42.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp new file mode 100755 index 0000000..bf0d45d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfile.h.45404F27D2CDE2CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp new file mode 100755 index 0000000..c4c72f8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfiledevice.h.C25C4CE77F5159CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qflags.h.D6817491BF95B797.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobal.h.93A9010AA43A08E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qglobalstatic.h.2EE861508AEFAA99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qimage.h.0CEE9376E77AC8D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qinputmethod.h.79CDCB9A7CFD9E6D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp new file mode 100755 index 0000000..bc0722e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qiodevice.h.6EF8D8E75865A0CC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsondocument.h.FC385328F2B015FD.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsondocument.h.FC385328F2B015FD.idx.tmp new file mode 100755 index 0000000..f6bd410 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qjsondocument.h.FC385328F2B015FD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp new file mode 100755 index 0000000..89b781e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp new file mode 100755 index 0000000..ac942ee Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmessagebox.h.FDCA832BD14A2432.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmessagebox.h.FDCA832BD14A2432.idx.tmp new file mode 100755 index 0000000..29f865e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmessagebox.h.FDCA832BD14A2432.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp new file mode 100755 index 0000000..38ef6e6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp new file mode 100755 index 0000000..37edc58 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.598B10433A0B063A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp new file mode 100755 index 0000000..b4b8fcb Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs_impl.h.3781C22193C0D6D7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpen.h.261E4016B6AE3394.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrefcount.h.A40E6231913EB62C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qset.h.C11F0B35623E7D4B.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qset.h.C11F0B35623E7D4B.idx.tmp new file mode 100755 index 0000000..01c2d37 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qset.h.C11F0B35623E7D4B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsizepolicy.h.99B0028090FC1FD7.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsizepolicy.h.99B0028090FC1FD7.idx.tmp new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsizepolicy.h.99B0028090FC1FD7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringlist.h.C73224F4A51B28D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextcursor.h.7A112B1A656A27F4.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextcursor.h.7A112B1A656A27F4.idx.tmp new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextcursor.h.7A112B1A656A27F4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextformat.h.D3598D9A03255D55.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextstream.h.07F4A085FA0A1C9F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextstream.h.07F4A085FA0A1C9F.idx.tmp new file mode 100755 index 0000000..50501bc Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextstream.h.07F4A085FA0A1C9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtgui-config.h.0AECA8132DE3369D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtguiglobal.h.20A174910D038679.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp new file mode 100755 index 0000000..8db9ea0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qurl.h.000F19826F298B35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvector.h.BD3BEDA719E00E88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qversiontagging.h.2644BC937C55A361.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp new file mode 100755 index 0000000..292e5d3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qwindowdefs.h.BC90157CA7EC89EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ratio.3D26AC804185A4D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.E8530EF262253892.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp new file mode 100755 index 0000000..741850e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.setjmp.h.6CF72ED99D57E7CF.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.setjmp.h.6CF72ED99D57E7CF.idx.tmp new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.setjmp.h.6CF72ED99D57E7CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.tcc.DCE09CF673EEAC88.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.tcc.DCE09CF673EEAC88.idx.tmp new file mode 100755 index 0000000..fb76998 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sstream.tcc.DCE09CF673EEAC88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stddef.h.AE2DA21BC2124F78.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stddef.h.AE2DA21BC2124F78.idx.tmp new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stddef.h.AE2DA21BC2124F78.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp new file mode 100755 index 0000000..e11b0cd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp new file mode 100755 index 0000000..a3b6cb3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-intn.h.1B33604E07F2EC64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.2EFEF76FBD46C0CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp new file mode 100755 index 0000000..ff160d0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algobase.h.6EC4E1DD2AF56F64.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_list.h.FACF262634BCC4E9.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_list.h.FACF262634BCC4E9.idx.tmp new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_list.h.FACF262634BCC4E9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp new file mode 100755 index 0000000..24118c8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_map.h.7195FA1B76E02227.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tree.h.E586939CDDF41177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_vector.h.54FDE39F88213089.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_vector.h.54FDE39F88213089.idx.tmp new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_vector.h.54FDE39F88213089.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf.tcc.196CE349FAD0EB92.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.streambuf_iterator.h.3892C42D2CE6C537.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_rwlock.h.015225931B7E9A45.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_rwlock.h.015225931B7E9A45.idx.tmp new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_rwlock.h.015225931B7E9A45.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_sched_param.h.3F36B920743964D0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp new file mode 100755 index 0000000..d269ca1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs.h.082359ACEA197EE8.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs.h.082359ACEA197EE8.idx.tmp new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs.h.082359ACEA197EE8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.thread-shared-types.h.3BF83EAF2453B9EE.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.thread-shared-types.h.3BF83EAF2453B9EE.idx.tmp new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.thread-shared-types.h.3BF83EAF2453B9EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp new file mode 100755 index 0000000..b17d688 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timesize.h.B987EAFC7C6E7540.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timesize.h.B987EAFC7C6E7540.idx.tmp new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timesize.h.B987EAFC7C6E7540.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp new file mode 100755 index 0000000..a47ce48 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp new file mode 100755 index 0000000..80bbcb6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typeinfo.085FA8A13242911A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp new file mode 100755 index 0000000..135eb84 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.A9C854B704566561.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_userform.h.C4761047A476E637.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_userform.h.C4761047A476E637.idx.tmp new file mode 100755 index 0000000..213b6b8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_userform.h.C4761047A476E637.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.userform.cpp.A1C3EB737FCE795E.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.userform.cpp.A1C3EB737FCE795E.idx.tmp new file mode 100755 index 0000000..3e21fd7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.userform.cpp.A1C3EB737FCE795E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.tcc.8206317A39F11217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype-wchar.h.78AE2CB859572BCB.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype-wchar.h.78AE2CB859572BCB.idx.tmp new file mode 100755 index 0000000..2e8d570 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype-wchar.h.78AE2CB859572BCB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp new file mode 100755 index 0000000..ca908c8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wctype.h.CC12045E6059335C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wint_t.h.CEEF00AA17514887.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wint_t.h.CEEF00AA17514887.idx.tmp new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wint_t.h.CEEF00AA17514887.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx new file mode 100755 index 0000000..2c3af1f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFile.802A463BD5D69029.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx new file mode 100755 index 0000000..35f77e4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QFileDialog.D3F8ED914DF938BA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonDocument.4362AD2AA686DCE1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonDocument.4362AD2AA686DCE1.idx new file mode 100755 index 0000000..398e988 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonDocument.4362AD2AA686DCE1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonObject.AB00CCC345491E22.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonObject.AB00CCC345491E22.idx new file mode 100755 index 0000000..743db0a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QJsonObject.AB00CCC345491E22.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx new file mode 100755 index 0000000..75acd22 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx new file mode 100755 index 0000000..78e511f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTextStream.2173707B412EE4B1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx new file mode 100755 index 0000000..c2d5b58 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100755 index 0000000..19980e5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx new file mode 100755 index 0000000..0fb3f3e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx new file mode 100755 index 0000000..9c4c3a0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx new file mode 100755 index 0000000..15cb1ad Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.h.70E711DC6259E6A1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx new file mode 100755 index 0000000..acfa73a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_ios.tcc.D2FDF9F24DF8F9BC.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx new file mode 100755 index 0000000..7ecc3a3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx new file mode 100755 index 0000000..6c7ff83 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx new file mode 100755 index 0000000..c4e0162 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_base.h.2E17F3B952294960.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx new file mode 100755 index 0000000..be33355 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype_inline.h.A9B63FE73C9200AF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx new file mode 100755 index 0000000..59cfca7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwctype.CAF6433F9B69FACA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx new file mode 100755 index 0000000..ed0703b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx new file mode 100755 index 0000000..18c0dcd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios.A08F1B5CDCFACE05.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx new file mode 100755 index 0000000..36da534 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.3CAAF7B31D96B22C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx new file mode 100755 index 0000000..b62e005 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/istream.tcc.E642190AF0BBF573.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx new file mode 100755 index 0000000..61a3030 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx new file mode 100755 index 0000000..4fc5ccd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx new file mode 100755 index 0000000..0a7b040 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.h.97AAD0515DE8CEC0.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx new file mode 100755 index 0000000..8a5d9f4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_facets.tcc.D9F00AABE4A10EBF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx new file mode 100755 index 0000000..9ab372d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.AE684688695A0CA0.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.AE684688695A0CA0.idx new file mode 100755 index 0000000..2e77239 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.AE684688695A0CA0.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx new file mode 100755 index 0000000..91a44d6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.898FD7A581C58F30.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx new file mode 100755 index 0000000..f1e960b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream.tcc.B0C8B78D86CB5AB1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx new file mode 100755 index 0000000..b18f0d2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx new file mode 100755 index 0000000..2a3885a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborcommon.h.FDEF2D51B3BC89DC.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborcommon.h.FDEF2D51B3BC89DC.idx new file mode 100755 index 0000000..e275773 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborcommon.h.FDEF2D51B3BC89DC.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborvalue.h.1F3D960DF4B32677.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborvalue.h.1F3D960DF4B32677.idx new file mode 100755 index 0000000..12b6b38 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcborvalue.h.1F3D960DF4B32677.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx new file mode 100755 index 0000000..729cb42 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.53B1F7DDC86E936A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.53B1F7DDC86E936A.idx new file mode 100755 index 0000000..34630d9 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontiguouscache.h.53B1F7DDC86E936A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.1614BC18D5D95F76.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.1614BC18D5D95F76.idx new file mode 100755 index 0000000..477d088 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatetime.h.1614BC18D5D95F76.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.0E65929D72319DA8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.0E65929D72319DA8.idx new file mode 100755 index 0000000..a54d81e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdebug.h.0E65929D72319DA8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx new file mode 100755 index 0000000..0d021ed Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx new file mode 100755 index 0000000..21221aa Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdir.h.AEFD0BE47601CB42.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx new file mode 100755 index 0000000..bf0d45d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfile.h.45404F27D2CDE2CC.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx new file mode 100755 index 0000000..c4c72f8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledevice.h.C25C4CE77F5159CF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx new file mode 100755 index 0000000..5479dff Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfiledialog.h.90A65AF950E9380A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx new file mode 100755 index 0000000..9815813 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfileinfo.h.E6695D3DB0C13478.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx new file mode 100755 index 0000000..686c5b3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx new file mode 100755 index 0000000..bc0722e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx new file mode 100755 index 0000000..a6765ec Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsondocument.h.FC385328F2B015FD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsondocument.h.FC385328F2B015FD.idx new file mode 100755 index 0000000..f6bd410 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsondocument.h.FC385328F2B015FD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonobject.h.1C1A09968E3D8905.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonobject.h.1C1A09968E3D8905.idx new file mode 100755 index 0000000..310e69d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonobject.h.1C1A09968E3D8905.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.9408D9C7ACCE7FC9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.9408D9C7ACCE7FC9.idx new file mode 100755 index 0000000..293e11f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qjsonvalue.h.9408D9C7ACCE7FC9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx new file mode 100755 index 0000000..89b781e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx new file mode 100755 index 0000000..ac942ee Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx new file mode 100755 index 0000000..b23e1a4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx new file mode 100755 index 0000000..29f865e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx new file mode 100755 index 0000000..38ef6e6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx new file mode 100755 index 0000000..90bc1d6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx new file mode 100755 index 0000000..37edc58 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx new file mode 100755 index 0000000..b4b8fcb Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx new file mode 100755 index 0000000..8699d0e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx new file mode 100755 index 0000000..0d8fd25 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx new file mode 100755 index 0000000..01c2d37 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx new file mode 100755 index 0000000..50501bc Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextstream.h.07F4A085FA0A1C9F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx new file mode 100755 index 0000000..8db9ea0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qurl.h.000F19826F298B35.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/quuid.h.2812EEECD9931108.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/quuid.h.2812EEECD9931108.idx new file mode 100755 index 0000000..4f79645 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/quuid.h.2812EEECD9931108.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx new file mode 100755 index 0000000..292e5d3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx new file mode 100755 index 0000000..741850e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx new file mode 100755 index 0000000..3a369cb Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx new file mode 100755 index 0000000..9124d24 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.26424C0CFA3E56FA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx new file mode 100755 index 0000000..fb76998 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sstream.tcc.DCE09CF673EEAC88.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx new file mode 100755 index 0000000..e11b0cd Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx new file mode 100755 index 0000000..a3b6cb3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx new file mode 100755 index 0000000..ff160d0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx new file mode 100755 index 0000000..24118c8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100755 index 0000000..3998f99 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx new file mode 100755 index 0000000..d269ca1 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx new file mode 100755 index 0000000..a089acb Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx new file mode 100755 index 0000000..b17d688 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx new file mode 100755 index 0000000..a47ce48 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx new file mode 100755 index 0000000..7ad7ba5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx new file mode 100755 index 0000000..80bbcb6 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx new file mode 100755 index 0000000..135eb84 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.C4761047A476E637.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.C4761047A476E637.idx new file mode 100755 index 0000000..213b6b8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_userform.h.C4761047A476E637.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.A1C3EB737FCE795E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.A1C3EB737FCE795E.idx new file mode 100755 index 0000000..3e21fd7 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.cpp.A1C3EB737FCE795E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.A62361387892437C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.A62361387892437C.idx new file mode 100755 index 0000000..1739ced Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/userform.h.A62361387892437C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100755 index 0000000..5cf4d16 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx new file mode 100755 index 0000000..2e8d570 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype-wchar.h.78AE2CB859572BCB.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx new file mode 100755 index 0000000..ca908c8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wctype.h.CC12045E6059335C.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp new file mode 100755 index 0000000..0f81e5d --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json new file mode 100755 index 0000000..0f81e5d --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing..ninja_deps.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing..ninja_deps.tmp new file mode 100755 index 0000000..13c31b2 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing..ninja_deps.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing.8_User_Form.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing.8_User_Form.tmp new file mode 100755 index 0000000..8eb5adc Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing.8_User_Form.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing.build.ninja.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing.build.ninja.tmp new file mode 100755 index 0000000..8eb35e3 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing.build.ninja.tmp @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 8_User_Form +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 8_User_Form + + +############################################# +# Order-only phony target for 8_User_Form + +build cmake_object_order_depends_target_8_User_Form: phony || 8_User_Form_autogen 8_User_Form_autogen/mocs_compilation.cpp 8_User_Form_autogen/timestamp 8_User_Form_autogen_timestamp_deps + +build CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o: CXX_COMPILER__8_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_8_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/8_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/8_User_Form.dir/8_User_Form_autogen + TARGET_COMPILE_PDB = CMakeFiles/8_User_Form.dir/ + TARGET_PDB = 8_User_Form.pdb + +build CMakeFiles/8_User_Form.dir/main.cpp.o: CXX_COMPILER__8_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/main.cpp || cmake_object_order_depends_target_8_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/8_User_Form.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/8_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/8_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/8_User_Form.dir/ + TARGET_PDB = 8_User_Form.pdb + +build CMakeFiles/8_User_Form.dir/userform.cpp.o: CXX_COMPILER__8_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/userform.cpp || cmake_object_order_depends_target_8_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/8_User_Form.dir/userform.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/8_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/8_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/8_User_Form.dir/ + TARGET_PDB = 8_User_Form.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 8_User_Form + + +############################################# +# Link the executable 8_User_Form + +build 8_User_Form: CXX_EXECUTABLE_LINKER__8_User_Form_Debug CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o CMakeFiles/8_User_Form.dir/main.cpp.o CMakeFiles/8_User_Form.dir/userform.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 8_User_Form_autogen 8_User_Form_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/8_User_Form.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/8_User_Form.dir/ + TARGET_FILE = 8_User_Form + TARGET_PDB = 8_User_Form.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 8_User_Form_autogen_timestamp_deps + +build 8_User_Form_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 8_User_Form_autogen + +build 8_User_Form_autogen: phony CMakeFiles/8_User_Form_autogen 8_User_Form_autogen/include/ui_userform.h 8_User_Form_autogen/timestamp 8_User_Form_autogen/mocs_compilation.cpp 8_User_Form_autogen_timestamp_deps + + +############################################# +# Custom command for 8_User_Form_autogen/timestamp + +build 8_User_Form_autogen/timestamp 8_User_Form_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}8_User_Form_autogen/timestamp ${cmake_ninja_workdir}8_User_Form_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 8_User_Form_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/d/151ef71138ca07d1ff0c999c5c1d55d92196584c7ad74d77f74b0eabfb99ffd1.d" + DESC = Automatic MOC and UIC for target 8_User_Form + depfile = CMakeFiles/d/151ef71138ca07d1ff0c999c5c1d55d92196584c7ad74d77f74b0eabfb99ffd1.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/8_User_Form_autogen + +build CMakeFiles/8_User_Form_autogen 8_User_Form_autogen/include/ui_userform.h | ${cmake_ninja_workdir}CMakeFiles/8_User_Form_autogen ${cmake_ninja_workdir}8_User_Form_autogen/include/ui_userform.h: phony 8_User_Form_autogen/timestamp || 8_User_Form_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug + +build all: phony 8_User_Form + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp new file mode 100755 index 0000000..55b8a04 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.syncthing.cmake_install.cmake.tmp @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form new file mode 100755 index 0000000..8eb5adc Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.deps.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.deps.tmp new file mode 100755 index 0000000..5ab8bf0 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.deps.tmp @@ -0,0 +1,472 @@ +8_User_Form_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/main.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/userform.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/userform.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/userform.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.moc_predefs.h.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.moc_predefs.h.tmp new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.moc_predefs.h.tmp @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.mocs_compilation.cpp.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.mocs_compilation.cpp.tmp new file mode 100755 index 0000000..8487527 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.mocs_compilation.cpp.tmp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_userform.cpp" diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.timestamp.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/.syncthing.timestamp.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/EWIEGA46WW/moc_userform.cpp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/EWIEGA46WW/moc_userform.cpp new file mode 100755 index 0000000..5f40458 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/EWIEGA46WW/moc_userform.cpp @@ -0,0 +1,123 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'userform.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../userform.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'userform.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_UserForm_t { + QByteArrayData data[4]; + char stringdata0[32]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_UserForm_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_UserForm_t qt_meta_stringdata_UserForm = { + { +QT_MOC_LITERAL(0, 0, 8), // "UserForm" +QT_MOC_LITERAL(1, 9, 12), // "registration" +QT_MOC_LITERAL(2, 22, 0), // "" +QT_MOC_LITERAL(3, 23, 8) // "loadData" + + }, + "UserForm\0registration\0\0loadData" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_UserForm[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 2, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 24, 2, 0x08 /* Private */, + 3, 0, 25, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void UserForm::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->registration(); break; + case 1: _t->loadData(); break; + default: ; + } + } + (void)_a; +} + +QT_INIT_METAOBJECT const QMetaObject UserForm::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_UserForm.data, + qt_meta_data_UserForm, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *UserForm::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *UserForm::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_UserForm.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int UserForm::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 2) + qt_static_metacall(this, _c, _id, _a); + _id -= 2; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 2) + *reinterpret_cast(_a[0]) = -1; + _id -= 2; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d new file mode 100755 index 0000000..58b7af3 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/EWIEGA46WW/moc_userform.cpp.d @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/EWIEGA46WW/moc_userform.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/userform.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/deps b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/deps new file mode 100755 index 0000000..5ab8bf0 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/deps @@ -0,0 +1,472 @@ +8_User_Form_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/main.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/userform.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/userform.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/8_User_Form/userform.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include/ui_userform.h b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include/ui_userform.h new file mode 100755 index 0000000..23823e3 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include/ui_userform.h @@ -0,0 +1,177 @@ +/******************************************************************************** +** Form generated from reading UI file 'userform.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_USERFORM_H +#define UI_USERFORM_H + +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_UserForm +{ +public: + QWidget *centralwidget; + QLabel *label; + QLabel *label_2; + QLabel *label_3; + QLabel *label_4; + QLabel *label_5; + QLabel *label_6; + QLabel *label_7; + QLabel *label_8; + QLineEdit *username; + QLineEdit *fullName; + QLineEdit *passport; + QLineEdit *phone; + QLineEdit *email; + QLineEdit *dob; + QRadioButton *radioButtonM; + QRadioButton *radioButtonF; + QPushButton *registButton; + QPushButton *loadDataButton; + + void setupUi(QMainWindow *UserForm) + { + if (UserForm->objectName().isEmpty()) + UserForm->setObjectName(QString::fromUtf8("UserForm")); + UserForm->resize(669, 388); + centralwidget = new QWidget(UserForm); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + label = new QLabel(centralwidget); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(250, 20, 400, 30)); + QFont font; + font.setPointSize(16); + font.setBold(true); + label->setFont(font); + label->setAlignment(Qt::AlignmentFlag::AlignCenter); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(20, 60, 221, 30)); + QFont font1; + font1.setPointSize(16); + label_2->setFont(font1); + label_3 = new QLabel(centralwidget); + label_3->setObjectName(QString::fromUtf8("label_3")); + label_3->setGeometry(QRect(20, 100, 221, 30)); + label_3->setFont(font1); + label_4 = new QLabel(centralwidget); + label_4->setObjectName(QString::fromUtf8("label_4")); + label_4->setGeometry(QRect(20, 140, 221, 30)); + label_4->setFont(font1); + label_5 = new QLabel(centralwidget); + label_5->setObjectName(QString::fromUtf8("label_5")); + label_5->setGeometry(QRect(20, 220, 221, 30)); + label_5->setFont(font1); + label_6 = new QLabel(centralwidget); + label_6->setObjectName(QString::fromUtf8("label_6")); + label_6->setGeometry(QRect(20, 180, 221, 30)); + label_6->setFont(font1); + label_7 = new QLabel(centralwidget); + label_7->setObjectName(QString::fromUtf8("label_7")); + label_7->setGeometry(QRect(20, 300, 221, 30)); + label_7->setFont(font1); + label_8 = new QLabel(centralwidget); + label_8->setObjectName(QString::fromUtf8("label_8")); + label_8->setGeometry(QRect(20, 260, 221, 30)); + label_8->setFont(font1); + username = new QLineEdit(centralwidget); + username->setObjectName(QString::fromUtf8("username")); + username->setGeometry(QRect(250, 60, 400, 30)); + username->setFont(font1); + username->setInputMethodHints(Qt::InputMethodHint::ImhLatinOnly); + fullName = new QLineEdit(centralwidget); + fullName->setObjectName(QString::fromUtf8("fullName")); + fullName->setGeometry(QRect(250, 100, 400, 30)); + fullName->setFont(font1); + passport = new QLineEdit(centralwidget); + passport->setObjectName(QString::fromUtf8("passport")); + passport->setGeometry(QRect(250, 180, 400, 30)); + passport->setFont(font1); + passport->setInputMethodHints(Qt::InputMethodHint::ImhDigitsOnly); + phone = new QLineEdit(centralwidget); + phone->setObjectName(QString::fromUtf8("phone")); + phone->setGeometry(QRect(250, 260, 400, 30)); + phone->setFont(font1); + phone->setInputMethodHints(Qt::InputMethodHint::ImhFormattedNumbersOnly); + email = new QLineEdit(centralwidget); + email->setObjectName(QString::fromUtf8("email")); + email->setGeometry(QRect(250, 300, 400, 30)); + email->setFont(font1); + email->setInputMethodHints(Qt::InputMethodHint::ImhEmailCharactersOnly); + dob = new QLineEdit(centralwidget); + dob->setObjectName(QString::fromUtf8("dob")); + dob->setGeometry(QRect(250, 220, 400, 30)); + dob->setFont(font1); + dob->setInputMethodHints(Qt::InputMethodHint::ImhDate); + radioButtonM = new QRadioButton(centralwidget); + radioButtonM->setObjectName(QString::fromUtf8("radioButtonM")); + radioButtonM->setGeometry(QRect(250, 140, 190, 30)); + radioButtonM->setFont(font1); + radioButtonM->setCheckable(true); + radioButtonF = new QRadioButton(centralwidget); + radioButtonF->setObjectName(QString::fromUtf8("radioButtonF")); + radioButtonF->setGeometry(QRect(460, 140, 190, 30)); + radioButtonF->setFont(font1); + registButton = new QPushButton(centralwidget); + registButton->setObjectName(QString::fromUtf8("registButton")); + registButton->setGeometry(QRect(250, 340, 400, 30)); + registButton->setFont(font1); + loadDataButton = new QPushButton(centralwidget); + loadDataButton->setObjectName(QString::fromUtf8("loadDataButton")); + loadDataButton->setGeometry(QRect(20, 340, 221, 30)); + loadDataButton->setFont(font1); + UserForm->setCentralWidget(centralwidget); + + retranslateUi(UserForm); + + QMetaObject::connectSlotsByName(UserForm); + } // setupUi + + void retranslateUi(QMainWindow *UserForm) + { + UserForm->setWindowTitle(QCoreApplication::translate("UserForm", "UserForm", nullptr)); + label->setText(QCoreApplication::translate("UserForm", "\320\244\320\276\321\200\320\274\320\260 \321\200\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\320\270", nullptr)); + label_2->setText(QCoreApplication::translate("UserForm", "\320\230\320\274\321\217 \320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\320\265\320\273\321\217:", nullptr)); + label_3->setText(QCoreApplication::translate("UserForm", "\320\244\320\230\320\236:", nullptr)); + label_4->setText(QCoreApplication::translate("UserForm", "\320\237\320\276\320\273:", nullptr)); + label_5->setText(QCoreApplication::translate("UserForm", "\320\224\320\260\321\202\320\260 \321\200\320\276\320\266\320\264\320\265\320\275\320\270\321\217:", nullptr)); + label_6->setText(QCoreApplication::translate("UserForm", "\320\237\320\260\321\201\320\277\320\276\321\200\321\202:", nullptr)); + label_7->setText(QCoreApplication::translate("UserForm", "E-mail:", nullptr)); + label_8->setText(QCoreApplication::translate("UserForm", "\320\242\320\265\320\273\320\265\321\204\320\276\320\275:", nullptr)); + username->setInputMask(QString()); + username->setText(QString()); + username->setPlaceholderText(QCoreApplication::translate("UserForm", "User123", nullptr)); + fullName->setPlaceholderText(QCoreApplication::translate("UserForm", "\320\230\320\262\320\260\320\275\320\276\320\262 \320\230\320\262\320\260\320\275 \320\230\320\262\320\260\320\275\320\276\320\262\320\270\321\207", nullptr)); + passport->setPlaceholderText(QCoreApplication::translate("UserForm", "4211 324521", nullptr)); + phone->setPlaceholderText(QCoreApplication::translate("UserForm", "+7-123-456-78-90", nullptr)); + email->setPlaceholderText(QCoreApplication::translate("UserForm", "example@mail.com", nullptr)); + dob->setPlaceholderText(QCoreApplication::translate("UserForm", "01.08.2005", nullptr)); + radioButtonM->setText(QCoreApplication::translate("UserForm", "\320\234\321\203\320\266\321\201\320\272\320\276\320\271", nullptr)); + radioButtonF->setText(QCoreApplication::translate("UserForm", "\320\226\320\265\320\275\321\201\320\272\320\270\320\271", nullptr)); + registButton->setText(QCoreApplication::translate("UserForm", "\320\240\320\265\320\263\320\270\321\201\321\202\321\200\320\260\321\206\320\270\321\217", nullptr)); + loadDataButton->setText(QCoreApplication::translate("UserForm", "\320\227\320\260\320\263\321\200\321\203\320\267\320\270\321\202\321\214 \320\264\320\260\320\275\320\275\321\213\320\265", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class UserForm: public Ui_UserForm {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_USERFORM_H diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/moc_predefs.h b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/moc_predefs.h new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/moc_predefs.h @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp new file mode 100755 index 0000000..8487527 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_userform.cpp" diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/timestamp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/timestamp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeCache.txt new file mode 100755 index 0000000..49be389 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeCache.txt @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +8_User_Form_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug + +//Value Computed by CMake +8_User_Form_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +8_User_Form_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=8_User_Form + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp new file mode 100755 index 0000000..380c1e7 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "8_User_Form_autogen" + "CMakeFiles/8_User_Form_autogen.dir/AutogenUsed.txt" + "CMakeFiles/8_User_Form_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp new file mode 100755 index 0000000..337e953 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 8_User_Form +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__8_User_Form_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__8_User_Form_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/.syncthing.userform.cpp.o.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/.syncthing.userform.cpp.o.tmp new file mode 100755 index 0000000..2e7b89b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/.syncthing.userform.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/8_User_Form_autogen/.syncthing.mocs_compilation.cpp.o.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/8_User_Form_autogen/.syncthing.mocs_compilation.cpp.o.tmp new file mode 100755 index 0000000..5fa4ab5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/8_User_Form_autogen/.syncthing.mocs_compilation.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o new file mode 100755 index 0000000..5fa4ab5 Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/main.cpp.o b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/main.cpp.o new file mode 100755 index 0000000..938223f Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/main.cpp.o differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/userform.cpp.o b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/userform.cpp.o new file mode 100755 index 0000000..2e7b89b Binary files /dev/null and b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir/userform.cpp.o differ diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp new file mode 100755 index 0000000..1bf4c54 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/.syncthing.AutogenInfo.json.tmp @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/deps", + "DEP_FILE_RULE_NAME" : "8_User_Form_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.h", + "MU", + "EWIEGA46WW/moc_userform.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/.syncthing.AutogenUsed.txt.tmp @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..1bf4c54 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenInfo.json @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/deps", + "DEP_FILE_RULE_NAME" : "8_User_Form_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.h", + "MU", + "EWIEGA46WW/moc_userform.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/ParseCache.txt new file mode 100755 index 0000000..737838c --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/ParseCache.txt @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.cpp + uic:./ui_userform.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/userform.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..b3d7562 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-t5SYLg" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-t5SYLg" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-t5SYLg' + + Run Build Command(s): /usr/bin/ninja -v cmTC_44f98 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_44f98.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_44f98.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccKO3lwm.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_44f98.dir/' + as -v --64 -o CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccKO3lwm.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_44f98 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_44f98' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_44f98.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cce00iOc.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_44f98 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cce00iOc.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_44f98 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_44f98' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_44f98.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-t5SYLg'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_44f98] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_44f98.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_44f98.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccKO3lwm.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_44f98.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccKO3lwm.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_44f98 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_44f98' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_44f98.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cce00iOc.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_44f98 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/cce00iOc.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_44f98] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/cce00iOc.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_44f98 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_44f98.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..1fe5af9 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake new file mode 100755 index 0000000..380c1e7 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "8_User_Form_autogen" + "CMakeFiles/8_User_Form_autogen.dir/AutogenUsed.txt" + "CMakeFiles/8_User_Form_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja new file mode 100755 index 0000000..337e953 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 8_User_Form +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__8_User_Form_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__8_User_Form_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/build.ninja b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/build.ninja new file mode 100755 index 0000000..8eb35e3 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/build.ninja @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 8_User_Form +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 8_User_Form + + +############################################# +# Order-only phony target for 8_User_Form + +build cmake_object_order_depends_target_8_User_Form: phony || 8_User_Form_autogen 8_User_Form_autogen/mocs_compilation.cpp 8_User_Form_autogen/timestamp 8_User_Form_autogen_timestamp_deps + +build CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o: CXX_COMPILER__8_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_8_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/8_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/8_User_Form.dir/8_User_Form_autogen + TARGET_COMPILE_PDB = CMakeFiles/8_User_Form.dir/ + TARGET_PDB = 8_User_Form.pdb + +build CMakeFiles/8_User_Form.dir/main.cpp.o: CXX_COMPILER__8_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/main.cpp || cmake_object_order_depends_target_8_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/8_User_Form.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/8_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/8_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/8_User_Form.dir/ + TARGET_PDB = 8_User_Form.pdb + +build CMakeFiles/8_User_Form.dir/userform.cpp.o: CXX_COMPILER__8_User_Form_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/userform.cpp || cmake_object_order_depends_target_8_User_Form + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/8_User_Form.dir/userform.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/8_User_Form.dir + OBJECT_FILE_DIR = CMakeFiles/8_User_Form.dir + TARGET_COMPILE_PDB = CMakeFiles/8_User_Form.dir/ + TARGET_PDB = 8_User_Form.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 8_User_Form + + +############################################# +# Link the executable 8_User_Form + +build 8_User_Form: CXX_EXECUTABLE_LINKER__8_User_Form_Debug CMakeFiles/8_User_Form.dir/8_User_Form_autogen/mocs_compilation.cpp.o CMakeFiles/8_User_Form.dir/main.cpp.o CMakeFiles/8_User_Form.dir/userform.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 8_User_Form_autogen 8_User_Form_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/8_User_Form.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/8_User_Form.dir/ + TARGET_FILE = 8_User_Form + TARGET_PDB = 8_User_Form.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 8_User_Form_autogen_timestamp_deps + +build 8_User_Form_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 8_User_Form_autogen + +build 8_User_Form_autogen: phony CMakeFiles/8_User_Form_autogen 8_User_Form_autogen/include/ui_userform.h 8_User_Form_autogen/timestamp 8_User_Form_autogen/mocs_compilation.cpp 8_User_Form_autogen_timestamp_deps + + +############################################# +# Custom command for 8_User_Form_autogen/timestamp + +build 8_User_Form_autogen/timestamp 8_User_Form_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}8_User_Form_autogen/timestamp ${cmake_ninja_workdir}8_User_Form_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 8_User_Form_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/8_User_Form_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/CMakeFiles/d/151ef71138ca07d1ff0c999c5c1d55d92196584c7ad74d77f74b0eabfb99ffd1.d" + DESC = Automatic MOC and UIC for target 8_User_Form + depfile = CMakeFiles/d/151ef71138ca07d1ff0c999c5c1d55d92196584c7ad74d77f74b0eabfb99ffd1.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/8_User_Form_autogen + +build CMakeFiles/8_User_Form_autogen 8_User_Form_autogen/include/ui_userform.h | ${cmake_ninja_workdir}CMakeFiles/8_User_Form_autogen ${cmake_ninja_workdir}8_User_Form_autogen/include/ui_userform.h: phony 8_User_Form_autogen/timestamp || 8_User_Form_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug + +build all: phony 8_User_Form + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/8_User_Form/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/cmake_install.cmake b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/cmake_install.cmake new file mode 100755 index 0000000..55b8a04 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/8_User_Form") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/8_User_Form") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/qtcsettings.cmake new file mode 100755 index 0000000..196273b --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/qtcsettings.cmake @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/8_User_Form/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/8_User_Form/main.cpp b/Third term/Industrial programming technologies/8_User_Form/main.cpp new file mode 100644 index 0000000..8016a10 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/main.cpp @@ -0,0 +1,11 @@ +#include "userform.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + UserForm w; + w.show(); + return a.exec(); +} diff --git a/Third term/Industrial programming technologies/8_User_Form/user.json b/Third term/Industrial programming technologies/8_User_Form/user.json new file mode 100644 index 0000000..f10c7ed --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/user.json @@ -0,0 +1,9 @@ +{ + "dob": "09.09.2002", + "email": "nktkln@nktkln.com", + "full_name": "Калинин Никита Викторович", + "is_male": true, + "passport": "1234 567890", + "phone": "+7-999-999-99-99", + "username": "NKTKLN" +} diff --git a/Third term/Industrial programming technologies/8_User_Form/userform.cpp b/Third term/Industrial programming technologies/8_User_Form/userform.cpp new file mode 100755 index 0000000..2c62ea7 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/userform.cpp @@ -0,0 +1,203 @@ +#include "userform.h" +#include "./ui_userform.h" +#include +#include +#include +#include +#include +#include +#include +#include + +using namespace std; + +UserForm::UserForm(QWidget *parent) + : QMainWindow(parent), ui(new Ui::UserForm) +{ + ui->setupUi(this); + + connect(ui->registButton, &QPushButton::clicked, this, &UserForm::registration); + connect(ui->loadDataButton, &QPushButton::clicked, this, &UserForm::loadData); +} + +UserForm::~UserForm() +{ + delete ui; +} + +void UserForm::registration() +{ + QString username = ui->username->text(); + QString fullName = ui->fullName->text(); + bool isMale = ui->radioButtonM->isChecked(); + bool isFemale = ui->radioButtonF->isChecked(); + QString passport = ui->passport->text(); + QString dob = ui->dob->text(); + QString phoneNumber = ui->phone->text(); + QString email = ui->email->text(); + + QRegularExpression usernamePattern("^[a-zA-Z0-9]{3,15}$"); + QRegularExpressionMatch usernameMatch = usernamePattern.match(username); + if (!usernameMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверное имя пользователя."); + return; + } + + QRegularExpression fullNamePattern("^([А-Я][а-я]{3,14}) ([А-Я][а-я]{3,14}) ([А-Я][а-я]{3,14})$"); + QRegularExpressionMatch fullNameMatch = fullNamePattern.match(fullName); + if (!fullNameMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверное ФИО."); + return; + } + + if (!(isMale || isFemale)) + { + QMessageBox::warning(this, "Ошибка", "Неверный пол."); + return; + } + + QRegularExpression passportPattern("^(\\d{4}) (\\d{6})$"); + QRegularExpressionMatch passportMatch = passportPattern.match(passport); + if (!passportMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный номер паспорта."); + return; + } + + QRegularExpression dobPattern("^(0[1-9]|[12][0-9]|3[01])\\.(0[1-9]|1[0-2])\\.(\\d{4})$"); + QRegularExpressionMatch dobMatch = dobPattern.match(dob); + if (!dobMatch.hasMatch() || !isValidDate(dobMatch.captured(1).toInt(), dobMatch.captured(2).toInt(), dobMatch.captured(3).toInt())) + { + QMessageBox::warning(this, "Ошибка", "Неверная дата рождения."); + return; + } + + QRegularExpression phonePattern("^\\+7-\\d{3}-\\d{3}-\\d{2}-\\d{2}$"); + QRegularExpressionMatch phoneMatch = phonePattern.match(phoneNumber); + if (!phoneMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный номер телефона."); + return; + } + + QRegularExpression emailPattern("^[a-zA-Z0-9._%+-]{1,20}@[a-zA-Z0-9-]+\\.[a-zA-Z]{2,}$"); + QRegularExpressionMatch emailMatch = emailPattern.match(email); + if (!emailMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверный e-mail."); + return; + } + + QString qtFileName = QFileDialog::getSaveFileName(this, "Сохранить файл", "", "JSON (*.json)"); + if (qtFileName.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Неверный файл."); + return; + } + + string fileName = qtFileName.toStdString(); + string extension = ".json"; + if (fileName.length() < extension.length() || fileName.compare(fileName.length() - extension.length(), extension.length(), extension) != 0) { + fileName += extension; + } + + QFile confFile(QString::fromStdString(fileName)); + if (!confFile.open(QIODevice::WriteOnly)) + { + QMessageBox::warning(this, "Ошибка", "Проблемы с записью файла."); + return; + } + + QJsonObject jsonObject; + + jsonObject["username"] = username; + jsonObject["full_name"] = fullName; + jsonObject["is_male"] = isMale; + jsonObject["passport"] = passport; + jsonObject["dob"] = dob; + jsonObject["phone"] = phoneNumber; + jsonObject["email"] = email; + + QJsonDocument jsonDoc(jsonObject); + + confFile.write(jsonDoc.toJson()); + confFile.close(); + + ostringstream messageStream; + messageStream << "Вы успешно зарегистрировали аккаунт " << username.toStdString() + << ".\nВаше имя: " << fullNameMatch.captured(1).toStdString() + << ", ваша фамилия: " << fullNameMatch.captured(2).toStdString() + << ", ваше отчество: " << fullNameMatch.captured(3).toStdString() + << ".\nВаш пол: " << (isMale ? "Мужской" : "Женский") + << ".\nСерия Вашего паспорта: " << passportMatch.captured(1).toStdString() + << ", номер: " << passportMatch.captured(2).toStdString() + << ".\nВы родились " << dobMatch.captured(1).toStdString() + << " " << dobMatch.captured(2).toStdString() + << " " << dobMatch.captured(3).toStdString() + << ".\nВаш номер телефона: " << phoneNumber.toStdString() + << ".\nВаш e-mail: " << email.toStdString() + << ".\nСпасибо за регистрацию."; + + QMessageBox::information(this, "Регистрация", QString::fromStdString(messageStream.str())); +} + +void UserForm::loadData() +{ + QString fileName = QFileDialog::getOpenFileName(this, "Открыть файл", "", "JSON Files (*.json);;All Files (*)"); + if (fileName.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Неверный файл."); + return; + } + + QFile confFile(fileName); + if (!confFile.open(QIODevice::ReadOnly | QIODevice::Text)) + { + QMessageBox::warning(this, "Ошибка", "Проблемы с чтением файла."); + return; + } + + QString jsonData = confFile.readAll(); + confFile.close(); + + QJsonDocument jsonDoc = QJsonDocument::fromJson(jsonData.toUtf8()); + if (jsonDoc.isEmpty()) + { + QMessageBox::warning(this, "Ошибка", "Файл JSON некорректный."); + return; + } + + QJsonObject jsonObject = jsonDoc.object(); + + QString username = jsonObject["username"].toString(); + QString fullName = jsonObject["full_name"].toString(); + bool isMale = jsonObject["is_male"].toBool(); + QString passport = jsonObject["passport"].toString(); + QString dob = jsonObject["dob"].toString(); + QString phoneNumber = jsonObject["phone"].toString(); + QString email = jsonObject["email"].toString(); + + ui->username->setText(username); + ui->fullName->setText(fullName); + ui->radioButtonM->setChecked(isMale); + ui->radioButtonF->setChecked(!isMale); + ui->passport->setText(passport); + ui->dob->setText(dob); + ui->phone->setText(phoneNumber); + ui->email->setText(email); +} + +bool UserForm::isValidDate(int day, int month, int year) { + if (month < 1 || month > 12 || day < 1) { + return false; + } + + int daysInMonth[] = {31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}; + if (month == 2 && ((year % 4 == 0 && year % 100 != 0) || year % 400 == 0)) { + daysInMonth[1] = 29; + } + + return day <= daysInMonth[month - 1]; +} diff --git a/Third term/Industrial programming technologies/8_User_Form/userform.h b/Third term/Industrial programming technologies/8_User_Form/userform.h new file mode 100755 index 0000000..af7e8a7 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/userform.h @@ -0,0 +1,28 @@ +#ifndef USERFORM_H +#define USERFORM_H + +#include + +QT_BEGIN_NAMESPACE +namespace Ui { +class UserForm; +} +QT_END_NAMESPACE + +class UserForm : public QMainWindow +{ + Q_OBJECT + +public: + UserForm(QWidget *parent = nullptr); + ~UserForm(); + +private slots: + void registration(); + void loadData(); + +private: + Ui::UserForm *ui; + bool isValidDate(int day, int month, int year); +}; +#endif // USERFORM_H diff --git a/Third term/Industrial programming technologies/8_User_Form/userform.ui b/Third term/Industrial programming technologies/8_User_Form/userform.ui new file mode 100644 index 0000000..5e42640 --- /dev/null +++ b/Third term/Industrial programming technologies/8_User_Form/userform.ui @@ -0,0 +1,373 @@ + + + UserForm + + + + 0 + 0 + 669 + 388 + + + + UserForm + + + + + + 250 + 20 + 400 + 30 + + + + + 16 + true + + + + Форма регистрации + + + Qt::AlignmentFlag::AlignCenter + + + + + + 20 + 60 + 221 + 30 + + + + + 16 + + + + Имя пользователя: + + + + + + 20 + 100 + 221 + 30 + + + + + 16 + + + + ФИО: + + + + + + 20 + 140 + 221 + 30 + + + + + 16 + + + + Пол: + + + + + + 20 + 220 + 221 + 30 + + + + + 16 + + + + Дата рождения: + + + + + + 20 + 180 + 221 + 30 + + + + + 16 + + + + Паспорт: + + + + + + 20 + 300 + 221 + 30 + + + + + 16 + + + + E-mail: + + + + + + 20 + 260 + 221 + 30 + + + + + 16 + + + + Телефон: + + + + + + 250 + 60 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhLatinOnly + + + + + + + + + User123 + + + + + + 250 + 100 + 400 + 30 + + + + + 16 + + + + Иванов Иван Иванович + + + + + + 250 + 180 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhDigitsOnly + + + 4211 324521 + + + + + + 250 + 260 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhFormattedNumbersOnly + + + +7-123-456-78-90 + + + + + + 250 + 300 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhEmailCharactersOnly + + + example@mail.com + + + + + + 250 + 220 + 400 + 30 + + + + + 16 + + + + Qt::InputMethodHint::ImhDate + + + 01.08.2005 + + + + + + 250 + 140 + 190 + 30 + + + + + 16 + + + + Мужской + + + true + + + + + + 460 + 140 + 190 + 30 + + + + + 16 + + + + Женский + + + + + + 250 + 340 + 400 + 30 + + + + + 16 + + + + Регистрация + + + + + + 20 + 340 + 221 + 30 + + + + + 16 + + + + Загрузить данные + + + + + + + diff --git a/Third term/Industrial programming technologies/9_Tables/CMakeLists.txt b/Third term/Industrial programming technologies/9_Tables/CMakeLists.txt new file mode 100755 index 0000000..6ee7c0c --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/CMakeLists.txt @@ -0,0 +1,70 @@ +cmake_minimum_required(VERSION 3.16) + +project(9_Tables VERSION 0.1 LANGUAGES CXX) + +set(CMAKE_AUTOUIC ON) +set(CMAKE_AUTOMOC ON) +set(CMAKE_AUTORCC ON) + +set(CMAKE_CXX_STANDARD 17) +set(CMAKE_CXX_STANDARD_REQUIRED ON) + +find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets) +find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Widgets) + +set(PROJECT_SOURCES + main.cpp + tables.cpp + tables.h + tables.ui +) + +if(${QT_VERSION_MAJOR} GREATER_EQUAL 6) + qt_add_executable(9_Tables + MANUAL_FINALIZATION + ${PROJECT_SOURCES} + ) +# Define target properties for Android with Qt 6 as: +# set_property(TARGET 9_Tables APPEND PROPERTY QT_ANDROID_PACKAGE_SOURCE_DIR +# ${CMAKE_CURRENT_SOURCE_DIR}/android) +# For more information, see https://doc.qt.io/qt-6/qt-add-executable.html#target-creation +else() + if(ANDROID) + add_library(9_Tables SHARED + ${PROJECT_SOURCES} + ) +# Define properties for Android with Qt 5 after find_package() calls as: +# set(ANDROID_PACKAGE_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/android") + else() + add_executable(9_Tables + ${PROJECT_SOURCES} + ) + endif() +endif() + +target_link_libraries(9_Tables PRIVATE Qt${QT_VERSION_MAJOR}::Widgets) + +# Qt for iOS sets MACOSX_BUNDLE_GUI_IDENTIFIER automatically since Qt 6.1. +# If you are developing for iOS or macOS you should consider setting an +# explicit, fixed bundle identifier manually though. +if(${QT_VERSION} VERSION_LESS 6.1.0) + set(BUNDLE_ID_OPTION MACOSX_BUNDLE_GUI_IDENTIFIER com.example.9_Tables) +endif() +set_target_properties(9_Tables PROPERTIES + ${BUNDLE_ID_OPTION} + MACOSX_BUNDLE_BUNDLE_VERSION ${PROJECT_VERSION} + MACOSX_BUNDLE_SHORT_VERSION_STRING ${PROJECT_VERSION_MAJOR}.${PROJECT_VERSION_MINOR} + MACOSX_BUNDLE TRUE + WIN32_EXECUTABLE TRUE +) + +include(GNUInstallDirs) +install(TARGETS 9_Tables + BUNDLE DESTINATION . + LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR} + RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} +) + +if(QT_VERSION_MAJOR EQUAL 6) + qt_finalize_executable(9_Tables) +endif() diff --git a/Third term/Industrial programming technologies/9_Tables/CMakeLists.txt.user b/Third term/Industrial programming technologies/9_Tables/CMakeLists.txt.user new file mode 100755 index 0000000..bc0fd72 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/CMakeLists.txt.user @@ -0,0 +1,422 @@ + + + + + + EnvironmentId + {b09ad12c-2375-4d91-a30f-70a5d330cb93} + + + ProjectExplorer.Project.ActiveTarget + 0 + + + ProjectExplorer.Project.EditorSettings + + true + false + true + + Cpp + + CppGlobal + + + + QmlJS + + QmlJSGlobal + + + 2 + UTF-8 + false + 4 + false + 80 + true + true + 1 + 0 + false + true + false + 2 + true + true + 0 + 8 + true + false + 1 + true + true + true + *.md, *.MD, Makefile + false + true + true + + + + ProjectExplorer.Project.PluginSettings + + + true + false + true + true + true + true + + false + + + 0 + true + + true + true + Builtin.DefaultTidyAndClazy + 4 + true + + + + true + + + + + ProjectExplorer.Project.Target.0 + + Desktop + Desktop + Desktop + {a763e5f1-4a4d-4ec1-b61b-aa3746a79db0} + 0 + 0 + 0 + + Debug + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Debug +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug + + + + + all + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + Build + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Debug + CMakeProjectManager.CMakeBuildConfiguration + + + Release + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=Release +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Release + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-RelWithDebInfo + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Release with Debug Information + CMakeProjectManager.CMakeBuildConfiguration + + + RelWithDebInfo + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + 0 + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Profile + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Profile + CMakeProjectManager.CMakeBuildConfiguration + + + MinSizeRel + 2 + false + + -DCMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=%{BuildConfig:BuildDirectory:NativeFilePath}/.qtc/package-manager/auto-setup.cmake +-DCMAKE_CXX_FLAGS_INIT:STRING=%{Qt:QML_DEBUG_FLAG} +-DCMAKE_C_COMPILER:FILEPATH=%{Compiler:Executable:C} +-DCMAKE_CXX_COMPILER:FILEPATH=%{Compiler:Executable:Cxx} +-DCMAKE_GENERATOR:STRING=Ninja +-DCMAKE_BUILD_TYPE:STRING=MinSizeRel +-DQT_QMAKE_EXECUTABLE:FILEPATH=%{Qt:qmakeExecutable} +-DCMAKE_PREFIX_PATH:PATH=%{Qt:QT_INSTALL_PREFIX} + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-MinSizeRel + + + + + all + + false + + true + CMakeProjectManager.MakeStep + + 1 + Build + Build + ProjectExplorer.BuildSteps.Build + + + + + + clean + + false + + true + CMakeProjectManager.MakeStep + + 1 + Clean + Clean + ProjectExplorer.BuildSteps.Clean + + 2 + false + + false + + Minimum Size Release + CMakeProjectManager.CMakeBuildConfiguration + + 5 + + + 0 + Deploy + Deploy + ProjectExplorer.BuildSteps.Deploy + + 1 + + false + ProjectExplorer.DefaultDeployConfiguration + + 1 + + true + true + 0 + true + + 2 + + false + -e cpu-cycles --call-graph dwarf,4096 -F 250 + 9_Tables + CMakeProjectManager.CMakeRunConfiguration.9_Tables + 9_Tables + false + true + true + true + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug + + 1 + + + + ProjectExplorer.Project.TargetCount + 1 + + + ProjectExplorer.Project.Updater.FileVersion + 22 + + + Version + 22 + + diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cmakeFiles-v1.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.cmakeFiles-v1.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.codemodel-v2.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/.syncthing.codemodel-v2.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/cache-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/cmakeFiles-v1 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/query/codemodel-v2 new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-387291ecfba8681349fe.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-be964d5360e864e8f65f.json.tmp similarity index 96% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-387291ecfba8681349fe.json rename to Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-be964d5360e864e8f65f.json.tmp index 140cf67..822086f 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-387291ecfba8681349fe.json +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cache-v2-be964d5360e864e8f65f.json.tmp @@ -2,7 +2,7 @@ "entries" : [ { - "name" : "1_Calculator_BINARY_DIR", + "name" : "9_Tables_BINARY_DIR", "properties" : [ { @@ -11,10 +11,10 @@ } ], "type" : "STATIC", - "value" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" }, { - "name" : "1_Calculator_IS_TOP_LEVEL", + "name" : "9_Tables_IS_TOP_LEVEL", "properties" : [ { @@ -26,7 +26,7 @@ "value" : "ON" }, { - "name" : "1_Calculator_SOURCE_DIR", + "name" : "9_Tables_SOURCE_DIR", "properties" : [ { @@ -35,7 +35,7 @@ } ], "type" : "STATIC", - "value" : "/home/nktkln/Documents/1_Calculator" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" }, { "name" : "CMAKE_ADDR2LINE", @@ -91,7 +91,7 @@ } ], "type" : "INTERNAL", - "value" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" }, { "name" : "CMAKE_CACHE_MAJOR_VERSION", @@ -499,7 +499,7 @@ } ], "type" : "STATIC", - "value" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/CMakeFiles/pkgRedirects" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/pkgRedirects" }, { "name" : "CMAKE_GENERATOR", @@ -559,7 +559,7 @@ } ], "type" : "INTERNAL", - "value" : "/home/nktkln/Documents/1_Calculator" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" }, { "name" : "CMAKE_INSTALL_BINDIR", @@ -1071,7 +1071,7 @@ } ], "type" : "FILEPATH", - "value" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" }, { "name" : "CMAKE_PROJECT_NAME", @@ -1083,7 +1083,7 @@ } ], "type" : "STATIC", - "value" : "1_Calculator" + "value" : "9_Tables" }, { "name" : "CMAKE_PROJECT_VERSION", diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/cmakeFiles-v1-6e3d2fd7600caa8021a8.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cmakeFiles-v1-88a34c5a7cd62e7c3dca.json.tmp similarity index 98% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/cmakeFiles-v1-6e3d2fd7600caa8021a8.json rename to Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cmakeFiles-v1-88a34c5a7cd62e7c3dca.json.tmp index 0f6c450..0471c98 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/cmakeFiles-v1-6e3d2fd7600caa8021a8.json +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.cmakeFiles-v1-88a34c5a7cd62e7c3dca.json.tmp @@ -643,8 +643,8 @@ "kind" : "cmakeFiles", "paths" : { - "build" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug", - "source" : "/home/nktkln/Documents/1_Calculator" + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" }, "version" : { diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-79ae7354af4fd7c3f4cf.json.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-79ae7354af4fd7c3f4cf.json.tmp new file mode 100755 index 0000000..108bb70 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.codemodel-v2-79ae7354af4fd7c3f4cf.json.tmp @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-21e638364f4d236f764f.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "9_Tables", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "9_Tables::@6890427a1f51a3e7e1df", + "jsonFile" : "target-9_Tables-Debug-2645b4cda69735f96402.json", + "name" : "9_Tables", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "9_Tables_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-9_Tables_autogen-Debug-69e139981b28d7622c3e.json", + "name" : "9_Tables_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "9_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-9_Tables_autogen_timestamp_deps-Debug-ff2cf8c0e0d8563a79fc.json", + "name" : "9_Tables_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-1_Calculator-Debug-efd30a14e0b320172536.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-9_Tables-Debug-2645b4cda69735f96402.json.tmp similarity index 84% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-1_Calculator-Debug-efd30a14e0b320172536.json rename to Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-9_Tables-Debug-2645b4cda69735f96402.json.tmp index 9143c2d..c9c876a 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/.cmake/api/v1/reply.prev/target-1_Calculator-Debug-efd30a14e0b320172536.json +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-9_Tables-Debug-2645b4cda69735f96402.json.tmp @@ -2,7 +2,7 @@ "artifacts" : [ { - "path" : "1_Calculator" + "path" : "9_Tables" } ], "backtrace" : 1, @@ -112,7 +112,7 @@ [ { "backtrace" : 0, - "path" : "/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/include" + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include" }, { "backtrace" : 3, @@ -160,14 +160,14 @@ "dependencies" : [ { - "id" : "1_Calculator_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + "id" : "9_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df" }, { "backtrace" : 0, - "id" : "1_Calculator_autogen::@6890427a1f51a3e7e1df" + "id" : "9_Tables_autogen::@6890427a1f51a3e7e1df" } ], - "id" : "1_Calculator::@6890427a1f51a3e7e1df", + "id" : "9_Tables::@6890427a1f51a3e7e1df", "install" : { "destinations" : @@ -212,8 +212,8 @@ ], "language" : "CXX" }, - "name" : "1_Calculator", - "nameOnDisk" : "1_Calculator", + "name" : "9_Tables", + "nameOnDisk" : "9_Tables", "paths" : { "build" : ".", @@ -260,7 +260,7 @@ "backtrace" : 0, "compileGroupIndex" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/mocs_compilation.cpp", + "path" : "build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp", "sourceGroupIndex" : 0 }, { @@ -272,35 +272,35 @@ { "backtrace" : 1, "compileGroupIndex" : 0, - "path" : "mainwindow.cpp", + "path" : "tables.cpp", "sourceGroupIndex" : 0 }, { "backtrace" : 1, - "path" : "mainwindow.h", + "path" : "tables.h", "sourceGroupIndex" : 1 }, { "backtrace" : 1, - "path" : "mainwindow.ui", + "path" : "tables.ui", "sourceGroupIndex" : 2 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/include/ui_mainwindow.h", + "path" : "build/Desktop-Debug/9_Tables_autogen/include/ui_tables.h", "sourceGroupIndex" : 1 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/timestamp", + "path" : "build/Desktop-Debug/9_Tables_autogen/timestamp", "sourceGroupIndex" : 2 }, { "backtrace" : 0, "isGenerated" : true, - "path" : "build/Desktop-Debug/1_Calculator_autogen/timestamp.rule", + "path" : "build/Desktop-Debug/9_Tables_autogen/timestamp.rule", "sourceGroupIndex" : 3 } ], diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-9_Tables_autogen-Debug-69e139981b28d7622c3e.json.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-9_Tables_autogen-Debug-69e139981b28d7622c3e.json.tmp new file mode 100755 index 0000000..f047b0d --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-9_Tables_autogen-Debug-69e139981b28d7622c3e.json.tmp @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "9_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "9_Tables_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "9_Tables_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/9_Tables_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/9_Tables_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/9_Tables_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-9_Tables_autogen_timestamp_deps-Debug-ff2cf8c0e0d8563a79fc.json.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-9_Tables_autogen_timestamp_deps-Debug-ff2cf8c0e0d8563a79fc.json.tmp new file mode 100755 index 0000000..61738fb --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/.syncthing.target-9_Tables_autogen_timestamp_deps-Debug-ff2cf8c0e0d8563a79fc.json.tmp @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "9_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "9_Tables_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-be964d5360e864e8f65f.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-be964d5360e864e8f65f.json new file mode 100755 index 0000000..822086f --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cache-v2-be964d5360e864e8f65f.json @@ -0,0 +1,1559 @@ +{ + "entries" : + [ + { + "name" : "9_Tables_BINARY_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" + }, + { + "name" : "9_Tables_IS_TOP_LEVEL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "ON" + }, + { + "name" : "9_Tables_SOURCE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" + }, + { + "name" : "CMAKE_ADDR2LINE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/addr2line" + }, + { + "name" : "CMAKE_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ar" + }, + { + "name" : "CMAKE_BUILD_TYPE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Debug" + }, + { + "name" : "CMAKE_CACHEFILE_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "This is the directory where this CMakeCache.txt was created" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" + }, + { + "name" : "CMAKE_CACHE_MAJOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Major version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_CACHE_MINOR_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Minor version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "30" + }, + { + "name" : "CMAKE_CACHE_PATCH_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Patch version of cmake used to create the current loaded cache" + } + ], + "type" : "INTERNAL", + "value" : "3" + }, + { + "name" : "CMAKE_COLOR_DIAGNOSTICS", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Enable colored diagnostics throughout." + } + ], + "type" : "BOOL", + "value" : "1" + }, + { + "name" : "CMAKE_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cmake" + }, + { + "name" : "CMAKE_CPACK_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cpack program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/cpack" + }, + { + "name" : "CMAKE_CTEST_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to ctest program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ctest" + }, + { + "name" : "CMAKE_CXX_COMPILER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "CXX compiler" + } + ], + "type" : "STRING", + "value" : "/usr/bin/g++" + }, + { + "name" : "CMAKE_CXX_COMPILER_AR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ar" + }, + { + "name" : "CMAKE_CXX_COMPILER_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler" + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/gcc-ranlib" + }, + { + "name" : "CMAKE_CXX_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during all build types." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "-g" + }, + { + "name" : "CMAKE_CXX_FLAGS_INIT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "-DQT_QML_DEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "-Os -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "-O3 -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the CXX compiler during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "-O2 -g -DNDEBUG" + }, + { + "name" : "CMAKE_CXX_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : ".o" + }, + { + "name" : "CMAKE_C_COMPILER", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/clang" + }, + { + "name" : "CMAKE_C_OUTPUT_EXTENSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "" + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_DLLTOOL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_DLLTOOL-NOTFOUND" + }, + { + "name" : "CMAKE_EDIT_COMMAND", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to cache edit program executable." + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/ccmake" + }, + { + "name" : "CMAKE_EXECUTABLE_FORMAT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Executable file format" + } + ], + "type" : "INTERNAL", + "value" : "ELF" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_EXPORT_COMPILE_COMMANDS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Enable/Disable output of compile commands during generation." + } + ], + "type" : "BOOL", + "value" : "" + }, + { + "name" : "CMAKE_FIND_PACKAGE_REDIRECTS_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake." + } + ], + "type" : "STATIC", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/pkgRedirects" + }, + { + "name" : "CMAKE_GENERATOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "STRING", + "value" : "Ninja" + }, + { + "name" : "CMAKE_GENERATOR_INSTANCE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Generator instance identifier." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_PLATFORM", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator platform." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_GENERATOR_TOOLSET", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Name of generator toolset." + } + ], + "type" : "INTERNAL", + "value" : "" + }, + { + "name" : "CMAKE_HOME_DIRECTORY", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Source directory with the top level CMakeLists.txt file for this project" + } + ], + "type" : "INTERNAL", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" + }, + { + "name" : "CMAKE_INSTALL_BINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "User executables (bin)" + } + ], + "type" : "PATH", + "value" : "bin" + }, + { + "name" : "CMAKE_INSTALL_DATADIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data (DATAROOTDIR)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_DATAROOTDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only architecture-independent data root (share)" + } + ], + "type" : "PATH", + "value" : "share" + }, + { + "name" : "CMAKE_INSTALL_DOCDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Documentation root (DATAROOTDIR/doc/PROJECT_NAME)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_INCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files (include)" + } + ], + "type" : "PATH", + "value" : "include" + }, + { + "name" : "CMAKE_INSTALL_INFODIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Info documentation (DATAROOTDIR/info)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LIBDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Object code libraries (lib)" + } + ], + "type" : "PATH", + "value" : "lib" + }, + { + "name" : "CMAKE_INSTALL_LIBEXECDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program executables (libexec)" + } + ], + "type" : "PATH", + "value" : "libexec" + }, + { + "name" : "CMAKE_INSTALL_LOCALEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Locale-dependent data (DATAROOTDIR/locale)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_LOCALSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable single-machine data (var)" + } + ], + "type" : "PATH", + "value" : "var" + }, + { + "name" : "CMAKE_INSTALL_MANDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Man documentation (DATAROOTDIR/man)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_OLDINCLUDEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "C header files for non-gcc (/usr/include)" + } + ], + "type" : "PATH", + "value" : "/usr/include" + }, + { + "name" : "CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install path prefix, prepended onto install directories." + } + ], + "type" : "PATH", + "value" : "/usr/local" + }, + { + "name" : "CMAKE_INSTALL_RUNSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Run-time variable data (LOCALSTATEDIR/run)" + } + ], + "type" : "PATH", + "value" : "" + }, + { + "name" : "CMAKE_INSTALL_SBINDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "System admin executables (sbin)" + } + ], + "type" : "PATH", + "value" : "sbin" + }, + { + "name" : "CMAKE_INSTALL_SHAREDSTATEDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Modifiable architecture-independent data (com)" + } + ], + "type" : "PATH", + "value" : "com" + }, + { + "name" : "CMAKE_INSTALL_SO_NO_EXE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Install .so files without execute permission." + } + ], + "type" : "INTERNAL", + "value" : "0" + }, + { + "name" : "CMAKE_INSTALL_SYSCONFDIR", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Read-only single-machine data (etc)" + } + ], + "type" : "PATH", + "value" : "etc" + }, + { + "name" : "CMAKE_LINKER", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ld" + }, + { + "name" : "CMAKE_MAKE_PROGRAM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Program used to build from build.ninja files." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ninja" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of modules during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_NM", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/nm" + }, + { + "name" : "CMAKE_NUMBER_OF_MAKEFILES", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "number of local generators" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_OBJCOPY", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objcopy" + }, + { + "name" : "CMAKE_OBJDUMP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/objdump" + }, + { + "name" : "CMAKE_PLATFORM_INFO_INITIALIZED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Platform information initialized" + } + ], + "type" : "INTERNAL", + "value" : "1" + }, + { + "name" : "CMAKE_PREFIX_PATH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "PATH", + "value" : "/usr" + }, + { + "name" : "CMAKE_PROJECT_DESCRIPTION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_HOMEPAGE_URL", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_INCLUDE_BEFORE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "name" : "CMAKE_PROJECT_NAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "9_Tables" + }, + { + "name" : "CMAKE_PROJECT_VERSION", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0.1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MAJOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "0" + }, + { + "name" : "CMAKE_PROJECT_VERSION_MINOR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "1" + }, + { + "name" : "CMAKE_PROJECT_VERSION_PATCH", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_PROJECT_VERSION_TWEAK", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Value Computed by CMake" + } + ], + "type" : "STATIC", + "value" : "" + }, + { + "name" : "CMAKE_RANLIB", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/ranlib" + }, + { + "name" : "CMAKE_READELF", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/readelf" + }, + { + "name" : "CMAKE_ROOT", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Path to CMake installation." + } + ], + "type" : "INTERNAL", + "value" : "/usr/share/cmake" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_SKIP_INSTALL_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when installing shared libraries, but are added when building." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_SKIP_RPATH", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If set, runtime paths are not added when using shared libraries." + } + ], + "type" : "BOOL", + "value" : "NO" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during all build types." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_DEBUG", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during DEBUG builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during MINSIZEREL builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELEASE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELEASE builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds." + } + ], + "type" : "STRING", + "value" : "" + }, + { + "name" : "CMAKE_STRIP", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/strip" + }, + { + "name" : "CMAKE_TAPI", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "Path to a program." + } + ], + "type" : "FILEPATH", + "value" : "CMAKE_TAPI-NOTFOUND" + }, + { + "name" : "CMAKE_UNAME", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "uname command" + } + ], + "type" : "INTERNAL", + "value" : "/usr/bin/uname" + }, + { + "name" : "CMAKE_VERBOSE_MAKEFILE", + "properties" : + [ + { + "name" : "ADVANCED", + "value" : "1" + }, + { + "name" : "HELPSTRING", + "value" : "If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo." + } + ], + "type" : "BOOL", + "value" : "FALSE" + }, + { + "name" : "QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "Skip Qt Creator's package manager auto-setup" + } + ], + "type" : "BOOL", + "value" : "OFF" + }, + { + "name" : "QT_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for QT." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "QT_QMAKE_EXECUTABLE", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "No help, variable specified on the command line." + } + ], + "type" : "FILEPATH", + "value" : "/usr/bin/qmake" + }, + { + "name" : "Qt5Core_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Core." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Core" + }, + { + "name" : "Qt5Gui_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Gui." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Gui" + }, + { + "name" : "Qt5Widgets_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5Widgets." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5Widgets" + }, + { + "name" : "Qt5_DIR", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "The directory containing a CMake configuration file for Qt5." + } + ], + "type" : "PATH", + "value" : "/usr/lib/cmake/Qt5" + }, + { + "name" : "_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "linker supports push/pop state" + } + ], + "type" : "INTERNAL", + "value" : "TRUE" + }, + { + "name" : "_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX", + "properties" : + [ + { + "name" : "HELPSTRING", + "value" : "CMAKE_INSTALL_PREFIX during last run" + } + ], + "type" : "INTERNAL", + "value" : "/usr/local" + } + ], + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-88a34c5a7cd62e7c3dca.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-88a34c5a7cd62e7c3dca.json new file mode 100755 index 0000000..0471c98 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/cmakeFiles-v1-88a34c5a7cd62e7c3dca.json @@ -0,0 +1,654 @@ +{ + "inputs" : + [ + { + "path" : "CMakeLists.txt" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystem.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeGenericSystem.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/UnixPaths.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in" + }, + { + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5Config.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake" + }, + { + "isExternal" : true, + "path" : "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/CMakeParseArguments.cmake" + }, + { + "isCMake" : true, + "isExternal" : true, + "path" : "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + } + ], + "kind" : "cmakeFiles", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" + }, + "version" : + { + "major" : 1, + "minor" : 1 + } +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-79ae7354af4fd7c3f4cf.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-79ae7354af4fd7c3f4cf.json new file mode 100755 index 0000000..108bb70 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/codemodel-v2-79ae7354af4fd7c3f4cf.json @@ -0,0 +1,79 @@ +{ + "configurations" : + [ + { + "directories" : + [ + { + "build" : ".", + "hasInstallRule" : true, + "jsonFile" : "directory-.-Debug-21e638364f4d236f764f.json", + "minimumCMakeVersion" : + { + "string" : "3.16" + }, + "projectIndex" : 0, + "source" : ".", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "name" : "Debug", + "projects" : + [ + { + "directoryIndexes" : + [ + 0 + ], + "name" : "9_Tables", + "targetIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "targets" : + [ + { + "directoryIndex" : 0, + "id" : "9_Tables::@6890427a1f51a3e7e1df", + "jsonFile" : "target-9_Tables-Debug-2645b4cda69735f96402.json", + "name" : "9_Tables", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "9_Tables_autogen::@6890427a1f51a3e7e1df", + "jsonFile" : "target-9_Tables_autogen-Debug-69e139981b28d7622c3e.json", + "name" : "9_Tables_autogen", + "projectIndex" : 0 + }, + { + "directoryIndex" : 0, + "id" : "9_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "jsonFile" : "target-9_Tables_autogen_timestamp_deps-Debug-ff2cf8c0e0d8563a79fc.json", + "name" : "9_Tables_autogen_timestamp_deps", + "projectIndex" : 0 + } + ] + } + ], + "kind" : "codemodel", + "paths" : + { + "build" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug", + "source" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" + }, + "version" : + { + "major" : 2, + "minor" : 7 + } +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-21e638364f4d236f764f.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-21e638364f4d236f764f.json new file mode 100755 index 0000000..f97cee9 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/directory-.-Debug-21e638364f4d236f764f.json @@ -0,0 +1,45 @@ +{ + "backtraceGraph" : + { + "commands" : + [ + "install" + ], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 62, + "parent" : 0 + } + ] + }, + "installers" : + [ + { + "backtrace" : 1, + "component" : "Unspecified", + "destination" : "bin", + "paths" : + [ + "9_Tables" + ], + "targetId" : "9_Tables::@6890427a1f51a3e7e1df", + "targetIndex" : 0, + "type" : "target" + } + ], + "paths" : + { + "build" : ".", + "source" : "." + } +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T15-38-35-0528.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T15-38-35-0528.json new file mode 100755 index 0000000..a33e676 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/index-2024-09-25T15-38-35-0528.json @@ -0,0 +1,89 @@ +{ + "cmake" : + { + "generator" : + { + "multiConfig" : false, + "name" : "Ninja" + }, + "paths" : + { + "cmake" : "/usr/bin/cmake", + "cpack" : "/usr/bin/cpack", + "ctest" : "/usr/bin/ctest", + "root" : "/usr/share/cmake" + }, + "version" : + { + "isDirty" : false, + "major" : 3, + "minor" : 30, + "patch" : 3, + "string" : "3.30.3", + "suffix" : "" + } + }, + "objects" : + [ + { + "jsonFile" : "codemodel-v2-79ae7354af4fd7c3f4cf.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + }, + { + "jsonFile" : "cache-v2-be964d5360e864e8f65f.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + { + "jsonFile" : "cmakeFiles-v1-88a34c5a7cd62e7c3dca.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + } + ], + "reply" : + { + "cache-v2" : + { + "jsonFile" : "cache-v2-be964d5360e864e8f65f.json", + "kind" : "cache", + "version" : + { + "major" : 2, + "minor" : 0 + } + }, + "cmakeFiles-v1" : + { + "jsonFile" : "cmakeFiles-v1-88a34c5a7cd62e7c3dca.json", + "kind" : "cmakeFiles", + "version" : + { + "major" : 1, + "minor" : 1 + } + }, + "codemodel-v2" : + { + "jsonFile" : "codemodel-v2-79ae7354af4fd7c3f4cf.json", + "kind" : "codemodel", + "version" : + { + "major" : 2, + "minor" : 7 + } + } + } +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-9_Tables-Debug-2645b4cda69735f96402.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-9_Tables-Debug-2645b4cda69735f96402.json new file mode 100755 index 0000000..c9c876a --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-9_Tables-Debug-2645b4cda69735f96402.json @@ -0,0 +1,308 @@ +{ + "artifacts" : + [ + { + "path" : "9_Tables" + } + ], + "backtrace" : 1, + "backtraceGraph" : + { + "commands" : + [ + "add_executable", + "install", + "target_link_libraries", + "set_property", + "_populate_Widgets_target_properties", + "find_package" + ], + "files" : + [ + "CMakeLists.txt", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake" + ], + "nodes" : + [ + { + "file" : 0 + }, + { + "command" : 0, + "file" : 0, + "line" : 39, + "parent" : 0 + }, + { + "command" : 1, + "file" : 0, + "line" : 62, + "parent" : 0 + }, + { + "command" : 2, + "file" : 0, + "line" : 45, + "parent" : 0 + }, + { + "command" : 5, + "file" : 0, + "line" : 13, + "parent" : 0 + }, + { + "file" : 2, + "parent" : 4 + }, + { + "command" : 5, + "file" : 2, + "line" : 28, + "parent" : 5 + }, + { + "file" : 1, + "parent" : 6 + }, + { + "command" : 4, + "file" : 1, + "line" : 213, + "parent" : 7 + }, + { + "command" : 3, + "file" : 1, + "line" : 57, + "parent" : 8 + } + ] + }, + "compileGroups" : + [ + { + "compileCommandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always" + }, + { + "backtrace" : 3, + "fragment" : "-fPIC" + } + ], + "defines" : + [ + { + "backtrace" : 3, + "define" : "QT_CORE_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_GUI_LIB" + }, + { + "backtrace" : 3, + "define" : "QT_WIDGETS_LIB" + } + ], + "includes" : + [ + { + "backtrace" : 0, + "path" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtWidgets" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtGui" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/include/qt/QtCore" + }, + { + "backtrace" : 3, + "isSystem" : true, + "path" : "/usr/lib/qt/mkspecs/linux-g++" + } + ], + "language" : "CXX", + "languageStandard" : + { + "backtraces" : + [ + 3 + ], + "standard" : "17" + }, + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + } + ], + "dependencies" : + [ + { + "id" : "9_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + }, + { + "backtrace" : 0, + "id" : "9_Tables_autogen::@6890427a1f51a3e7e1df" + } + ], + "id" : "9_Tables::@6890427a1f51a3e7e1df", + "install" : + { + "destinations" : + [ + { + "backtrace" : 2, + "path" : "bin" + } + ], + "prefix" : + { + "path" : "/usr/local" + } + }, + "link" : + { + "commandFragments" : + [ + { + "fragment" : "-DQT_QML_DEBUG -g", + "role" : "flags" + }, + { + "fragment" : "", + "role" : "flags" + }, + { + "backtrace" : 3, + "fragment" : "/usr/lib/libQt5Widgets.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Gui.so.5.15.14", + "role" : "libraries" + }, + { + "backtrace" : 9, + "fragment" : "/usr/lib/libQt5Core.so.5.15.14", + "role" : "libraries" + } + ], + "language" : "CXX" + }, + "name" : "9_Tables", + "nameOnDisk" : "9_Tables", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "Source Files", + "sourceIndexes" : + [ + 0, + 1, + 2 + ] + }, + { + "name" : "Header Files", + "sourceIndexes" : + [ + 3, + 5 + ] + }, + { + "name" : "", + "sourceIndexes" : + [ + 4, + 6 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 7 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "compileGroupIndex" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "main.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "compileGroupIndex" : 0, + "path" : "tables.cpp", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 1, + "path" : "tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 1, + "path" : "tables.ui", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/9_Tables_autogen/include/ui_tables.h", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/9_Tables_autogen/timestamp", + "sourceGroupIndex" : 2 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/9_Tables_autogen/timestamp.rule", + "sourceGroupIndex" : 3 + } + ], + "type" : "EXECUTABLE" +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-9_Tables_autogen-Debug-69e139981b28d7622c3e.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-9_Tables_autogen-Debug-69e139981b28d7622c3e.json new file mode 100755 index 0000000..f047b0d --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-9_Tables_autogen-Debug-69e139981b28d7622c3e.json @@ -0,0 +1,71 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "dependencies" : + [ + { + "id" : "9_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df" + } + ], + "id" : "9_Tables_autogen::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "9_Tables_autogen", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sourceGroups" : + [ + { + "name" : "", + "sourceIndexes" : + [ + 0 + ] + }, + { + "name" : "CMake Rules", + "sourceIndexes" : + [ + 1, + 2 + ] + } + ], + "sources" : + [ + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/9_Tables_autogen", + "sourceGroupIndex" : 0 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/CMakeFiles/9_Tables_autogen.rule", + "sourceGroupIndex" : 1 + }, + { + "backtrace" : 0, + "isGenerated" : true, + "path" : "build/Desktop-Debug/9_Tables_autogen/timestamp.rule", + "sourceGroupIndex" : 1 + } + ], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-9_Tables_autogen_timestamp_deps-Debug-ff2cf8c0e0d8563a79fc.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-9_Tables_autogen_timestamp_deps-Debug-ff2cf8c0e0d8563a79fc.json new file mode 100755 index 0000000..61738fb --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.cmake/api/v1/reply/target-9_Tables_autogen_timestamp_deps-Debug-ff2cf8c0e0d8563a79fc.json @@ -0,0 +1,27 @@ +{ + "backtrace" : 0, + "backtraceGraph" : + { + "commands" : [], + "files" : + [ + "CMakeLists.txt" + ], + "nodes" : + [ + { + "file" : 0 + } + ] + }, + "id" : "9_Tables_autogen_timestamp_deps::@6890427a1f51a3e7e1df", + "isGeneratorProvided" : true, + "name" : "9_Tables_autogen_timestamp_deps", + "paths" : + { + "build" : ".", + "source" : "." + }, + "sources" : [], + "type" : "UTILITY" +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.ninja_deps b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.ninja_deps new file mode 100755 index 0000000..47372a6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.ninja_deps differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.ninja_log b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.ninja_log new file mode 100755 index 0000000..01de824 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.ninja_log @@ -0,0 +1,53 @@ +# ninja log v6 +1819 2161 1727289108652453200 9_Tables f58200ee60224aab +178 1643 1727288300621271100 CMakeFiles/9_Tables.dir/main.cpp.o 8a76d1d51a27de72 +178 1590 1727288300620993200 CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o 3ae85af16a19634f +3 35 1727289106837340500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +3 35 1727289106837340500 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp a33176855aa30ea2 +36 1818 1727289106869620700 CMakeFiles/9_Tables.dir/tables.cpp.o 580a7481012a53a2 +3 35 1727289106837340500 9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +3 35 1727289106837340500 9_Tables_autogen/timestamp a33176855aa30ea2 +4 179 1727290189232332100 9_Tables_autogen/timestamp a33176855aa30ea2 +4 179 1727290189232332100 9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +4 179 1727290189232332100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp a33176855aa30ea2 +4 179 1727290189232332100 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +182 1693 1727290189248772500 CMakeFiles/9_Tables.dir/main.cpp.o 8a76d1d51a27de72 +180 1979 1727290189247170300 CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o 3ae85af16a19634f +183 2533 1727290189251123400 CMakeFiles/9_Tables.dir/tables.cpp.o 580a7481012a53a2 +2533 2935 1727290191600434900 9_Tables f58200ee60224aab +3 45 1727290291470107600 9_Tables_autogen/timestamp a33176855aa30ea2 +3 45 1727290291470107600 9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +3 45 1727290291470107600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp a33176855aa30ea2 +3 45 1727290291470107600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +46 2275 1727290291513028300 CMakeFiles/9_Tables.dir/tables.cpp.o 580a7481012a53a2 +2275 2659 1727290293742397900 9_Tables f58200ee60224aab +3 39 1727290316663259400 9_Tables_autogen/timestamp a33176855aa30ea2 +3 39 1727290316663259400 9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +3 39 1727290316663259400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp a33176855aa30ea2 +3 39 1727290316663259400 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +41 1770 1727290316700933600 CMakeFiles/9_Tables.dir/tables.cpp.o 580a7481012a53a2 +1770 2164 1727290318430449800 9_Tables f58200ee60224aab +3 29 1727290457353439800 9_Tables_autogen/timestamp a33176855aa30ea2 +3 29 1727290457353439800 9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +3 29 1727290457353439800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp a33176855aa30ea2 +3 29 1727290457353439800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +29 1489 1727290457380335400 CMakeFiles/9_Tables.dir/tables.cpp.o 580a7481012a53a2 +1489 1807 1727290458839949000 9_Tables f58200ee60224aab +3 33 1727406548210977300 9_Tables_autogen/timestamp a33176855aa30ea2 +3 33 1727406548210977300 9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +3 33 1727406548210977300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp a33176855aa30ea2 +3 33 1727406548210977300 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +34 1272 1727406548241667000 CMakeFiles/9_Tables.dir/tables.cpp.o 580a7481012a53a2 +1272 1552 1727406549479608100 9_Tables f58200ee60224aab +2 26 1727406655935863800 9_Tables_autogen/timestamp a33176855aa30ea2 +2 26 1727406655935863800 9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +2 26 1727406655935863800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp a33176855aa30ea2 +2 26 1727406655935863800 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +26 1242 1727406655959635400 CMakeFiles/9_Tables.dir/tables.cpp.o 580a7481012a53a2 +1243 1535 1727406657176072700 9_Tables f58200ee60224aab +3 27 1727406909003769600 9_Tables_autogen/timestamp a33176855aa30ea2 +3 27 1727406909003769600 9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +3 27 1727406909003769600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp a33176855aa30ea2 +3 27 1727406909003769600 /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp a33176855aa30ea2 +28 1267 1727406909028393300 CMakeFiles/9_Tables.dir/tables.cpp.o 580a7481012a53a2 +1267 1520 1727406910267145100 9_Tables f58200ee60224aab diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp new file mode 100755 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/.syncthing.LICENSE.conan.tmp @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp new file mode 100755 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/.syncthing.auto-setup.cmake.tmp @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp new file mode 100755 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/.syncthing.conan_provider.cmake.tmp @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan new file mode 100644 index 0000000..541f5a3 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/LICENSE.conan @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2019 JFrog + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake new file mode 100644 index 0000000..628b69c --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake @@ -0,0 +1,269 @@ +# +# Internal Qt Creator variable reference +# +foreach(qtcreator_var + QT_QMAKE_EXECUTABLE CMAKE_PREFIX_PATH CMAKE_C_COMPILER CMAKE_CXX_COMPILER + CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELWITHDEBINFO) + set(__just_reference_${qtcreator_var} ${${qtcreator_var}}) +endforeach() + +if (EXISTS "${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") + include("${CMAKE_SOURCE_DIR}/QtCreatorPackageManager.cmake") +endif() + +if (QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP) + return() +endif() +option(QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP "Skip Qt Creator's package manager auto-setup" OFF) + +# Store the C/C++ object output extension +if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL set CMAKE_C_OUTPUT_EXTENSION "${CMAKE_C_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_CXX_OUTPUT_EXTENSION "${CMAKE_CXX_OUTPUT_EXTENSION}" CACHE STRING "" FORCE) +endif() + +macro(qtc_auto_setup_compiler_standard toolchainFile) + foreach(lang_var C CXX CUDA OBJC OBJCXX) + foreach(prop_var STANDARD STANDARD_REQUIRED EXTENSIONS) + if (CMAKE_${lang_var}_${prop_var}) + file(APPEND "${toolchainFile}" + "set(CMAKE_${lang_var}_${prop_var} ${CMAKE_${lang_var}_${prop_var}})\n") + endif() + endforeach() + endforeach() + + # Forward important CMake variables to the package manager in the toolchain file + foreach(fwd_var CMAKE_MSVC_RUNTIME_LIBRARY CMAKE_SYSROOT CMAKE_OSX_SYSROOT CMAKE_OSX_ARCHITECTURES) + if (${fwd_var}) + file(APPEND "${toolchainFile}" + "set(${fwd_var} ${${fwd_var}})\n") + endif() + endforeach() +endmacro() + +# +# conan +# +macro(qtc_auto_setup_conan) + foreach(file conanfile.txt conanfile.py) + if (EXISTS "${CMAKE_SOURCE_DIR}/${file}") + set(conanfile_txt "${CMAKE_SOURCE_DIR}/${file}") + break() + endif() + endforeach() + + if (conanfile_txt AND NOT QT_CREATOR_SKIP_CONAN_SETUP) + option(QT_CREATOR_SKIP_CONAN_SETUP "Skip Qt Creator's conan package manager auto-setup" OFF) + set(QT_CREATOR_CONAN_BUILD_POLICY "missing" CACHE STRING "Qt Creator's conan package manager auto-setup build policy. This is used for the BUILD property of cmake_conan_run") + + find_program(conan_program conan) + if (NOT conan_program) + message(WARNING "Qt Creator: conan executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_CONAN_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${conan_program} --version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE conan_version_output + ERROR_VARIABLE conan_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "conan --version failed='${result_code}: ${conan_version_output}") + endif() + + string(REGEX REPLACE ".*Conan version ([0-9].[0-9]).*" "\\1" conan_version "${conan_version_output}") + + set(conanfile_timestamp_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.timestamp") + file(TIMESTAMP "${conanfile_txt}" conanfile_timestamp) + + set(do_conan_installation ON) + if (EXISTS "${conanfile_timestamp_file}") + file(READ "${conanfile_timestamp_file}" old_conanfile_timestamp) + if ("${conanfile_timestamp}" STREQUAL "${old_conanfile_timestamp}") + set(do_conan_installation OFF) + endif() + endif() + + set(conanfile_build_policy_file "${CMAKE_BINARY_DIR}/conan-dependencies/conanfile.buildpolicy") + if (EXISTS "${conanfile_build_policy_file}") + file(READ "${conanfile_build_policy_file}" build_policy) + if (NOT "${build_policy}" STREQUAL "${QT_CREATOR_CONAN_BUILD_POLICY}") + set(do_conan_installation ON) + endif() + endif() + + if (do_conan_installation) + message(STATUS "Qt Creator: conan package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_CONAN_SETUP to ON.") + + file(COPY "${conanfile_txt}" DESTINATION "${CMAKE_BINARY_DIR}/conan-dependencies/") + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE) + file(APPEND "${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + file(WRITE "${CMAKE_BINARY_DIR}/conan-dependencies/CMakeLists.txt" " + cmake_minimum_required(VERSION 3.15) + + unset(CMAKE_PROJECT_INCLUDE_BEFORE CACHE) + project(conan-setup) + + if (${conan_version} VERSION_GREATER_EQUAL 2.0) + set(CONAN_COMMAND \"${conan_program}\") + include(\"${CMAKE_CURRENT_LIST_DIR}/conan_provider.cmake\") + conan_profile_detect_default() + detect_host_profile(\"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\") + + set(build_types \${CMAKE_BUILD_TYPE}) + if (CMAKE_CONFIGURATION_TYPES) + set(build_types \${CMAKE_CONFIGURATION_TYPES}) + endif() + + foreach(type \${build_types}) + conan_install( + -pr \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_host_profile\" + --build=${QT_CREATOR_CONAN_BUILD_POLICY} + -s build_type=\${type} + -g CMakeDeps) + endforeach() + + get_property(CONAN_INSTALL_SUCCESS GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if (CONAN_INSTALL_SUCCESS) + get_property(CONAN_GENERATORS_FOLDER GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + file(TO_CMAKE_PATH \"\${CONAN_GENERATORS_FOLDER}\" CONAN_GENERATORS_FOLDER) + file(WRITE \"${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake\" \" + list(PREPEND CMAKE_PREFIX_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_MODULE_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(PREPEND CMAKE_FIND_ROOT_PATH \\\"\${CONAN_GENERATORS_FOLDER}\\\") + list(REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + list(REMOVE_DUPLICATES CMAKE_MODULE_PATH) + list(REMOVE_DUPLICATES CMAKE_FIND_ROOT_PATH) + set(CMAKE_PREFIX_PATH \\\"\\\${CMAKE_PREFIX_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_MODULE_PATH \\\"\\\${CMAKE_MODULE_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + set(CMAKE_FIND_ROOT_PATH \\\"\\\${CMAKE_FIND_ROOT_PATH}\\\" CACHE STRING \\\"\\\" FORCE) + \") + endif() + else() + include(\"${CMAKE_CURRENT_LIST_DIR}/conan.cmake\") + conan_cmake_run( + CONANFILE \"${conanfile_txt}\" + INSTALL_FOLDER \"${CMAKE_BINARY_DIR}/conan-dependencies\" + GENERATORS cmake_paths cmake_find_package json + BUILD ${QT_CREATOR_CONAN_BUILD_POLICY} + ENV CONAN_CMAKE_TOOLCHAIN_FILE=\"${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake\" + ) + endif() + ") + + if (NOT DEFINED CMAKE_BUILD_TYPE AND NOT DEFINED CMAKE_CONFIGURATION_TYPES) + set(CMAKE_CONFIGURATION_TYPES "Debug;Release") + endif() + + execute_process(COMMAND ${CMAKE_COMMAND} + -S "${CMAKE_BINARY_DIR}/conan-dependencies/" + -B "${CMAKE_BINARY_DIR}/conan-dependencies/build" + -C "${CMAKE_BINARY_DIR}/qtcsettings.cmake" + -D "CMAKE_TOOLCHAIN_FILE=${CMAKE_BINARY_DIR}/conan-dependencies/toolchain.cmake" + -G ${CMAKE_GENERATOR} + -D CMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} + -D "CMAKE_CONFIGURATION_TYPES=${CMAKE_CONFIGURATION_TYPES}" + RESULT_VARIABLE result + ) + if (result EQUAL 0) + file(WRITE "${conanfile_timestamp_file}" "${conanfile_timestamp}") + file(WRITE "${conanfile_build_policy_file}" ${QT_CREATOR_CONAN_BUILD_POLICY}) + else() + message(WARNING "Qt Creator's conan package manager auto-setup failed. Consider setting " + "QT_CREATOR_SKIP_CONAN_SETUP to ON and reconfigure to skip this step.") + return() + endif() + endif() + + include("${CMAKE_BINARY_DIR}/conan-dependencies/conan_paths.cmake") + endif() + unset(conanfile_txt) +endmacro() +qtc_auto_setup_conan() + +# +# vcpkg +# +macro(qtc_auto_setup_vcpkg) + if (EXISTS "${CMAKE_SOURCE_DIR}/vcpkg.json" AND NOT QT_CREATOR_SKIP_VCPKG_SETUP) + option(QT_CREATOR_SKIP_VCPKG_SETUP "Skip Qt Creator's vcpkg package manager auto-setup" OFF) + + find_program(vcpkg_program vcpkg $ENV{VCPKG_ROOT} ${CMAKE_SOURCE_DIR}/vcpkg) + if (NOT vcpkg_program) + message(WARNING "Qt Creator: vcpkg executable not found. " + "Package manager auto-setup will be skipped. " + "To disable this warning set QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + return() + endif() + execute_process(COMMAND ${vcpkg_program} version + RESULT_VARIABLE result_code + OUTPUT_VARIABLE vcpkg_version_output + ERROR_VARIABLE vcpkg_version_output) + if (NOT result_code EQUAL 0) + message(FATAL_ERROR "vcpkg version failed='${result_code}: ${vcpkg_version_output}") + endif() + + # Resolve any symlinks + get_filename_component(vpkg_program_real_path ${vcpkg_program} REALPATH) + get_filename_component(vpkg_root ${vpkg_program_real_path} DIRECTORY) + + if (NOT EXISTS "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + message(STATUS "Qt Creator: vcpkg package manager auto-setup. " + "Skip this step by setting QT_CREATOR_SKIP_VCPKG_SETUP to ON.") + + file(WRITE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(CMAKE_C_COMPILER \"${CMAKE_C_COMPILER}\") + set(CMAKE_CXX_COMPILER \"${CMAKE_CXX_COMPILER}\") + ") + qtc_auto_setup_compiler_standard("${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + + if (CMAKE_TOOLCHAIN_FILE AND NOT + CMAKE_TOOLCHAIN_FILE STREQUAL "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake") + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" + "include(\"${CMAKE_TOOLCHAIN_FILE}\")\n") + endif() + + if (VCPKG_TARGET_TRIPLET) + set(vcpkg_triplet ${VCPKG_TARGET_TRIPLET}) + else() + if (WIN32) + set(vcpkg_triplet x64-mingw-static) + if (CMAKE_CXX_COMPILER MATCHES ".*/(.*)/cl.exe") + set(vcpkg_triplet ${CMAKE_MATCH_1}-windows) + endif() + elseif(APPLE) + set(vcpkg_triplet x64-osx) + else() + set(vcpkg_triplet x64-linux) + endif() + endif() + + file(APPEND "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" " + set(VCPKG_TARGET_TRIPLET ${vcpkg_triplet}) + include(\"${vpkg_root}/scripts/buildsystems/vcpkg.cmake\") + ") + endif() + + set(CMAKE_TOOLCHAIN_FILE "${CMAKE_BINARY_DIR}/vcpkg-dependencies/toolchain.cmake" CACHE PATH "" FORCE) + + # Save CMAKE_PREFIX_PATH and CMAKE_MODULE_PATH as cache variables + if (CMAKE_VERSION GREATER_EQUAL "3.19") + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_PREFIX_PATH) + cmake_language(DEFER CALL list REMOVE_DUPLICATES CMAKE_MODULE_PATH) + cmake_language(DEFER CALL set CMAKE_PREFIX_PATH "${CMAKE_PREFIX_PATH}" CACHE STRING "" FORCE) + cmake_language(DEFER CALL set CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" CACHE STRING "" FORCE) + endif() + endif() +endmacro() +qtc_auto_setup_vcpkg() diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/conan.cmake b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/conan.cmake new file mode 100644 index 0000000..4f5f67e --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/conan.cmake @@ -0,0 +1,1026 @@ +# The MIT License (MIT) + +# Copyright (c) 2018 JFrog + +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: + +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. + +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + + + +# This file comes from: https://github.com/conan-io/cmake-conan. Please refer +# to this repository for issues and documentation. + +# Its purpose is to wrap and launch Conan C/C++ Package Manager when cmake is called. +# It will take CMake current settings (os, compiler, compiler version, architecture) +# and translate them to conan settings for installing and retrieving dependencies. + +# It is intended to facilitate developers building projects that have conan dependencies, +# but it is only necessary on the end-user side. It is not necessary to create conan +# packages, in fact it shouldn't be use for that. Check the project documentation. + +# version: 0.18.1 + +include(CMakeParseArguments) + +function(_get_msvc_ide_version result) + set(${result} "" PARENT_SCOPE) + if(NOT MSVC_VERSION VERSION_LESS 1400 AND MSVC_VERSION VERSION_LESS 1500) + set(${result} 8 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1500 AND MSVC_VERSION VERSION_LESS 1600) + set(${result} 9 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1600 AND MSVC_VERSION VERSION_LESS 1700) + set(${result} 10 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1700 AND MSVC_VERSION VERSION_LESS 1800) + set(${result} 11 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1800 AND MSVC_VERSION VERSION_LESS 1900) + set(${result} 12 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1900 AND MSVC_VERSION VERSION_LESS 1910) + set(${result} 14 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1910 AND MSVC_VERSION VERSION_LESS 1920) + set(${result} 15 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1920 AND MSVC_VERSION VERSION_LESS 1930) + set(${result} 16 PARENT_SCOPE) + elseif(NOT MSVC_VERSION VERSION_LESS 1930 AND MSVC_VERSION VERSION_LESS 1940) + set(${result} 17 PARENT_SCOPE) + else() + message(FATAL_ERROR "Conan: Unknown MSVC compiler version [${MSVC_VERSION}]") + endif() +endfunction() + +macro(_conan_detect_build_type) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${ARGUMENTS_BUILD_TYPE}) + elseif(CMAKE_BUILD_TYPE) + set(_CONAN_SETTING_BUILD_TYPE ${CMAKE_BUILD_TYPE}) + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + string(TOUPPER ${_CONAN_SETTING_BUILD_TYPE} _CONAN_SETTING_BUILD_TYPE_UPPER) + if (_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "DEBUG") + set(_CONAN_SETTING_BUILD_TYPE "Debug") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELEASE") + set(_CONAN_SETTING_BUILD_TYPE "Release") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "RELWITHDEBINFO") + set(_CONAN_SETTING_BUILD_TYPE "RelWithDebInfo") + elseif(_CONAN_SETTING_BUILD_TYPE_UPPER STREQUAL "MINSIZEREL") + set(_CONAN_SETTING_BUILD_TYPE "MinSizeRel") + endif() +endmacro() + +macro(_conan_check_system_name) + #handle -s os setting + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + #use default conan os setting if CMAKE_SYSTEM_NAME is not defined + set(CONAN_SYSTEM_NAME ${CMAKE_SYSTEM_NAME}) + if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin") + set(CONAN_SYSTEM_NAME Macos) + endif() + if(${CMAKE_SYSTEM_NAME} STREQUAL "QNX") + set(CONAN_SYSTEM_NAME Neutrino) + endif() + set(CONAN_SUPPORTED_PLATFORMS Windows Linux Macos Android iOS FreeBSD WindowsStore WindowsCE watchOS tvOS FreeBSD SunOS AIX Arduino Emscripten Neutrino) + list (FIND CONAN_SUPPORTED_PLATFORMS "${CONAN_SYSTEM_NAME}" _index) + if (${_index} GREATER -1) + #check if the cmake system is a conan supported one + set(_CONAN_SETTING_OS ${CONAN_SYSTEM_NAME}) + else() + message(FATAL_ERROR "cmake system ${CONAN_SYSTEM_NAME} is not supported by conan. Use one of ${CONAN_SUPPORTED_PLATFORMS}") + endif() + endif() +endmacro() + +macro(_conan_check_language) + get_property(_languages GLOBAL PROPERTY ENABLED_LANGUAGES) + if (";${_languages};" MATCHES ";CXX;") + set(LANGUAGE CXX) + set(USING_CXX 1) + elseif (";${_languages};" MATCHES ";C;") + set(LANGUAGE C) + set(USING_CXX 0) + else () + message(FATAL_ERROR "Conan: Neither C or C++ was detected as a language for the project. Unabled to detect compiler version.") + endif() +endmacro() + +macro(_conan_detect_compiler) + + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_ARCH) + set(_CONAN_SETTING_ARCH ${ARGUMENTS_ARCH}) + endif() + + if(USING_CXX) + set(_CONAN_SETTING_COMPILER_CPPSTD ${CMAKE_CXX_STANDARD}) + endif() + + if (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL GNU) + # using GCC + # TODO: Handle other params + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + if(${MAJOR} GREATER 4) + set(COMPILER_VERSION ${MAJOR}) + endif() + set(_CONAN_SETTING_COMPILER gcc) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Intel) + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(COMPILER_VERSION ${MAJOR}.${MINOR}) + set(_CONAN_SETTING_COMPILER intel) + set(_CONAN_SETTING_COMPILER_VERSION ${COMPILER_VERSION}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL AppleClang) + # using AppleClang + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER apple-clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND NOT "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND NOT "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC") + + string(REPLACE "." ";" VERSION_LIST ${CMAKE_${LANGUAGE}_COMPILER_VERSION}) + list(GET VERSION_LIST 0 MAJOR) + list(GET VERSION_LIST 1 MINOR) + set(_CONAN_SETTING_COMPILER clang) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}.${MINOR}) + if(APPLE) + cmake_policy(GET CMP0025 APPLE_CLANG_POLICY) + if(NOT APPLE_CLANG_POLICY STREQUAL NEW) + message(STATUS "Conan: APPLE and Clang detected. Assuming apple-clang compiler. Set CMP0025 to avoid it") + set(_CONAN_SETTING_COMPILER apple-clang) + endif() + endif() + if(${_CONAN_SETTING_COMPILER} STREQUAL clang AND ${MAJOR} GREATER 7) + set(_CONAN_SETTING_COMPILER_VERSION ${MAJOR}) + endif() + if (USING_CXX) + conan_cmake_detect_unix_libcxx(_LIBCXX) + set(_CONAN_SETTING_COMPILER_LIBCXX ${_LIBCXX}) + endif () + elseif(${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL MSVC + OR (${CMAKE_${LANGUAGE}_COMPILER_ID} STREQUAL Clang + AND "${CMAKE_${LANGUAGE}_COMPILER_FRONTEND_VARIANT}" STREQUAL "MSVC" + AND "${CMAKE_${LANGUAGE}_SIMULATE_ID}" STREQUAL "MSVC")) + + set(_VISUAL "Visual Studio") + _get_msvc_ide_version(_VISUAL_VERSION) + if("${_VISUAL_VERSION}" STREQUAL "") + message(FATAL_ERROR "Conan: Visual Studio not recognized") + else() + set(_CONAN_SETTING_COMPILER ${_VISUAL}) + set(_CONAN_SETTING_COMPILER_VERSION ${_VISUAL_VERSION}) + endif() + + if(NOT _CONAN_SETTING_ARCH) + if (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "64") + set(_CONAN_SETTING_ARCH x86_64) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "^ARM") + message(STATUS "Conan: Using default ARM architecture from MSVC") + set(_CONAN_SETTING_ARCH armv6) + elseif (MSVC_${LANGUAGE}_ARCHITECTURE_ID MATCHES "86") + set(_CONAN_SETTING_ARCH x86) + else () + message(FATAL_ERROR "Conan: Unknown MSVC architecture [${MSVC_${LANGUAGE}_ARCHITECTURE_ID}]") + endif() + endif() + + conan_cmake_detect_vs_runtime(_vs_runtime ${ARGV}) + message(STATUS "Conan: Detected VS runtime: ${_vs_runtime}") + set(_CONAN_SETTING_COMPILER_RUNTIME ${_vs_runtime}) + + if (CMAKE_GENERATOR_TOOLSET) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + elseif(CMAKE_VS_PLATFORM_TOOLSET AND (CMAKE_GENERATOR STREQUAL "Ninja")) + set(_CONAN_SETTING_COMPILER_TOOLSET ${CMAKE_VS_PLATFORM_TOOLSET}) + endif() + else() + message(FATAL_ERROR "Conan: compiler setup not recognized") + endif() + +endmacro() + +function(conan_cmake_settings result) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER}) + #message(STATUS "COMPILER " ${CMAKE_CXX_COMPILER_ID}) + #message(STATUS "VERSION " ${CMAKE_CXX_COMPILER_VERSION}) + #message(STATUS "FLAGS " ${CMAKE_LANG_FLAGS}) + #message(STATUS "LIB ARCH " ${CMAKE_CXX_LIBRARY_ARCHITECTURE}) + #message(STATUS "BUILD TYPE " ${CMAKE_BUILD_TYPE}) + #message(STATUS "GENERATOR " ${CMAKE_GENERATOR}) + #message(STATUS "GENERATOR WIN64 " ${CMAKE_CL_64}) + + message(STATUS "Conan: Automatic detection of conan settings from cmake") + + conan_parse_arguments(${ARGV}) + + _conan_detect_build_type(${ARGV}) + + _conan_check_system_name() + + _conan_check_language() + + _conan_detect_compiler(${ARGV}) + + # If profile is defined it is used + if(CMAKE_BUILD_TYPE STREQUAL "Debug" AND ARGUMENTS_DEBUG_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_DEBUG_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "Release" AND ARGUMENTS_RELEASE_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELEASE_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo" AND ARGUMENTS_RELWITHDEBINFO_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_RELWITHDEBINFO_PROFILE}) + elseif(CMAKE_BUILD_TYPE STREQUAL "MinSizeRel" AND ARGUMENTS_MINSIZEREL_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_MINSIZEREL_PROFILE}) + elseif(ARGUMENTS_PROFILE) + set(_APPLIED_PROFILES ${ARGUMENTS_PROFILE}) + endif() + + foreach(ARG ${_APPLIED_PROFILES}) + set(_SETTINGS ${_SETTINGS} -pr=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_PROFILE_BUILD}) + conan_check(VERSION 1.24.0 REQUIRED DETECT_QUIET) + set(_SETTINGS ${_SETTINGS} -pr:b=${ARG}) + endforeach() + + if(NOT _SETTINGS OR ARGUMENTS_PROFILE_AUTO STREQUAL "ALL") + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset) + endif() + + # remove any manually specified settings from the autodetected settings + foreach(ARG ${ARGUMENTS_SETTINGS}) + string(REGEX MATCH "[^=]*" MANUAL_SETTING "${ARG}") + message(STATUS "Conan: ${MANUAL_SETTING} was added as an argument. Not using the autodetected one.") + list(REMOVE_ITEM ARGUMENTS_PROFILE_AUTO "${MANUAL_SETTING}") + endforeach() + + # Automatic from CMake + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + + foreach(ARG ${ARGUMENTS_SETTINGS}) + set(_SETTINGS ${_SETTINGS} -s ${ARG}) + endforeach() + + message(STATUS "Conan: Settings= ${_SETTINGS}") + + set(${result} ${_SETTINGS} PARENT_SCOPE) +endfunction() + + +function(conan_cmake_detect_unix_libcxx result) + # Take into account any -stdlib in compile options + get_directory_property(compile_options DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_OPTIONS) + string(GENEX_STRIP "${compile_options}" compile_options) + + # Take into account any _GLIBCXX_USE_CXX11_ABI in compile definitions + get_directory_property(defines DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} COMPILE_DEFINITIONS) + string(GENEX_STRIP "${defines}" defines) + + foreach(define ${defines}) + if(define MATCHES "_GLIBCXX_USE_CXX11_ABI") + if(define MATCHES "^-D") + set(compile_options ${compile_options} "${define}") + else() + set(compile_options ${compile_options} "-D${define}") + endif() + endif() + endforeach() + + # add additional compiler options ala cmRulePlaceholderExpander::ExpandRuleVariable + set(EXPAND_CXX_COMPILER ${CMAKE_CXX_COMPILER}) + if(CMAKE_CXX_COMPILER_ARG1) + # CMake splits CXX="foo bar baz" into CMAKE_CXX_COMPILER="foo", CMAKE_CXX_COMPILER_ARG1="bar baz" + # without this, ccache, winegcc, or other wrappers might lose all their arguments + separate_arguments(SPLIT_CXX_COMPILER_ARG1 NATIVE_COMMAND ${CMAKE_CXX_COMPILER_ARG1}) + list(APPEND EXPAND_CXX_COMPILER ${SPLIT_CXX_COMPILER_ARG1}) + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_TARGET AND CMAKE_CXX_COMPILER_TARGET) + # without --target= we may be calling the wrong underlying GCC + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_TARGET}${CMAKE_CXX_COMPILER_TARGET}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN AND CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN}${CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN}") + endif() + + if(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT) + # without --sysroot= we may find the wrong #include + if(CMAKE_SYSROOT_COMPILE) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT_COMPILE}") + elseif(CMAKE_SYSROOT) + list(APPEND EXPAND_CXX_COMPILER "${CMAKE_CXX_COMPILE_OPTIONS_SYSROOT}${CMAKE_SYSROOT}") + endif() + endif() + + separate_arguments(SPLIT_CXX_FLAGS NATIVE_COMMAND ${CMAKE_CXX_FLAGS}) + + if(CMAKE_OSX_SYSROOT) + set(xcode_sysroot_option "--sysroot=${CMAKE_OSX_SYSROOT}") + endif() + + execute_process( + COMMAND ${CMAKE_COMMAND} -E echo "#include " + COMMAND ${EXPAND_CXX_COMPILER} ${SPLIT_CXX_FLAGS} -x c++ ${xcode_sysroot_option} ${compile_options} -E -dM - + OUTPUT_VARIABLE string_defines + ) + + if(string_defines MATCHES "#define __GLIBCXX__") + # Allow -D_GLIBCXX_USE_CXX11_ABI=ON/OFF as argument to cmake + if(DEFINED _GLIBCXX_USE_CXX11_ABI) + if(_GLIBCXX_USE_CXX11_ABI) + set(${result} libstdc++11 PARENT_SCOPE) + return() + else() + set(${result} libstdc++ PARENT_SCOPE) + return() + endif() + endif() + + if(string_defines MATCHES "#define _GLIBCXX_USE_CXX11_ABI 1\n") + set(${result} libstdc++11 PARENT_SCOPE) + else() + # Either the compiler is missing the define because it is old, and so + # it can't use the new abi, or the compiler was configured to use the + # old abi by the user or distro (e.g. devtoolset on RHEL/CentOS) + set(${result} libstdc++ PARENT_SCOPE) + endif() + else() + set(${result} libc++ PARENT_SCOPE) + endif() +endfunction() + +function(conan_cmake_detect_vs_runtime result) + + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_BUILD_TYPE) + set(build_type "${ARGUMENTS_BUILD_TYPE}") + elseif(CMAKE_BUILD_TYPE) + set(build_type "${CMAKE_BUILD_TYPE}") + else() + message(FATAL_ERROR "Please specify in command line CMAKE_BUILD_TYPE (-DCMAKE_BUILD_TYPE=Release)") + endif() + + if(build_type) + string(TOUPPER "${build_type}" build_type) + endif() + set(variables CMAKE_CXX_FLAGS_${build_type} CMAKE_C_FLAGS_${build_type} CMAKE_CXX_FLAGS CMAKE_C_FLAGS) + foreach(variable ${variables}) + if(NOT "${${variable}}" STREQUAL "") + string(REPLACE " " ";" flags "${${variable}}") + foreach (flag ${flags}) + if("${flag}" STREQUAL "/MD" OR "${flag}" STREQUAL "/MDd" OR "${flag}" STREQUAL "/MT" OR "${flag}" STREQUAL "/MTd") + string(SUBSTRING "${flag}" 1 -1 runtime) + set(${result} "${runtime}" PARENT_SCOPE) + return() + endif() + endforeach() + endif() + endforeach() + if("${build_type}" STREQUAL "DEBUG") + set(${result} "MDd" PARENT_SCOPE) + else() + set(${result} "MD" PARENT_SCOPE) + endif() +endfunction() + +function(_collect_settings result) + set(ARGUMENTS_PROFILE_AUTO arch build_type compiler compiler.version + compiler.runtime compiler.libcxx compiler.toolset + compiler.cppstd) + foreach(ARG ${ARGUMENTS_PROFILE_AUTO}) + string(TOUPPER ${ARG} _arg_name) + string(REPLACE "." "_" _arg_name ${_arg_name}) + if(_CONAN_SETTING_${_arg_name}) + set(detected_setings ${detected_setings} ${ARG}=${_CONAN_SETTING_${_arg_name}}) + endif() + endforeach() + set(${result} ${detected_setings} PARENT_SCOPE) +endfunction() + +function(conan_cmake_autodetect detected_settings) + _conan_detect_build_type(${ARGV}) + _conan_check_system_name() + _conan_check_language() + _conan_detect_compiler(${ARGV}) + _collect_settings(collected_settings) + set(${detected_settings} ${collected_settings} PARENT_SCOPE) +endfunction() + +macro(conan_parse_arguments) + set(options BASIC_SETUP CMAKE_TARGETS UPDATE KEEP_RPATHS NO_LOAD NO_OUTPUT_DIRS OUTPUT_QUIET NO_IMPORTS SKIP_STD) + set(oneValueArgs CONANFILE ARCH BUILD_TYPE INSTALL_FOLDER OUTPUT_FOLDER CONAN_COMMAND) + set(multiValueArgs DEBUG_PROFILE RELEASE_PROFILE RELWITHDEBINFO_PROFILE MINSIZEREL_PROFILE + PROFILE REQUIRES OPTIONS IMPORTS SETTINGS BUILD ENV GENERATORS PROFILE_AUTO + INSTALL_ARGS CONFIGURATION_TYPES PROFILE_BUILD BUILD_REQUIRES) + cmake_parse_arguments(ARGUMENTS "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) +endmacro() + +function(old_conan_cmake_install) + # Calls "conan install" + # Argument BUILD is equivalant to --build={missing, PkgName,...} or + # --build when argument is 'BUILD all' (which builds all packages from source) + # Argument CONAN_COMMAND, to specify the conan path, e.g. in case of running from source + # cmake does not identify conan as command, even if it is +x and it is in the path + conan_parse_arguments(${ARGV}) + + if(CONAN_CMAKE_MULTI) + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake_multi) + else() + set(ARGUMENTS_GENERATORS ${ARGUMENTS_GENERATORS} cmake) + endif() + + set(CONAN_BUILD_POLICY "") + foreach(ARG ${ARGUMENTS_BUILD}) + if(${ARG} STREQUAL "all") + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build) + break() + else() + set(CONAN_BUILD_POLICY ${CONAN_BUILD_POLICY} --build=${ARG}) + endif() + endforeach() + if(ARGUMENTS_CONAN_COMMAND) + set(CONAN_CMD ${ARGUMENTS_CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + set(CONAN_OPTIONS "") + if(ARGUMENTS_CONANFILE) + if(IS_ABSOLUTE ${ARGUMENTS_CONANFILE}) + set(CONANFILE ${ARGUMENTS_CONANFILE}) + else() + set(CONANFILE ${CMAKE_CURRENT_SOURCE_DIR}/${ARGUMENTS_CONANFILE}) + endif() + else() + set(CONANFILE ".") + endif() + foreach(ARG ${ARGUMENTS_OPTIONS}) + set(CONAN_OPTIONS ${CONAN_OPTIONS} -o=${ARG}) + endforeach() + if(ARGUMENTS_UPDATE) + set(CONAN_INSTALL_UPDATE --update) + endif() + if(ARGUMENTS_NO_IMPORTS) + set(CONAN_INSTALL_NO_IMPORTS --no-imports) + endif() + set(CONAN_INSTALL_FOLDER "") + if(ARGUMENTS_INSTALL_FOLDER) + set(CONAN_INSTALL_FOLDER -if=${ARGUMENTS_INSTALL_FOLDER}) + endif() + set(CONAN_OUTPUT_FOLDER "") + if(ARGUMENTS_OUTPUT_FOLDER) + set(CONAN_OUTPUT_FOLDER -of=${ARGUMENTS_OUTPUT_FOLDER}) + endif() + foreach(ARG ${ARGUMENTS_GENERATORS}) + set(CONAN_GENERATORS ${CONAN_GENERATORS} -g=${ARG}) + endforeach() + foreach(ARG ${ARGUMENTS_ENV}) + set(CONAN_ENV_VARS ${CONAN_ENV_VARS} -e=${ARG}) + endforeach() + set(conan_args install ${CONANFILE} ${settings} ${CONAN_ENV_VARS} ${CONAN_GENERATORS} ${CONAN_BUILD_POLICY} ${CONAN_INSTALL_UPDATE} ${CONAN_INSTALL_NO_IMPORTS} ${CONAN_OPTIONS} ${CONAN_INSTALL_FOLDER} ${ARGUMENTS_INSTALL_ARGS}) + + string (REPLACE ";" " " _conan_args "${conan_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_conan_args}") + + if(ARGUMENTS_OUTPUT_QUIET) + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_output + ERROR_VARIABLE conan_output + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + else() + execute_process(COMMAND ${CONAN_CMD} ${conan_args} + RESULT_VARIABLE return_code + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + +endfunction() + +function(conan_cmake_install) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(installOptions UPDATE NO_IMPORTS OUTPUT_QUIET ERROR_QUIET) + set(installOneValueArgs PATH_OR_REFERENCE REFERENCE REMOTE LOCKFILE LOCKFILE_OUT LOCKFILE_NODE_ID INSTALL_FOLDER OUTPUT_FOLDER) + set(installMultiValueArgs GENERATOR BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${installOptions}" "${installOneValueArgs}" "${installMultiValueArgs}" ${ARGN}) + foreach(arg ${installOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + elseif("${arg}" STREQUAL "LOCKFILE_NODE_ID") + set(flag "--lockfile-node-id") + elseif("${arg}" STREQUAL "INSTALL_FOLDER") + set(flag "--install-folder") + elseif("${arg}" STREQUAL "OUTPUT_FOLDER") + set(flag "--output-folder") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${installMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "GENERATOR") + set(flag "--generator") + elseif("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED NO_IMPORTS) + set(NO_IMPORTS --no-imports) + endif() + set(install_args install ${PATH_OR_REFERENCE} ${REFERENCE} ${UPDATE} ${NO_IMPORTS} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} ${OUTPUT_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _install_args "${install_args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_install_args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${install_args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan install failed='${return_code}'") + else() + message(FATAL_ERROR "Conan install failed='${return_code}'") + endif() + endif() + +endfunction() + +function(conan_cmake_lock_create) + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + set(lockCreateOptions UPDATE BASE OUTPUT_QUIET ERROR_QUIET) + set(lockCreateOneValueArgs PATH REFERENCE REMOTE LOCKFILE LOCKFILE_OUT) + set(lockCreateMultiValueArgs BUILD ENV ENV_HOST ENV_BUILD OPTIONS_HOST OPTIONS OPTIONS_BUILD PROFILE + PROFILE_HOST PROFILE_BUILD SETTINGS SETTINGS_HOST SETTINGS_BUILD) + cmake_parse_arguments(ARGS "${lockCreateOptions}" "${lockCreateOneValueArgs}" "${lockCreateMultiValueArgs}" ${ARGN}) + foreach(arg ${lockCreateOptions}) + if(ARGS_${arg}) + set(${arg} ${${arg}} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateOneValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "REMOTE") + set(flag "--remote") + elseif("${arg}" STREQUAL "LOCKFILE") + set(flag "--lockfile") + elseif("${arg}" STREQUAL "LOCKFILE_OUT") + set(flag "--lockfile-out") + endif() + set(${arg} ${${arg}} ${flag} ${ARGS_${arg}}) + endif() + endforeach() + foreach(arg ${lockCreateMultiValueArgs}) + if(DEFINED ARGS_${arg}) + if("${arg}" STREQUAL "BUILD") + set(flag "--build") + elseif("${arg}" STREQUAL "ENV") + set(flag "--env") + elseif("${arg}" STREQUAL "ENV_HOST") + set(flag "--env:host") + elseif("${arg}" STREQUAL "ENV_BUILD") + set(flag "--env:build") + elseif("${arg}" STREQUAL "OPTIONS") + set(flag "--options") + elseif("${arg}" STREQUAL "OPTIONS_HOST") + set(flag "--options:host") + elseif("${arg}" STREQUAL "OPTIONS_BUILD") + set(flag "--options:build") + elseif("${arg}" STREQUAL "PROFILE") + set(flag "--profile") + elseif("${arg}" STREQUAL "PROFILE_HOST") + set(flag "--profile:host") + elseif("${arg}" STREQUAL "PROFILE_BUILD") + set(flag "--profile:build") + elseif("${arg}" STREQUAL "SETTINGS") + set(flag "--settings") + elseif("${arg}" STREQUAL "SETTINGS_HOST") + set(flag "--settings:host") + elseif("${arg}" STREQUAL "SETTINGS_BUILD") + set(flag "--settings:build") + endif() + list(LENGTH ARGS_${arg} numargs) + foreach(item ${ARGS_${arg}}) + if(${item} STREQUAL "all" AND ${arg} STREQUAL "BUILD") + set(${arg} "--build") + break() + endif() + set(${arg} ${${arg}} ${flag} ${item}) + endforeach() + endif() + endforeach() + if(DEFINED UPDATE) + set(UPDATE --update) + endif() + if(DEFINED BASE) + set(BASE --base) + endif() + set(lock_create_Args lock create ${PATH} ${REFERENCE} ${UPDATE} ${BASE} ${REMOTE} ${LOCKFILE} ${LOCKFILE_OUT} ${LOCKFILE_NODE_ID} ${INSTALL_FOLDER} + ${GENERATOR} ${BUILD} ${ENV} ${ENV_HOST} ${ENV_BUILD} ${OPTIONS} ${OPTIONS_HOST} ${OPTIONS_BUILD} + ${PROFILE} ${PROFILE_HOST} ${PROFILE_BUILD} ${SETTINGS} ${SETTINGS_HOST} ${SETTINGS_BUILD}) + + string(REPLACE ";" " " _lock_create_Args "${lock_create_Args}") + message(STATUS "Conan executing: ${CONAN_CMD} ${_lock_create_Args}") + + if(ARGS_OUTPUT_QUIET) + set(OUTPUT_OPT OUTPUT_QUIET) + endif() + if(ARGS_ERROR_QUIET) + set(ERROR_OPT ERROR_QUIET) + endif() + + execute_process(COMMAND ${CONAN_CMD} ${lock_create_Args} + RESULT_VARIABLE return_code + ${OUTPUT_OPT} + ${ERROR_OPT} + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(NOT "${return_code}" STREQUAL "0") + if (ARGS_ERROR_QUIET) + message(WARNING "Conan lock create failed='${return_code}'") + else() + message(FATAL_ERROR "Conan lock create failed='${return_code}'") + endif() + endif() +endfunction() + +function(conan_cmake_setup_conanfile) + conan_parse_arguments(${ARGV}) + if(ARGUMENTS_CONANFILE) + get_filename_component(_CONANFILE_NAME ${ARGUMENTS_CONANFILE} NAME) + # configure_file will make sure cmake re-runs when conanfile is updated + configure_file(${ARGUMENTS_CONANFILE} ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk COPYONLY) + file(REMOVE ${CMAKE_CURRENT_BINARY_DIR}/${_CONANFILE_NAME}.junk) + else() + conan_cmake_generate_conanfile(ON ${ARGV}) + endif() +endfunction() + +function(conan_cmake_configure) + conan_cmake_generate_conanfile(OFF ${ARGV}) +endfunction() + +# Generate, writing in disk a conanfile.txt with the requires, options, and imports +# specified as arguments +# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR) +function(conan_cmake_generate_conanfile DEFAULT_GENERATOR) + + conan_parse_arguments(${ARGV}) + + set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt") + file(WRITE ${_FN} "") + + if(DEFINED ARGUMENTS_REQUIRES) + file(APPEND ${_FN} "[requires]\n") + foreach(REQUIRE ${ARGUMENTS_REQUIRES}) + file(APPEND ${_FN} ${REQUIRE} "\n") + endforeach() + endif() + + if (DEFAULT_GENERATOR OR DEFINED ARGUMENTS_GENERATORS) + file(APPEND ${_FN} "[generators]\n") + if (DEFAULT_GENERATOR) + file(APPEND ${_FN} "cmake\n") + endif() + if (DEFINED ARGUMENTS_GENERATORS) + foreach(GENERATOR ${ARGUMENTS_GENERATORS}) + file(APPEND ${_FN} ${GENERATOR} "\n") + endforeach() + endif() + endif() + + if(DEFINED ARGUMENTS_BUILD_REQUIRES) + file(APPEND ${_FN} "[build_requires]\n") + foreach(BUILD_REQUIRE ${ARGUMENTS_BUILD_REQUIRES}) + file(APPEND ${_FN} ${BUILD_REQUIRE} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_IMPORTS) + file(APPEND ${_FN} "[imports]\n") + foreach(IMPORTS ${ARGUMENTS_IMPORTS}) + file(APPEND ${_FN} ${IMPORTS} "\n") + endforeach() + endif() + + if(DEFINED ARGUMENTS_OPTIONS) + file(APPEND ${_FN} "[options]\n") + foreach(OPTION ${ARGUMENTS_OPTIONS}) + file(APPEND ${_FN} ${OPTION} "\n") + endforeach() + endif() + +endfunction() + + +macro(conan_load_buildinfo) + if(CONAN_CMAKE_MULTI) + set(_CONANBUILDINFO conanbuildinfo_multi.cmake) + else() + set(_CONANBUILDINFO conanbuildinfo.cmake) + endif() + if(ARGUMENTS_INSTALL_FOLDER) + set(_CONANBUILDINFOFOLDER ${ARGUMENTS_INSTALL_FOLDER}) + else() + set(_CONANBUILDINFOFOLDER ${CMAKE_CURRENT_BINARY_DIR}) + endif() + # Checks for the existence of conanbuildinfo.cmake, and loads it + # important that it is macro, so variables defined at parent scope + if(EXISTS "${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}") + message(STATUS "Conan: Loading ${_CONANBUILDINFO}") + include(${_CONANBUILDINFOFOLDER}/${_CONANBUILDINFO}) + else() + message(FATAL_ERROR "${_CONANBUILDINFO} doesn't exist in ${CMAKE_CURRENT_BINARY_DIR}") + endif() +endmacro() + + +macro(conan_cmake_run) + conan_parse_arguments(${ARGV}) + + if(ARGUMENTS_CONFIGURATION_TYPES AND NOT CMAKE_CONFIGURATION_TYPES) + message(WARNING "CONFIGURATION_TYPES should only be specified for multi-configuration generators") + elseif(ARGUMENTS_CONFIGURATION_TYPES AND ARGUMENTS_BUILD_TYPE) + message(WARNING "CONFIGURATION_TYPES and BUILD_TYPE arguments should not be defined at the same time.") + endif() + + if(CMAKE_CONFIGURATION_TYPES AND NOT CMAKE_BUILD_TYPE AND NOT CONAN_EXPORTED + AND NOT ARGUMENTS_BUILD_TYPE) + set(CONAN_CMAKE_MULTI ON) + if (NOT ARGUMENTS_CONFIGURATION_TYPES) + set(ARGUMENTS_CONFIGURATION_TYPES "Release;Debug") + endif() + message(STATUS "Conan: Using cmake-multi generator") + else() + set(CONAN_CMAKE_MULTI OFF) + endif() + + if(NOT CONAN_EXPORTED) + conan_cmake_setup_conanfile(${ARGV}) + if(CONAN_CMAKE_MULTI) + foreach(CMAKE_BUILD_TYPE ${ARGUMENTS_CONFIGURATION_TYPES}) + set(ENV{CONAN_IMPORT_PATH} ${CMAKE_BUILD_TYPE}) + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endforeach() + set(CMAKE_BUILD_TYPE) + else() + conan_cmake_settings(settings ${ARGV}) + old_conan_cmake_install(SETTINGS ${settings} ${ARGV}) + endif() + endif() + + if (NOT ARGUMENTS_NO_LOAD) + conan_load_buildinfo() + endif() + + if(ARGUMENTS_BASIC_SETUP) + foreach(_option CMAKE_TARGETS KEEP_RPATHS NO_OUTPUT_DIRS SKIP_STD) + if(ARGUMENTS_${_option}) + if(${_option} STREQUAL "CMAKE_TARGETS") + list(APPEND _setup_options "TARGETS") + else() + list(APPEND _setup_options ${_option}) + endif() + endif() + endforeach() + conan_basic_setup(${_setup_options}) + endif() +endmacro() + +macro(conan_check) + # Checks conan availability in PATH + # Arguments REQUIRED, DETECT_QUIET and VERSION are optional + # Example usage: + # conan_check(VERSION 1.0.0 REQUIRED) + set(options REQUIRED DETECT_QUIET) + set(oneValueArgs VERSION) + cmake_parse_arguments(CONAN "${options}" "${oneValueArgs}" "" ${ARGN}) + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: checking conan executable") + endif() + + find_program(CONAN_CMD conan) + if(NOT CONAN_CMD AND CONAN_REQUIRED) + message(FATAL_ERROR "Conan executable not found! Please install conan.") + endif() + if(NOT CONAN_DETECT_QUIET) + message(STATUS "Conan: Found program ${CONAN_CMD}") + endif() + execute_process(COMMAND ${CONAN_CMD} --version + RESULT_VARIABLE return_code + OUTPUT_VARIABLE CONAN_VERSION_OUTPUT + ERROR_VARIABLE CONAN_VERSION_OUTPUT) + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan --version failed='${return_code}'") + endif() + + if(NOT CONAN_DETECT_QUIET) + string(STRIP "${CONAN_VERSION_OUTPUT}" _CONAN_VERSION_OUTPUT) + message(STATUS "Conan: Version found ${_CONAN_VERSION_OUTPUT}") + endif() + + if(DEFINED CONAN_VERSION) + string(REGEX MATCH ".*Conan version ([0-9]+\\.[0-9]+\\.[0-9]+)" FOO + "${CONAN_VERSION_OUTPUT}") + if(${CMAKE_MATCH_1} VERSION_LESS ${CONAN_VERSION}) + message(FATAL_ERROR "Conan outdated. Installed: ${CMAKE_MATCH_1}, \ + required: ${CONAN_VERSION}. Consider updating via 'pip \ + install conan==${CONAN_VERSION}'.") + endif() + endif() +endmacro() + +function(conan_add_remote) + # Adds a remote + # Arguments URL and NAME are required, INDEX, COMMAND and VERIFY_SSL are optional + # Example usage: + # conan_add_remote(NAME bincrafters INDEX 1 + # URL https://api.bintray.com/conan/bincrafters/public-conan + # VERIFY_SSL True) + set(oneValueArgs URL NAME INDEX COMMAND VERIFY_SSL) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "" ${ARGN}) + + if(DEFINED CONAN_INDEX) + set(CONAN_INDEX_ARG "-i ${CONAN_INDEX}") + endif() + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED DETECT_QUIET) + endif() + set(CONAN_VERIFY_SSL_ARG "True") + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG ${CONAN_VERIFY_SSL}) + endif() + message(STATUS "Conan: Adding ${CONAN_NAME} remote repository (${CONAN_URL}) verify ssl (${CONAN_VERIFY_SSL_ARG})") + execute_process(COMMAND ${CONAN_CMD} remote add ${CONAN_NAME} ${CONAN_INDEX_ARG} -f ${CONAN_URL} ${CONAN_VERIFY_SSL_ARG} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan remote failed='${return_code}'") + endif() +endfunction() + +macro(conan_config_install) + # install a full configuration from a local or remote zip file + # Argument ITEM is required, arguments TYPE, SOURCE, TARGET and VERIFY_SSL are optional + # Example usage: + # conan_config_install(ITEM https://github.com/conan-io/cmake-conan.git + # TYPE git SOURCE source-folder TARGET target-folder VERIFY_SSL false) + set(oneValueArgs ITEM TYPE SOURCE TARGET VERIFY_SSL) + set(multiValueArgs ARGS) + cmake_parse_arguments(CONAN "" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(DEFINED CONAN_COMMAND) + set(CONAN_CMD ${CONAN_COMMAND}) + else() + conan_check(REQUIRED) + endif() + + if(DEFINED CONAN_VERIFY_SSL) + set(CONAN_VERIFY_SSL_ARG "--verify-ssl=${CONAN_VERIFY_SSL}") + endif() + + if(DEFINED CONAN_TYPE) + set(CONAN_TYPE_ARG "--type=${CONAN_TYPE}") + endif() + + if(DEFINED CONAN_ARGS) + set(CONAN_ARGS_ARGS "--args=\"${CONAN_ARGS}\"") + endif() + + if(DEFINED CONAN_SOURCE) + set(CONAN_SOURCE_ARGS "--source-folder=${CONAN_SOURCE}") + endif() + + if(DEFINED CONAN_TARGET) + set(CONAN_TARGET_ARGS "--target-folder=${CONAN_TARGET}") + endif() + + set (CONAN_CONFIG_INSTALL_ARGS ${CONAN_VERIFY_SSL_ARG} + ${CONAN_TYPE_ARG} + ${CONAN_ARGS_ARGS} + ${CONAN_SOURCE_ARGS} + ${CONAN_TARGET_ARGS}) + + message(STATUS "Conan: Installing config from ${CONAN_ITEM}") + execute_process(COMMAND ${CONAN_CMD} config install ${CONAN_ITEM} ${CONAN_CONFIG_INSTALL_ARGS} + RESULT_VARIABLE return_code) + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan config failed='${return_code}'") + endif() +endmacro() diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake new file mode 100644 index 0000000..e5fa9ce --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/conan_provider.cmake @@ -0,0 +1,655 @@ +# https://github.com/conan-io/cmake-conan/blob/develop2/conan_provider.cmake +# commit: f6464d1e13ef7a47c569f5061f9607ea63339d39 +# +# The MIT License (MIT) +# +# Copyright (c) 2019 JFrog +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +set(CONAN_MINIMUM_VERSION 2.0.5) + + +function(detect_os OS OS_API_LEVEL OS_SDK OS_SUBSYSTEM OS_VERSION) + # it could be cross compilation + message(STATUS "CMake-Conan: cmake_system_name=${CMAKE_SYSTEM_NAME}") + if(CMAKE_SYSTEM_NAME AND NOT CMAKE_SYSTEM_NAME STREQUAL "Generic") + if(CMAKE_SYSTEM_NAME STREQUAL "Darwin") + set(${OS} Macos PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "QNX") + set(${OS} Neutrino PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME STREQUAL "CYGWIN") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} cygwin PARENT_SCOPE) + elseif(CMAKE_SYSTEM_NAME MATCHES "^MSYS") + set(${OS} Windows PARENT_SCOPE) + set(${OS_SUBSYSTEM} msys2 PARENT_SCOPE) + else() + set(${OS} ${CMAKE_SYSTEM_NAME} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + if(DEFINED ANDROID_PLATFORM) + string(REGEX MATCH "[0-9]+" _OS_API_LEVEL ${ANDROID_PLATFORM}) + elseif(DEFINED CMAKE_SYSTEM_VERSION) + set(_OS_API_LEVEL ${CMAKE_SYSTEM_VERSION}) + endif() + message(STATUS "CMake-Conan: android api level=${_OS_API_LEVEL}") + set(${OS_API_LEVEL} ${_OS_API_LEVEL} PARENT_SCOPE) + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS") + # CMAKE_OSX_SYSROOT contains the full path to the SDK for MakeFile/Ninja + # generators, but just has the original input string for Xcode. + if(NOT IS_DIRECTORY ${CMAKE_OSX_SYSROOT}) + set(_OS_SDK ${CMAKE_OSX_SYSROOT}) + else() + if(CMAKE_OSX_SYSROOT MATCHES Simulator) + set(apple_platform_suffix simulator) + else() + set(apple_platform_suffix os) + endif() + if(CMAKE_OSX_SYSROOT MATCHES AppleTV) + set(_OS_SDK "appletv${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES iPhone) + set(_OS_SDK "iphone${apple_platform_suffix}") + elseif(CMAKE_OSX_SYSROOT MATCHES Watch) + set(_OS_SDK "watch${apple_platform_suffix}") + endif() + endif() + if(DEFINED _OS_SDK) + message(STATUS "CMake-Conan: cmake_osx_sysroot=${CMAKE_OSX_SYSROOT}") + set(${OS_SDK} ${_OS_SDK} PARENT_SCOPE) + endif() + if(DEFINED CMAKE_OSX_DEPLOYMENT_TARGET) + message(STATUS "CMake-Conan: cmake_osx_deployment_target=${CMAKE_OSX_DEPLOYMENT_TARGET}") + set(${OS_VERSION} ${CMAKE_OSX_DEPLOYMENT_TARGET} PARENT_SCOPE) + endif() + endif() + endif() +endfunction() + + +function(detect_arch ARCH) + # CMAKE_OSX_ARCHITECTURES can contain multiple architectures, but Conan only supports one. + # Therefore this code only finds one. If the recipes support multiple architectures, the + # build will work. Otherwise, there will be a linker error for the missing architecture(s). + if(DEFINED CMAKE_OSX_ARCHITECTURES) + string(REPLACE " " ";" apple_arch_list "${CMAKE_OSX_ARCHITECTURES}") + list(LENGTH apple_arch_list apple_arch_count) + if(apple_arch_count GREATER 1) + message(WARNING "CMake-Conan: Multiple architectures detected, this will only work if Conan recipe(s) produce fat binaries.") + endif() + endif() + if(CMAKE_SYSTEM_NAME MATCHES "Darwin|iOS|tvOS|watchOS" AND NOT CMAKE_OSX_ARCHITECTURES STREQUAL "") + set(host_arch ${CMAKE_OSX_ARCHITECTURES}) + elseif(MSVC) + set(host_arch ${CMAKE_CXX_COMPILER_ARCHITECTURE_ID}) + else() + set(host_arch ${CMAKE_SYSTEM_PROCESSOR}) + endif() + if(host_arch MATCHES "aarch64|arm64|ARM64") + set(_ARCH armv8) + elseif(host_arch MATCHES "armv7|armv7-a|armv7l|ARMV7") + set(_ARCH armv7) + elseif(host_arch MATCHES armv7s) + set(_ARCH armv7s) + elseif(host_arch MATCHES "i686|i386|X86") + set(_ARCH x86) + elseif(host_arch MATCHES "AMD64|amd64|x86_64|x64") + set(_ARCH x86_64) + endif() + message(STATUS "CMake-Conan: cmake_system_processor=${_ARCH}") + set(${ARCH} ${_ARCH} PARENT_SCOPE) +endfunction() + + +function(detect_cxx_standard CXX_STANDARD) + set(${CXX_STANDARD} ${CMAKE_CXX_STANDARD} PARENT_SCOPE) + if(CMAKE_CXX_EXTENSIONS) + set(${CXX_STANDARD} "gnu${CMAKE_CXX_STANDARD}" PARENT_SCOPE) + endif() +endfunction() + + +macro(detect_gnu_libstdcxx) + # _CONAN_IS_GNU_LIBSTDCXX true if GNU libstdc++ + check_cxx_source_compiles(" + #include + #if !defined(__GLIBCXX__) && !defined(__GLIBCPP__) + static_assert(false); + #endif + int main(){}" _CONAN_IS_GNU_LIBSTDCXX) + + # _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI true if C++11 ABI + check_cxx_source_compiles(" + #include + static_assert(sizeof(std::string) != sizeof(void*), \"using libstdc++\"); + int main () {}" _CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "") + if(_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) + set(_CONAN_GNU_LIBSTDCXX_SUFFIX "11") + endif() + unset (_CONAN_GNU_LIBSTDCXX_IS_CXX11_ABI) +endmacro() + + +macro(detect_libcxx) + # _CONAN_IS_LIBCXX true if LLVM libc++ + check_cxx_source_compiles(" + #include + #if !defined(_LIBCPP_VERSION) + static_assert(false); + #endif + int main(){}" _CONAN_IS_LIBCXX) +endmacro() + + +function(detect_lib_cxx LIB_CXX) + if(CMAKE_SYSTEM_NAME STREQUAL "Android") + message(STATUS "CMake-Conan: android_stl=${CMAKE_ANDROID_STL_TYPE}") + set(${LIB_CXX} ${CMAKE_ANDROID_STL_TYPE} PARENT_SCOPE) + return() + endif() + + include(CheckCXXSourceCompiles) + + if(CMAKE_CXX_COMPILER_ID MATCHES "GNU") + detect_gnu_libstdcxx() + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "AppleClang") + set(${LIB_CXX} "libc++" PARENT_SCOPE) + elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang" AND NOT CMAKE_SYSTEM_NAME MATCHES "Windows") + # Check for libc++ + detect_libcxx() + if(_CONAN_IS_LIBCXX) + set(${LIB_CXX} "libc++" PARENT_SCOPE) + return() + endif() + + # Check for libstdc++ + detect_gnu_libstdcxx() + if(_CONAN_IS_GNU_LIBSTDCXX) + set(${LIB_CXX} "libstdc++${_CONAN_GNU_LIBSTDCXX_SUFFIX}" PARENT_SCOPE) + return() + endif() + + # TODO: it would be an error if we reach this point + elseif(CMAKE_CXX_COMPILER_ID MATCHES "MSVC") + # Do nothing - compiler.runtime and compiler.runtime_type + # should be handled separately: https://github.com/conan-io/cmake-conan/pull/516 + return() + else() + # TODO: unable to determine, ask user to provide a full profile file instead + endif() +endfunction() + + +function(detect_compiler COMPILER COMPILER_VERSION COMPILER_RUNTIME COMPILER_RUNTIME_TYPE) + if(DEFINED CMAKE_CXX_COMPILER_ID) + set(_COMPILER ${CMAKE_CXX_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_CXX_COMPILER_VERSION}) + else() + if(NOT DEFINED CMAKE_C_COMPILER_ID) + message(FATAL_ERROR "C or C++ compiler not defined") + endif() + set(_COMPILER ${CMAKE_C_COMPILER_ID}) + set(_COMPILER_VERSION ${CMAKE_C_COMPILER_VERSION}) + endif() + + message(STATUS "CMake-Conan: CMake compiler=${_COMPILER}") + message(STATUS "CMake-Conan: CMake compiler version=${_COMPILER_VERSION}") + + if(_COMPILER MATCHES MSVC) + set(_COMPILER "msvc") + string(SUBSTRING ${MSVC_VERSION} 0 3 _COMPILER_VERSION) + # Configure compiler.runtime and compiler.runtime_type settings for MSVC + if(CMAKE_MSVC_RUNTIME_LIBRARY) + set(_msvc_runtime_library ${CMAKE_MSVC_RUNTIME_LIBRARY}) + else() + set(_msvc_runtime_library MultiThreaded$<$:Debug>DLL) # default value documented by CMake + endif() + + set(_KNOWN_MSVC_RUNTIME_VALUES "") + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded MultiThreadedDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreadedDebug MultiThreadedDebugDLL) + list(APPEND _KNOWN_MSVC_RUNTIME_VALUES MultiThreaded$<$:Debug> MultiThreaded$<$:Debug>DLL) + + # only accept the 6 possible values, otherwise we don't don't know to map this + if(NOT _msvc_runtime_library IN_LIST _KNOWN_MSVC_RUNTIME_VALUES) + message(FATAL_ERROR "CMake-Conan: unable to map MSVC runtime: ${_msvc_runtime_library} to Conan settings") + endif() + + # Runtime is "dynamic" in all cases if it ends in DLL + if(_msvc_runtime_library MATCHES ".*DLL$") + set(_COMPILER_RUNTIME "dynamic") + else() + set(_COMPILER_RUNTIME "static") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime=${_COMPILER_RUNTIME}") + + # Only define compiler.runtime_type when explicitly requested + # If a generator expression is used, let Conan handle it conditional on build_type + if(NOT _msvc_runtime_library MATCHES ":Debug>") + if(_msvc_runtime_library MATCHES "Debug") + set(_COMPILER_RUNTIME_TYPE "Debug") + else() + set(_COMPILER_RUNTIME_TYPE "Release") + endif() + message(STATUS "CMake-Conan: CMake compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + unset(_KNOWN_MSVC_RUNTIME_VALUES) + + elseif(_COMPILER MATCHES AppleClang) + set(_COMPILER "apple-clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES Clang) + set(_COMPILER "clang") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + elseif(_COMPILER MATCHES GNU) + set(_COMPILER "gcc") + string(REPLACE "." ";" VERSION_LIST ${CMAKE_CXX_COMPILER_VERSION}) + list(GET VERSION_LIST 0 _COMPILER_VERSION) + endif() + + message(STATUS "CMake-Conan: [settings] compiler=${_COMPILER}") + message(STATUS "CMake-Conan: [settings] compiler.version=${_COMPILER_VERSION}") + if (_COMPILER_RUNTIME) + message(STATUS "CMake-Conan: [settings] compiler.runtime=${_COMPILER_RUNTIME}") + endif() + if (_COMPILER_RUNTIME_TYPE) + message(STATUS "CMake-Conan: [settings] compiler.runtime_type=${_COMPILER_RUNTIME_TYPE}") + endif() + + set(${COMPILER} ${_COMPILER} PARENT_SCOPE) + set(${COMPILER_VERSION} ${_COMPILER_VERSION} PARENT_SCOPE) + set(${COMPILER_RUNTIME} ${_COMPILER_RUNTIME} PARENT_SCOPE) + set(${COMPILER_RUNTIME_TYPE} ${_COMPILER_RUNTIME_TYPE} PARENT_SCOPE) +endfunction() + + +function(detect_build_type BUILD_TYPE) + get_property(_MULTICONFIG_GENERATOR GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _MULTICONFIG_GENERATOR) + # Only set when we know we are in a single-configuration generator + # Note: we may want to fail early if `CMAKE_BUILD_TYPE` is not defined + set(${BUILD_TYPE} ${CMAKE_BUILD_TYPE} PARENT_SCOPE) + endif() +endfunction() + +macro(set_conan_compiler_if_appleclang lang command output_variable) + if(CMAKE_${lang}_COMPILER_ID STREQUAL "AppleClang") + execute_process(COMMAND xcrun --find ${command} + OUTPUT_VARIABLE _xcrun_out OUTPUT_STRIP_TRAILING_WHITESPACE) + cmake_path(GET _xcrun_out PARENT_PATH _xcrun_toolchain_path) + cmake_path(GET CMAKE_${lang}_COMPILER PARENT_PATH _compiler_parent_path) + if ("${_xcrun_toolchain_path}" STREQUAL "${_compiler_parent_path}") + set(${output_variable} "") + endif() + unset(_xcrun_out) + unset(_xcrun_toolchain_path) + unset(_compiler_parent_path) + endif() +endmacro() + + +macro(append_compiler_executables_configuration) + set(_conan_c_compiler "") + set(_conan_cpp_compiler "") + if(CMAKE_C_COMPILER) + set(_conan_c_compiler "\"c\":\"${CMAKE_C_COMPILER}\",") + set_conan_compiler_if_appleclang(C cc _conan_c_compiler) + else() + message(WARNING "CMake-Conan: The C compiler is not defined. " + "Please define CMAKE_C_COMPILER or enable the C language.") + endif() + if(CMAKE_CXX_COMPILER) + set(_conan_cpp_compiler "\"cpp\":\"${CMAKE_CXX_COMPILER}\"") + set_conan_compiler_if_appleclang(CXX c++ _conan_cpp_compiler) + else() + message(WARNING "CMake-Conan: The C++ compiler is not defined. " + "Please define CMAKE_CXX_COMPILER or enable the C++ language.") + endif() + + if(NOT "x${_conan_c_compiler}${_conan_cpp_compiler}" STREQUAL "x") + string(APPEND PROFILE "tools.build:compiler_executables={${_conan_c_compiler}${_conan_cpp_compiler}}\n") + endif() + unset(_conan_c_compiler) + unset(_conan_cpp_compiler) +endmacro() + + +function(detect_host_profile output_file) + detect_os(MYOS MYOS_API_LEVEL MYOS_SDK MYOS_SUBSYSTEM MYOS_VERSION) + detect_arch(MYARCH) + detect_compiler(MYCOMPILER MYCOMPILER_VERSION MYCOMPILER_RUNTIME MYCOMPILER_RUNTIME_TYPE) + detect_cxx_standard(MYCXX_STANDARD) + detect_lib_cxx(MYLIB_CXX) + detect_build_type(MYBUILD_TYPE) + + set(PROFILE "") + string(APPEND PROFILE "[settings]\n") + if(MYARCH) + string(APPEND PROFILE arch=${MYARCH} "\n") + endif() + if(MYOS) + string(APPEND PROFILE os=${MYOS} "\n") + endif() + if(MYOS_API_LEVEL) + string(APPEND PROFILE os.api_level=${MYOS_API_LEVEL} "\n") + endif() + if(MYOS_VERSION) + string(APPEND PROFILE os.version=${MYOS_VERSION} "\n") + endif() + if(MYOS_SDK) + string(APPEND PROFILE os.sdk=${MYOS_SDK} "\n") + endif() + if(MYOS_SUBSYSTEM) + string(APPEND PROFILE os.subsystem=${MYOS_SUBSYSTEM} "\n") + endif() + if(MYCOMPILER) + string(APPEND PROFILE compiler=${MYCOMPILER} "\n") + endif() + if(MYCOMPILER_VERSION) + string(APPEND PROFILE compiler.version=${MYCOMPILER_VERSION} "\n") + endif() + if(MYCOMPILER_RUNTIME) + string(APPEND PROFILE compiler.runtime=${MYCOMPILER_RUNTIME} "\n") + endif() + if(MYCOMPILER_RUNTIME_TYPE) + string(APPEND PROFILE compiler.runtime_type=${MYCOMPILER_RUNTIME_TYPE} "\n") + endif() + if(MYCXX_STANDARD) + string(APPEND PROFILE compiler.cppstd=${MYCXX_STANDARD} "\n") + endif() + if(MYLIB_CXX) + string(APPEND PROFILE compiler.libcxx=${MYLIB_CXX} "\n") + endif() + if(MYBUILD_TYPE) + string(APPEND PROFILE "build_type=${MYBUILD_TYPE}\n") + endif() + + if(NOT DEFINED output_file) + set(_FN "${CMAKE_BINARY_DIR}/profile") + else() + set(_FN ${output_file}) + endif() + + string(APPEND PROFILE "[conf]\n") + string(APPEND PROFILE "tools.cmake.cmaketoolchain:generator=${CMAKE_GENERATOR}\n") + + # propagate compilers via profile + append_compiler_executables_configuration() + + if(MYOS STREQUAL "Android") + string(APPEND PROFILE "tools.android:ndk_path=${CMAKE_ANDROID_NDK}\n") + endif() + + message(STATUS "CMake-Conan: Creating profile ${_FN}") + file(WRITE ${_FN} ${PROFILE}) + message(STATUS "CMake-Conan: Profile: \n${PROFILE}") +endfunction() + + +function(conan_profile_detect_default) + message(STATUS "CMake-Conan: Checking if a default profile exists") + execute_process(COMMAND ${CONAN_COMMAND} profile path default + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + if(NOT ${return_code} EQUAL "0") + message(STATUS "CMake-Conan: The default profile doesn't exist, detecting it.") + execute_process(COMMAND ${CONAN_COMMAND} profile detect + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + ECHO_OUTPUT_VARIABLE + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + endif() +endfunction() + + +function(conan_install) + cmake_parse_arguments(ARGS CONAN_ARGS ${ARGN}) + set(CONAN_OUTPUT_FOLDER ${CMAKE_BINARY_DIR}/conan) + # Invoke "conan install" with the provided arguments + set(CONAN_ARGS ${CONAN_ARGS} -of=${CONAN_OUTPUT_FOLDER}) + message(STATUS "CMake-Conan: conan install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN}") + + + # In case there was not a valid cmake executable in the PATH, we inject the + # same we used to invoke the provider to the PATH + if(DEFINED PATH_TO_CMAKE_BIN) + set(_OLD_PATH $ENV{PATH}) + set(ENV{PATH} "$ENV{PATH}:${PATH_TO_CMAKE_BIN}") + endif() + + execute_process(COMMAND ${CONAN_COMMAND} install ${CMAKE_SOURCE_DIR} ${CONAN_ARGS} ${ARGN} --format=json + RESULT_VARIABLE return_code + OUTPUT_VARIABLE conan_stdout + ERROR_VARIABLE conan_stderr + ECHO_ERROR_VARIABLE # show the text output regardless + WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}) + + if(DEFINED PATH_TO_CMAKE_BIN) + set(ENV{PATH} "${_OLD_PATH}") + endif() + + if(NOT "${return_code}" STREQUAL "0") + message(FATAL_ERROR "Conan install failed='${return_code}'") + else() + # the files are generated in a folder that depends on the layout used, if + # one is specified, but we don't know a priori where this is. + # TODO: this can be made more robust if Conan can provide this in the json output + string(JSON CONAN_GENERATORS_FOLDER GET ${conan_stdout} graph nodes 0 generators_folder) + cmake_path(CONVERT ${CONAN_GENERATORS_FOLDER} TO_CMAKE_PATH_LIST CONAN_GENERATORS_FOLDER) + # message("conan stdout: ${conan_stdout}") + message(STATUS "CMake-Conan: CONAN_GENERATORS_FOLDER=${CONAN_GENERATORS_FOLDER}") + set_property(GLOBAL PROPERTY CONAN_GENERATORS_FOLDER "${CONAN_GENERATORS_FOLDER}") + # reconfigure on conanfile changes + string(JSON CONANFILE GET ${conan_stdout} graph nodes 0 label) + message(STATUS "CMake-Conan: CONANFILE=${CMAKE_SOURCE_DIR}/${CONANFILE}") + set_property(DIRECTORY ${CMAKE_SOURCE_DIR} APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_SOURCE_DIR}/${CONANFILE}") + # success + set_property(GLOBAL PROPERTY CONAN_INSTALL_SUCCESS TRUE) + endif() +endfunction() + + +function(conan_get_version conan_command conan_current_version) + execute_process( + COMMAND ${conan_command} --version + OUTPUT_VARIABLE conan_output + RESULT_VARIABLE conan_result + OUTPUT_STRIP_TRAILING_WHITESPACE + ) + if(conan_result) + message(FATAL_ERROR "CMake-Conan: Error when trying to run Conan") + endif() + + string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" conan_version ${conan_output}) + set(${conan_current_version} ${conan_version} PARENT_SCOPE) +endfunction() + + +function(conan_version_check) + set(options ) + set(oneValueArgs MINIMUM CURRENT) + set(multiValueArgs ) + cmake_parse_arguments(CONAN_VERSION_CHECK + "${options}" "${oneValueArgs}" "${multiValueArgs}" ${ARGN}) + + if(NOT CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Required parameter MINIMUM not set!") + endif() + if(NOT CONAN_VERSION_CHECK_CURRENT) + message(FATAL_ERROR "CMake-Conan: Required parameter CURRENT not set!") + endif() + + if(CONAN_VERSION_CHECK_CURRENT VERSION_LESS CONAN_VERSION_CHECK_MINIMUM) + message(FATAL_ERROR "CMake-Conan: Conan version must be ${CONAN_VERSION_CHECK_MINIMUM} or later") + endif() +endfunction() + + +macro(construct_profile_argument argument_variable profile_list) + set(${argument_variable} "") + if("${profile_list}" STREQUAL "CONAN_HOST_PROFILE") + set(_arg_flag "--profile:host=") + elseif("${profile_list}" STREQUAL "CONAN_BUILD_PROFILE") + set(_arg_flag "--profile:build=") + endif() + + set(_profile_list "${${profile_list}}") + list(TRANSFORM _profile_list REPLACE "auto-cmake" "${CMAKE_BINARY_DIR}/conan_host_profile") + list(TRANSFORM _profile_list PREPEND ${_arg_flag}) + set(${argument_variable} ${_profile_list}) + + unset(_arg_flag) + unset(_profile_list) +endmacro() + + +macro(conan_provide_dependency method package_name) + set_property(GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED TRUE) + get_property(_conan_install_success GLOBAL PROPERTY CONAN_INSTALL_SUCCESS) + if(NOT _conan_install_success) + find_program(CONAN_COMMAND "conan" REQUIRED) + conan_get_version(${CONAN_COMMAND} CONAN_CURRENT_VERSION) + conan_version_check(MINIMUM ${CONAN_MINIMUM_VERSION} CURRENT ${CONAN_CURRENT_VERSION}) + message(STATUS "CMake-Conan: first find_package() found. Installing dependencies with Conan") + if("default" IN_LIST CONAN_HOST_PROFILE OR "default" IN_LIST CONAN_BUILD_PROFILE) + conan_profile_detect_default() + endif() + if("auto-cmake" IN_LIST CONAN_HOST_PROFILE) + detect_host_profile(${CMAKE_BINARY_DIR}/conan_host_profile) + endif() + construct_profile_argument(_host_profile_flags CONAN_HOST_PROFILE) + construct_profile_argument(_build_profile_flags CONAN_BUILD_PROFILE) + if(EXISTS "${CMAKE_SOURCE_DIR}/conanfile.py") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.py" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile") + endif() + set(generator "") + elseif (EXISTS "${CMAKE_SOURCE_DIR}/conanfile.txt") + file(READ "${CMAKE_SOURCE_DIR}/conanfile.txt" outfile) + if(NOT "${outfile}" MATCHES ".*CMakeDeps.*") + message(WARNING "Cmake-conan: CMakeDeps generator was not defined in the conanfile. " + "Please define the generator as it will be mandatory in the future") + endif() + set(generator "-g;CMakeDeps") + endif() + get_property(_multiconfig_generator GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG) + if(NOT _multiconfig_generator) + message(STATUS "CMake-Conan: Installing single configuration ${CMAKE_BUILD_TYPE}") + conan_install(${_host_profile_flags} ${_build_profile_flags} ${CONAN_INSTALL_ARGS} ${generator}) + else() + message(STATUS "CMake-Conan: Installing both Debug and Release") + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Release ${CONAN_INSTALL_ARGS} ${generator}) + conan_install(${_host_profile_flags} ${_build_profile_flags} -s build_type=Debug ${CONAN_INSTALL_ARGS} ${generator}) + endif() + unset(_host_profile_flags) + unset(_build_profile_flags) + unset(_multiconfig_generator) + unset(_conan_install_success) + else() + message(STATUS "CMake-Conan: find_package(${ARGV1}) found, 'conan install' already ran") + unset(_conan_install_success) + endif() + + get_property(_conan_generators_folder GLOBAL PROPERTY CONAN_GENERATORS_FOLDER) + + # Ensure that we consider Conan-provided packages ahead of any other, + # irrespective of other settings that modify the search order or search paths + # This follows the guidelines from the find_package documentation + # (https://cmake.org/cmake/help/latest/command/find_package.html): + # find_package ( PATHS paths... NO_DEFAULT_PATH) + # find_package () + + # Filter out `REQUIRED` from the argument list, as the first call may fail + set(_find_args_${package_name} "${ARGN}") + list(REMOVE_ITEM _find_args_${package_name} "REQUIRED") + if(NOT "MODULE" IN_LIST _find_args_${package_name}) + find_package(${package_name} ${_find_args_${package_name}} BYPASS_PROVIDER PATHS "${_conan_generators_folder}" NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH) + unset(_find_args_${package_name}) + endif() + + # Invoke find_package a second time - if the first call succeeded, + # this will simply reuse the result. If not, fall back to CMake default search + # behaviour, also allowing modules to be searched. + if(NOT ${package_name}_FOUND) + list(FIND CMAKE_MODULE_PATH "${_conan_generators_folder}" _index) + if(_index EQUAL -1) + list(PREPEND CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() + unset(_index) + find_package(${package_name} ${ARGN} BYPASS_PROVIDER) + list(REMOVE_ITEM CMAKE_MODULE_PATH "${_conan_generators_folder}") + endif() +endmacro() + +#[=[ not needed by Qt Creator, and if not commented it would break the auto-setup feature + +cmake_language( + SET_DEPENDENCY_PROVIDER conan_provide_dependency + SUPPORTED_METHODS FIND_PACKAGE +) + + +macro(conan_provide_dependency_check) + set(_CONAN_PROVIDE_DEPENDENCY_INVOKED FALSE) + get_property(_CONAN_PROVIDE_DEPENDENCY_INVOKED GLOBAL PROPERTY CONAN_PROVIDE_DEPENDENCY_INVOKED) + if(NOT _CONAN_PROVIDE_DEPENDENCY_INVOKED) + message(WARNING "Conan is correctly configured as dependency provider, " + "but Conan has not been invoked. Please add at least one " + "call to `find_package()`.") + if(DEFINED CONAN_COMMAND) + # supress warning in case `CONAN_COMMAND` was specified but unused. + set(_CONAN_COMMAND ${CONAN_COMMAND}) + unset(_CONAN_COMMAND) + endif() + endif() + unset(_CONAN_PROVIDE_DEPENDENCY_INVOKED) +endmacro() + + +# Add a deferred call at the end of processing the top-level directory +# to check if the dependency provider was invoked at all. +cmake_language(DEFER DIRECTORY "${CMAKE_SOURCE_DIR}" CALL conan_provide_dependency_check) + +]=] + +# Configurable variables for Conan profiles +set(CONAN_HOST_PROFILE "default;auto-cmake" CACHE STRING "Conan host profile") +set(CONAN_BUILD_PROFILE "default" CACHE STRING "Conan build profile") +set(CONAN_INSTALL_ARGS "--build=missing" CACHE STRING "Command line arguments for conan install") + +find_program(_cmake_program NAMES cmake NO_PACKAGE_ROOT_PATH NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH NO_CMAKE_SYSTEM_PATH NO_CMAKE_FIND_ROOT_PATH) +if(NOT _cmake_program) + get_filename_component(PATH_TO_CMAKE_BIN "${CMAKE_COMMAND}" DIRECTORY) + set(PATH_TO_CMAKE_BIN "${PATH_TO_CMAKE_BIN}" CACHE INTERNAL "Path where the CMake executable is") +endif() + diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QHeaderView.B4AD016C1A38CDC2.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QHeaderView.B4AD016C1A38CDC2.idx.tmp new file mode 100755 index 0000000..674ca3b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QHeaderView.B4AD016C1A38CDC2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QLineEdit.149D3ACC617100FE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QMainWindow.12C385FA427130BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QPushButton.181FCD452291607E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QRegularExpression.A4D1365E08FBDDA2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTableWidget.5802736A4E515D49.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTableWidget.5802736A4E515D49.idx.tmp new file mode 100755 index 0000000..54a2b13 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QTableWidget.5802736A4E515D49.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QVariant.EC9C6F8766BB8801.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.QWidget.5EE30F6B5C28EB7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__FILE.h.BEEE5A6696CD3CC3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__fpos_t.h.53A3712523DD5217.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__locale_t.h.4EF4C6F2FD1F70EF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__sigset_t.h.660A044352C66985.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_arg.h.5EC5C543F1B872A9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_copy.h.3E264452A0E4B406.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stdarg_va_list.h.A3A515E2488032B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_max_align_t.h.52E4E8107D054E2F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_null.h.BFF639976FF8B28B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.__stddef_size_t.h.306005792F55F16E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithm.8A5FD69C51DF8BA3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.algorithmfwd.h.EEF38AAB61E9FB85.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.align.h.D66C59AAFBA9E530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloc_traits.h.4CD61724FABEEFBA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.alloca.h.793370BF9878CFB6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.allocated_ptr.h.70410E8C62EC6C3B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.array.2B0F72C0ACC52B1B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assert.h.9895EEC17E1D2A2B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.assertions.h.98AA23E28F95F002.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_base.h.5CAE7DD0D5FEA870.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomic_lockfree_defines.h.674B1B15FD3617C9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomicity.h.F6DA33F8D86DA4DB.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomicity.h.F6DA33F8D86DA4DB.idx.tmp new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.atomicity.h.F6DA33F8D86DA4DB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.binders.h.E4473413194420AE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.bit.F0221561CAE936F7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.byteswap.h.5CF682CD30C8245A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++locale.h.6892B700408CAE8B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++locale.h.6892B700408CAE8B.idx.tmp new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.c++locale.h.6892B700408CAE8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cdefs.h.020FDF15FD4FDEBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cerrno.819D5F5C3A7B0B43.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.char_traits.h.9A95CE3D19650974.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.charconv.h.6E7B845F62D9C4D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.chrono.837B225288D9AEC6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clock_t.h.D43CAB77D0D0D2BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.clockid_t.h.4E370254AE2D9FBB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.concurrence.h.45C28A9206DBCB63.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cookie_io_functions_t.h.E3E6C5414DB00C0C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu-set.h.FE0C2BA06F27155D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cpu_defines.h.44BD5FB90612A390.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstddef.C90E39AFC31D658E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdio.9B23E761FDEAE3D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdlib.BED9304B76EAD3E7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdlib.BED9304B76EAD3E7.idx.tmp new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cstdlib.BED9304B76EAD3E7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctime.025AAAB79EE86A8B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ctype.h.B268CEA0CECCFC59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cwchar.F6AB8DAFCD2C1DE9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.cxxabi_init_exception.h.ECDB397F73647209.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.debug.h.8D12E14D7FCC30DF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.enable_special_members.h.F0E2D096AFDF7392.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.1FC6A4D6D2846204.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.endian.h.34A83B053A733CA8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.erase_if.h.C70B56BAE300760C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.19BCCCD58DA5623E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.45DFD70EF343D681.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.errno.h.55CA4DE1F1B35462.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.error_constants.h.927D1265F681EABC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception.C777F958B4D13BD7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_defines.h.82D6331A0914594C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.exception_ptr.h.A8994D5CA5988A56.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.execution_defs.h.0F2D8F8289D5CCD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.features.h.5A4ED7C80201A723.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.floatn-common.h.975EC49F61A3C703.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional.EF55750FEAD838CA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional_hash.h.155E7DCEBAD33A0E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional_hash.h.155E7DCEBAD33A0E.idx.tmp new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.functional_hash.h.155E7DCEBAD33A0E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_algorithm_defs.h.107EB02E97FED0E8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_memory_defs.h.F7716F53E1442902.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_memory_defs.h.F7716F53E1442902.idx.tmp new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_memory_defs.h.F7716F53E1442902.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.glue_numeric_defs.h.8C779E293F0BD4D6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.gthr-default.h.95AA53DC0DF582C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hash_bytes.h.7FC3233290B236EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable.h.A591D40F603AB5C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.hashtable_policy.h.191F01AB574A2AB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.initializer_list.8392AF237AD0F8BC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.iterator.383EADE1BD3CA65C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.libc-header-start.h.1C0FBEF85547B680.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.A6E9167E78935B6F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.limits.h.C293B8934AC926BB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.FC912D82678614C1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.tcc.B7E0A0BAFF6A2234.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.tcc.B7E0A0BAFF6A2234.idx.tmp new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.list.tcc.B7E0A0BAFF6A2234.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.local_lim.h.A1F0B5161BD6CDAD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale.h.F1B51844858762D2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.h.E65A593E46CCA8C5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_classes.tcc.96AE9DF36EC8CAD2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.locale_t.h.5DC2F79D1FD1D177.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.long-double.h.D4BCC892B95DB530.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.B2F6EDE4B650C9D8.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.B2F6EDE4B650C9D8.idx.tmp new file mode 100755 index 0000000..141fca2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.main.cpp.B2F6EDE4B650C9D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.map.E485429270CA0E20.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.mbstate_t.h.E3102927D7065B9A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory.AF0EDB0E9D3D7B30.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory_resource.h.E8F59FDA5247AFFA.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory_resource.h.E8F59FDA5247AFFA.idx.tmp new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.memory_resource.h.E8F59FDA5247AFFA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.move.h.5B95BE0F4574679D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.nested_exception.h.0E761DFE18FAD65E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.nested_exception.h.0E761DFE18FAD65E.idx.tmp new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.nested_exception.h.0E761DFE18FAD65E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new.B03CDBCDC1F66F94.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.new_allocator.h.6F3025B263C2DE1C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.numeric_traits.h.A16C05D3D297EBCD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.os_defines.h.049168AF55E969E9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ostream_insert.h.B47ACD977F7DBCB7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.parse_numbers.h.B335047336F93165.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.postypes.h.947CAC52BBE48470.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pstl_config.h.C4AA1DAF2C9D1A9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.pthreadtypes-arch.h.026BFE264B629FFA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ptr_traits.h.F274F2F238D39D4A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractbutton.h.1FCA3C2F0FD9D533.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractitemmodel.h.7FCD68B0A54B84BD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractitemmodel.h.7FCD68B0A54B84BD.idx.tmp new file mode 100755 index 0000000..b538641 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractitemmodel.h.7FCD68B0A54B84BD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractitemview.h.CB27A215028D83AB.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractitemview.h.CB27A215028D83AB.idx.tmp new file mode 100755 index 0000000..ff0910c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractitemview.h.CB27A215028D83AB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractscrollarea.h.8DA38F85A7E0202A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractscrollarea.h.8DA38F85A7E0202A.idx.tmp new file mode 100755 index 0000000..b71e389 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractscrollarea.h.8DA38F85A7E0202A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractspinbox.h.4D27A7E897AE2C3B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractspinbox.h.4D27A7E897AE2C3B.idx.tmp new file mode 100755 index 0000000..10292d7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qabstractspinbox.h.4D27A7E897AE2C3B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qarraydata.h.8C35AF31B1A8D8B1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbasicatomic.h.63256410097FF75F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbrush.h.7E70557F57527A3C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qbytearray.h.14B83AB724E57617.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qchar.h.4C2FDF4ACE5F2476.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qchar.h.4C2FDF4ACE5F2476.idx.tmp new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qchar.h.4C2FDF4ACE5F2476.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcompilerdetection.h.D8DDF38A5B16F2DD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qconfig.h.DD52620D98CD71D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainerfwd.h.9B95FDD35A94B3B9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcontainertools_impl.h.3BF5A0BF131F841D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreapplication.h.D2DA47DDCD73F194.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcoreevent.h.F6DFC70BE6732E39.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qcursor.h.B14F6C03BE03596C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdatastream.h.E8607458ED4738AD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdialog.h.B2577DEE09F9A998.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdialog.h.B2577DEE09F9A998.idx.tmp new file mode 100755 index 0000000..9ed2ae2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qdialog.h.B2577DEE09F9A998.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qeventloop.h.5B4833A318E7B4A2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfont.h.30A6136236B43DBD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontinfo.h.49373CB8952CBD73.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qfontmetrics.h.B7F2CBDEBC1A2963.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp new file mode 100755 index 0000000..4a76cf7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qframe.h.0BF62272EBB08DC0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qgenericatomic.h.9FAAA619221AF0D5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qguiapplication.h.E7CBBB8F767B075A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhash.h.F69B0A5C83656EAE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qhashfunctions.h.1108A6B33776A583.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qheaderview.h.31EE66B100F15CF6.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qheaderview.h.31EE66B100F15CF6.idx.tmp new file mode 100755 index 0000000..5a25ab0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qheaderview.h.31EE66B100F15CF6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qicon.h.B3592B7E570CC8AB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qitemselectionmodel.h.C93C8BE399053318.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qitemselectionmodel.h.C93C8BE399053318.idx.tmp new file mode 100755 index 0000000..e8cc086 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qitemselectionmodel.h.C93C8BE399053318.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qline.h.A7B86CD9AE1399D1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp new file mode 100755 index 0000000..a9f65fe Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlineedit.h.D928EC7402765C5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlist.h.026C05CAB6060E55.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlocale.h.997A07B856CBFC74.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qlogging.h.5416806879F5CC50.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp new file mode 100755 index 0000000..a2c30ea Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmainwindow.h.70A34316211948A7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmap.h.5EBB2D3DF559E147.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmargins.h.502FAADBB748DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmatrix.h.00C470FEF7ABD601.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmessagebox.h.FDCA832BD14A2432.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmessagebox.h.FDCA832BD14A2432.idx.tmp new file mode 100755 index 0000000..29f865e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmessagebox.h.FDCA832BD14A2432.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qmetatype.h.C7E90A2324BCDCB8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnamespace.h.810D42BB5BDD6863.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qnumeric.h.F3162EE0B1D312D3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobject_impl.h.B2844C845F547AC5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp new file mode 100755 index 0000000..9922470 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qobjectdefs.h.927E55F18448F0C7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpalette.h.9129DB26820CBE82.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixelformat.h.F833720AE57659E0.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpixmap.h.BFF8EA8EE67F2A29.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpoint.h.38C91BCE47F7DA0A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpolygon.h.8B4AE9B0B44118CB.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qprocessordetection.h.78CE39FB72DA2B98.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp new file mode 100755 index 0000000..61484e8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qpushbutton.h.98B857D20241E82C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qradiobutton.h.1905D2771B15470A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrect.h.8577C49A8799EFE5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregexp.h.C7B370D4BBD4D4BE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qregion.h.27B296E551A6DA37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrgb.h.02313375437209F7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrubberband.h.57455EFAEDB8379B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrubberband.h.57455EFAEDB8379B.idx.tmp new file mode 100755 index 0000000..8031700 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qrubberband.h.57455EFAEDB8379B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qscopedpointer.h.78E26E62C20F6148.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qshareddata.h.0399C8FFB22C999F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer.h.1BDB99CBEF3CC49B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsharedpointer_impl.h.51B11AEF9FD8963F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsize.h.894FC553861FA135.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsizepolicy.h.99B0028090FC1FD7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsizepolicy.h.99B0028090FC1FD7.idx.tmp new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsizepolicy.h.99B0028090FC1FD7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstring.h.F88D922A4EE35C88.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringalgorithms.h.09B2AF6E8080031D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringmatcher.h.1C31726340DF9B59.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringview.h.575B24F9E73E2F90.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringview.h.575B24F9E73E2F90.idx.tmp new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstringview.h.575B24F9E73E2F90.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstyle.h.E3E49452F246EC32.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstyle.h.E3E49452F246EC32.idx.tmp new file mode 100755 index 0000000..6fdc10a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstyle.h.E3E49452F246EC32.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstyleoption.h.636E747637E47DD6.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstyleoption.h.636E747637E47DD6.idx.tmp new file mode 100755 index 0000000..264e550 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qstyleoption.h.636E747637E47DD6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsysinfo.h.F887A9E04699B60E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qsystemdetection.h.D2536931B8ED2B9F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabbar.h.22E595C0532870D9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabbar.h.22E595C0532870D9.idx.tmp new file mode 100755 index 0000000..6d5643e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabbar.h.22E595C0532870D9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtabwidget.h.40CB5414C72ED352.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtcore-config.h.85E4AD1530DE6EDF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtextoption.h.18932BECE5F1FB35.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtransform.h.AA60039EFB721986.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtwidgets-config.h.CFF0B1C2C04C2304.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qtypeinfo.h.735D630403E478F4.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvalidator.h.7042326EAD5846FD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvalidator.h.7042326EAD5846FD.idx.tmp new file mode 100755 index 0000000..33e582e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvalidator.h.7042326EAD5846FD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvariant.h.831304B117EB091F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.qvarlengtharray.h.2F99B038A6B0B257.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.range_access.h.4DCBE76E4C8376BA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.refwrap.h.90C41551777C705E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.requires_hosted.h.7FA40C8E6EA5C9F8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sched.h.3B96B0F03E6EBEC7.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.B782DFA7AF82626C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.select.h.E66249F12D3AF654.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.setjmp.h.6CF72ED99D57E7CF.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.setjmp.h.6CF72ED99D57E7CF.idx.tmp new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.setjmp.h.6CF72ED99D57E7CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr.h.28A1E26C45CF6C70.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.shared_ptr_base.h.3CD12CA08E534E2A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.sigset_t.h.90E8434286D517E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.single_threaded.h.42668328F7DC2E1F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.single_threaded.h.42668328F7DC2E1F.idx.tmp new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.single_threaded.h.42668328F7DC2E1F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_abs.h.E82A13146AF1CA61.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_abs.h.E82A13146AF1CA61.idx.tmp new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.std_abs.h.E82A13146AF1CA61.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdarg.h.0F61034D918E194E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdc-predef.h.9EA93D70716BF84B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdexcept.1AD51D38DA738116.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-least.h.E1EEA43D7328057E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint-uintn.h.C3F4DADBEB0A0F7D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.22B451C129B23D79.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdint.h.B9BC61D451873DA9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio.h.6919C07CB89D47AD.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdio_lim.h.E27D5CAD1DA797FA.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib-float.h.2403F3F56D6FE40D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stdlib.h.61AA7B9EED10C430.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_algo.h.9405E152B100F27E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_bvector.h.2A70990EC5690265.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_construct.h.6244B138823B9ED3.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_function.h.11D26C7975DA7673.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_heap.h.DA3ECABD32626DA6.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator.h.7277B71F89457363.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_funcs.h.F7490410D12D4913.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_iterator_base_types.h.3C1DBC49B7584936.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_list.h.FACF262634BCC4E9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_list.h.FACF262634BCC4E9.idx.tmp new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_list.h.FACF262634BCC4E9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_multimap.h.5EEA71C508621A5C.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_numeric.h.7C41F9627869230F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_pair.h.5D88892FEA0C6D99.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_relops.h.DE50F1B7F3D646A8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_tempbuf.h.4794057264A8802F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_uninitialized.h.BAB2EB8FAF1B7447.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_vector.h.54FDE39F88213089.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_vector.h.54FDE39F88213089.idx.tmp new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stl_vector.h.54FDE39F88213089.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stream_iterator.h.5DC0D25D981545E2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.C27A714773539828.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.C27A714773539828.idx.tmp new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.C27A714773539828.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string.h.979B97B48AB27554.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_conversions.h.B8EE39FF446BAE7B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.E111423CF73AA4C8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.string_view.tcc.BE1C60A6D9C9FBCC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stringfwd.h.A68CB508CF7C1701.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.strings.h.9EB46A34EB89BB5D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_FILE.h.BD746D724FA26A14.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct___jmp_buf_tag.h.A22635099DBEC9CF.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_itimerspec.h.5B266D5900E24BB5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_mutex.h.4C3362835A033C07.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_rwlock.h.015225931B7E9A45.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_rwlock.h.015225931B7E9A45.idx.tmp new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_rwlock.h.015225931B7E9A45.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timespec.h.84E4D8A674C22D31.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_timeval.h.E5EFAE6351E57E37.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.struct_tm.h.6F6EC6D30ECF5E52.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.stubs-64.h.C9B9EF9F85A49B89.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.system_error.1EEC7C42E0D6BAE2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tables.cpp.A77A166D216C21B9.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tables.cpp.A77A166D216C21B9.idx.tmp new file mode 100755 index 0000000..27718b3 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tables.cpp.A77A166D216C21B9.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tables.h.C23911444DDEC66F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tables.h.C23911444DDEC66F.idx.tmp new file mode 100755 index 0000000..a60aaec Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tables.h.C23911444DDEC66F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.thread-shared-types.h.3BF83EAF2453B9EE.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.thread-shared-types.h.3BF83EAF2453B9EE.idx.tmp new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.thread-shared-types.h.3BF83EAF2453B9EE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.83E62EFE4747EE1B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.83E62EFE4747EE1B.idx.tmp new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.83E62EFE4747EE1B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time.h.EDC06F0AFB6EC7EC.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.time64.h.CB321F1760C06220.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timer_t.h.DE52AF3543DCC14B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.timex.h.529D3176CEFB16C2.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.tuple.0BADC7F0062AC6B5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.type_traits.422189490C064711.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.types.h.03E112F1187911D8.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.typesizes.h.458576AD7CBC208B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_tables.h.ADBF6EFEFE969446.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_tables.h.ADBF6EFEFE969446.idx.tmp new file mode 100755 index 0000000..9ee2a02 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.ui_tables.h.ADBF6EFEFE969446.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uintn-identity.h.1CA9207577CEA5E1.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uio_lim.h.58CBF8BD1DEA587F.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator.h.2AEBF88BDC7A8DC5.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.uses_allocator_args.h.34D312B0A21C734A.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.68AACC9B6FD91F5E.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.utility.h.D7F2631911D87119.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.variant.099AFEABD40E712D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.vector.E5134B7F97F70CAE.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitflags.h.1480026F0BFFE024.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.waitstatus.h.C8A83CD20FAF0338.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wchar.h.CA624B234FF5EB1D.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.wordsize.h.B3DEF3D506FCA17B.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/.syncthing.xopen_lim.h.A1D830D18B7E0691.idx.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx new file mode 100755 index 0000000..11ea5f2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/FILE.h.846F156B181C5A07.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx new file mode 100755 index 0000000..8bd8379 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QApplication.A64C023440588392.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QHeaderView.B4AD016C1A38CDC2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QHeaderView.B4AD016C1A38CDC2.idx new file mode 100755 index 0000000..674ca3b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QHeaderView.B4AD016C1A38CDC2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx new file mode 100755 index 0000000..83cae34 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLabel.49ABC8C207AFEBCD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx new file mode 100755 index 0000000..df68bbb Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QLineEdit.149D3ACC617100FE.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx new file mode 100755 index 0000000..302e5d6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMainWindow.12C385FA427130BB.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx new file mode 100755 index 0000000..75acd22 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QMessageBox.8A82EACDA39D56DD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx new file mode 100755 index 0000000..feb65ca Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QPushButton.181FCD452291607E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx new file mode 100755 index 0000000..72c50bc Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRadioButton.5DAD5CF8822B9D3A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx new file mode 100755 index 0000000..640f5b8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QRegularExpression.A4D1365E08FBDDA2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTableWidget.5802736A4E515D49.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTableWidget.5802736A4E515D49.idx new file mode 100755 index 0000000..54a2b13 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QTableWidget.5802736A4E515D49.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx new file mode 100755 index 0000000..276e876 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QVariant.EC9C6F8766BB8801.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx new file mode 100755 index 0000000..beb4ab1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/QWidget.5EE30F6B5C28EB7D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx new file mode 100755 index 0000000..8871c49 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__FILE.h.BEEE5A6696CD3CC3.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx new file mode 100755 index 0000000..b561574 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos64_t.h.2EADFCA8D822C455.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx new file mode 100755 index 0000000..9e17f1e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__fpos_t.h.53A3712523DD5217.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx new file mode 100755 index 0000000..f8f16ae Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__locale_t.h.4EF4C6F2FD1F70EF.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx new file mode 100755 index 0000000..a21fc4e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__mbstate_t.h.7482AF58BE8A6D98.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx new file mode 100755 index 0000000..4008c4d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__sigset_t.h.660A044352C66985.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx new file mode 100755 index 0000000..ab86020 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___gnuc_va_list.h.A79EC21D920823BD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx new file mode 100755 index 0000000..1f647d0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg___va_copy.h.836F5157CC346C4F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx new file mode 100755 index 0000000..5d70ed0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_arg.h.5EC5C543F1B872A9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx new file mode 100755 index 0000000..69c3a47 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_copy.h.3E264452A0E4B406.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx new file mode 100755 index 0000000..eeba59e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stdarg_va_list.h.A3A515E2488032B1.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx new file mode 100755 index 0000000..564d20b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_max_align_t.h.52E4E8107D054E2F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx new file mode 100755 index 0000000..0109f2d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_null.h.BFF639976FF8B28B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx new file mode 100755 index 0000000..d0c7c15 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_nullptr_t.h.E1FA26364DE56116.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx new file mode 100755 index 0000000..636aa83 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_offsetof.h.4DBFDF8A36D01F76.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx new file mode 100755 index 0000000..01c5e7b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_ptrdiff_t.h.4B3FA438EF5E4696.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx new file mode 100755 index 0000000..68a2da1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_size_t.h.306005792F55F16E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx new file mode 100755 index 0000000..f201931 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/__stddef_wchar_t.h.AB8CE4E78A67BAB0.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx new file mode 100755 index 0000000..535161f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithm.8A5FD69C51DF8BA3.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx new file mode 100755 index 0000000..358303d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/algorithmfwd.h.EEF38AAB61E9FB85.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx new file mode 100755 index 0000000..c7cbbd5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/align.h.D66C59AAFBA9E530.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx new file mode 100755 index 0000000..cdcc8e2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/aligned_buffer.h.DF77FA2019695964.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx new file mode 100755 index 0000000..830a73b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.4CD61724FABEEFBA.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx new file mode 100755 index 0000000..738cf01 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloc_traits.h.A844DC2D52719F34.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx new file mode 100755 index 0000000..c898571 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/alloca.h.793370BF9878CFB6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx new file mode 100755 index 0000000..45753e9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocated_ptr.h.70410E8C62EC6C3B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx new file mode 100755 index 0000000..c85b58e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/allocator.h.E1943E26F0F3E7CA.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx new file mode 100755 index 0000000..6eec120 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/array.2B0F72C0ACC52B1B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx new file mode 100755 index 0000000..bf10b02 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assert.h.9895EEC17E1D2A2B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx new file mode 100755 index 0000000..dcb1972 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/assertions.h.98AA23E28F95F002.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx new file mode 100755 index 0000000..148448e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic.BC6FAD3ED3922564.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx new file mode 100755 index 0000000..1d1ee97 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_base.h.5CAE7DD0D5FEA870.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx new file mode 100755 index 0000000..9cb5c00 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_lockfree_defines.h.674B1B15FD3617C9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx new file mode 100755 index 0000000..e519b37 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_wide_counter.h.807A3792D29058FD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx new file mode 100755 index 0000000..883bee5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomic_word.h.315DFF396293B977.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx new file mode 100755 index 0000000..326dfe0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/atomicity.h.F6DA33F8D86DA4DB.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx new file mode 100755 index 0000000..3382500 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/auto_ptr.h.F72E6F8ABA6777B5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx new file mode 100755 index 0000000..9fac718 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.h.B9561F8084341EB6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx new file mode 100755 index 0000000..69abb3a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/basic_string.tcc.5394D20EDF5176EF.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx new file mode 100755 index 0000000..6632d61 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/binders.h.E4473413194420AE.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx new file mode 100755 index 0000000..bba2752 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/bit.F0221561CAE936F7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx new file mode 100755 index 0000000..092454f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/byteswap.h.5CF682CD30C8245A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx new file mode 100755 index 0000000..e5b3a80 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++allocator.h.BD11A1C6167FF5D6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx new file mode 100755 index 0000000..d4bb0b5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++config.h.9F7F2721C3A599A9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx new file mode 100755 index 0000000..d7946dd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/c++locale.h.6892B700408CAE8B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx new file mode 100755 index 0000000..83543c0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cctype.45FE81067E51AD8A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx new file mode 100755 index 0000000..1635295 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cdefs.h.020FDF15FD4FDEBD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx new file mode 100755 index 0000000..a4945cc Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cerrno.819D5F5C3A7B0B43.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx new file mode 100755 index 0000000..474bc4e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/char_traits.h.9A95CE3D19650974.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx new file mode 100755 index 0000000..ffb370d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/charconv.h.6E7B845F62D9C4D9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx new file mode 100755 index 0000000..a626158 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.837B225288D9AEC6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx new file mode 100755 index 0000000..66d1cb4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/chrono.h.FA23AAA3A8BA2411.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx new file mode 100755 index 0000000..863c50e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clocale.A25E3E105AA18D05.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx new file mode 100755 index 0000000..9b3af94 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clock_t.h.D43CAB77D0D0D2BD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx new file mode 100755 index 0000000..4bf39dd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/clockid_t.h.4E370254AE2D9FBB.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx new file mode 100755 index 0000000..adfec90 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/compare.8A3B1CEA5A51B1AA.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx new file mode 100755 index 0000000..a1fd7bd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concept_check.h.17FF2CABAE227A23.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx new file mode 100755 index 0000000..733452a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concepts.23B00030032C36A4.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx new file mode 100755 index 0000000..f26eb6c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/concurrence.h.45C28A9206DBCB63.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx new file mode 100755 index 0000000..3457b21 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cookie_io_functions_t.h.E3E6C5414DB00C0C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx new file mode 100755 index 0000000..c5466c9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpp_type_traits.h.FAB6676B3F7EBD5F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx new file mode 100755 index 0000000..58e2b0f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu-set.h.FE0C2BA06F27155D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx new file mode 100755 index 0000000..e48ef44 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cpu_defines.h.44BD5FB90612A390.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx new file mode 100755 index 0000000..3f1168f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstddef.C90E39AFC31D658E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx new file mode 100755 index 0000000..11d91e6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdint.DC7D59978AF20695.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx new file mode 100755 index 0000000..4c01d0b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdio.9B23E761FDEAE3D3.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx new file mode 100755 index 0000000..c6f4ccb Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cstdlib.BED9304B76EAD3E7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx new file mode 100755 index 0000000..50576b0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctime.025AAAB79EE86A8B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx new file mode 100755 index 0000000..d5a2659 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ctype.h.B268CEA0CECCFC59.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx new file mode 100755 index 0000000..7a456ce Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cwchar.F6AB8DAFCD2C1DE9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx new file mode 100755 index 0000000..937c13f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_forced.h.BC431100D1277D23.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx new file mode 100755 index 0000000..039df46 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/cxxabi_init_exception.h.ECDB397F73647209.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx new file mode 100755 index 0000000..6adf93c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/debug.h.8D12E14D7FCC30DF.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx new file mode 100755 index 0000000..690cd93 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/enable_special_members.h.F0E2D096AFDF7392.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx new file mode 100755 index 0000000..71f6749 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.1FC6A4D6D2846204.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx new file mode 100755 index 0000000..cf6441c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endian.h.34A83B053A733CA8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx new file mode 100755 index 0000000..dd75847 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/endianness.h.BDC6F260DCC6E0EC.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx new file mode 100755 index 0000000..d77218f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/erase_if.h.C70B56BAE300760C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx new file mode 100755 index 0000000..06e3d50 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno-base.h.23FC55A99C73A727.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx new file mode 100755 index 0000000..bc7b404 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.10013861918E601A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx new file mode 100755 index 0000000..ec5e5d9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.19BCCCD58DA5623E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx new file mode 100755 index 0000000..4311cef Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.3F8ECD84FB880B64.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx new file mode 100755 index 0000000..ef0cb7a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.45DFD70EF343D681.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx new file mode 100755 index 0000000..27b7c93 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/errno.h.55CA4DE1F1B35462.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx new file mode 100755 index 0000000..06c24d4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_constants.h.927D1265F681EABC.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx new file mode 100755 index 0000000..989c568 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/error_t.h.AA215EF04C62C72A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx new file mode 100755 index 0000000..f89de95 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.C777F958B4D13BD7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx new file mode 100755 index 0000000..9244d35 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception.h.65011B501144EF4E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx new file mode 100755 index 0000000..88e6965 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_defines.h.82D6331A0914594C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx new file mode 100755 index 0000000..f5810df Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/exception_ptr.h.A8994D5CA5988A56.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx new file mode 100755 index 0000000..5501f81 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/execution_defs.h.0F2D8F8289D5CCD2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx new file mode 100755 index 0000000..c80486c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features-time64.h.BFBA8D3CA0316037.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx new file mode 100755 index 0000000..6f3db53 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/features.h.5A4ED7C80201A723.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx new file mode 100755 index 0000000..14dcf25 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn-common.h.975EC49F61A3C703.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx new file mode 100755 index 0000000..25baa2d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/floatn.h.F3C6759637F0C3C2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx new file mode 100755 index 0000000..499ed96 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functexcept.h.D2FF6C9EF46BA786.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx new file mode 100755 index 0000000..a4c1c84 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional.EF55750FEAD838CA.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx new file mode 100755 index 0000000..592ace5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/functional_hash.h.155E7DCEBAD33A0E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx new file mode 100755 index 0000000..5988089 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_algorithm_defs.h.107EB02E97FED0E8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx new file mode 100755 index 0000000..60d067e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_memory_defs.h.F7716F53E1442902.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx new file mode 100755 index 0000000..1ab8b7f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/glue_numeric_defs.h.8C779E293F0BD4D6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx new file mode 100755 index 0000000..f881532 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr-default.h.95AA53DC0DF582C5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx new file mode 100755 index 0000000..228cc9f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/gthr.h.45C92866D368FC62.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx new file mode 100755 index 0000000..e949265 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hash_bytes.h.7FC3233290B236EE.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx new file mode 100755 index 0000000..1df222e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable.h.A591D40F603AB5C1.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx new file mode 100755 index 0000000..5d16e2d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/hashtable_policy.h.191F01AB574A2AB7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx new file mode 100755 index 0000000..c4f5882 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/initializer_list.8392AF237AD0F8BC.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx new file mode 100755 index 0000000..45f8f00 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/invoke.h.84E589785E3F87D5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx new file mode 100755 index 0000000..025c66a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ios_base.h.B059AA8CF4852507.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx new file mode 100755 index 0000000..6d17055 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iosfwd.1FB24537359793BB.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx new file mode 100755 index 0000000..e2efdbd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/iterator.383EADE1BD3CA65C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx new file mode 100755 index 0000000..45e1cc3 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/libc-header-start.h.1C0FBEF85547B680.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx new file mode 100755 index 0000000..eb0c5d8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.3F8E18340D58C8CB.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx new file mode 100755 index 0000000..30ae52d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.1DFE7D0FE6434B13.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx new file mode 100755 index 0000000..bd500d1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.A6E9167E78935B6F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx new file mode 100755 index 0000000..2839b1a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/limits.h.C293B8934AC926BB.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx new file mode 100755 index 0000000..e3df66e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.FC912D82678614C1.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx new file mode 100755 index 0000000..6807888 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/list.tcc.B7E0A0BAFF6A2234.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx new file mode 100755 index 0000000..e4a4e42 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/local_lim.h.A1F0B5161BD6CDAD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx new file mode 100755 index 0000000..7ace6f7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.7039615D8288AE78.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx new file mode 100755 index 0000000..555221a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale.h.F1B51844858762D2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx new file mode 100755 index 0000000..1a77c22 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.h.E65A593E46CCA8C5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx new file mode 100755 index 0000000..f7120ec Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_classes.tcc.96AE9DF36EC8CAD2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx new file mode 100755 index 0000000..35489b2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/locale_t.h.5DC2F79D1FD1D177.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx new file mode 100755 index 0000000..1df6cdb Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/localefwd.h.7B029A698677350D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx new file mode 100755 index 0000000..1f24964 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/long-double.h.D4BCC892B95DB530.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.B2F6EDE4B650C9D8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.B2F6EDE4B650C9D8.idx new file mode 100755 index 0000000..141fca2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/main.cpp.B2F6EDE4B650C9D8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx new file mode 100755 index 0000000..86bccaf Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/map.E485429270CA0E20.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx new file mode 100755 index 0000000..5aebe17 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/mbstate_t.h.E3102927D7065B9A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx new file mode 100755 index 0000000..221ae59 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory.AF0EDB0E9D3D7B30.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx new file mode 100755 index 0000000..5026938 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memory_resource.h.E8F59FDA5247AFFA.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx new file mode 100755 index 0000000..028b716 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/memoryfwd.h.1E6537F09BD5D2FE.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx new file mode 100755 index 0000000..64b420b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/move.h.5B95BE0F4574679D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx new file mode 100755 index 0000000..5f1668a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/nested_exception.h.0E761DFE18FAD65E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx new file mode 100755 index 0000000..dc348c5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new.B03CDBCDC1F66F94.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx new file mode 100755 index 0000000..78662d7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/new_allocator.h.6F3025B263C2DE1C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx new file mode 100755 index 0000000..e4b3863 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/node_handle.h.DA50502310B0F6F3.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx new file mode 100755 index 0000000..da3ad3e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric.E72FE61DC7A3B6C5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx new file mode 100755 index 0000000..1a56825 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/numeric_traits.h.A16C05D3D297EBCD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx new file mode 100755 index 0000000..d0f3c76 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/os_defines.h.049168AF55E969E9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx new file mode 100755 index 0000000..561914e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ostream_insert.h.B47ACD977F7DBCB7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx new file mode 100755 index 0000000..27bce20 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/parse_numbers.h.B335047336F93165.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx new file mode 100755 index 0000000..e4874ea Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix1_lim.h.F32309C974B4FD51.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx new file mode 100755 index 0000000..f49f74c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/posix2_lim.h.3A58038C48DCD449.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx new file mode 100755 index 0000000..7da43a1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/postypes.h.947CAC52BBE48470.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx new file mode 100755 index 0000000..31d348f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/predefined_ops.h.B81F650AE057C2DF.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx new file mode 100755 index 0000000..eb01c35 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pstl_config.h.C4AA1DAF2C9D1A9F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx new file mode 100755 index 0000000..61bcb8f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread.h.022320E0CE01A46D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx new file mode 100755 index 0000000..07b5cdf Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthread_stack_min-dynamic.h.7B19ECE3A843B2BF.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx new file mode 100755 index 0000000..b11bbc2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes-arch.h.026BFE264B629FFA.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx new file mode 100755 index 0000000..7de5f76 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/pthreadtypes.h.078F29FDF072791A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx new file mode 100755 index 0000000..86c3ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ptr_traits.h.F274F2F238D39D4A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx new file mode 100755 index 0000000..ee46790 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractbutton.h.1FCA3C2F0FD9D533.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.557A73255FB2E926.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.557A73255FB2E926.idx new file mode 100755 index 0000000..e35bdee Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemdelegate.h.557A73255FB2E926.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.7FCD68B0A54B84BD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.7FCD68B0A54B84BD.idx new file mode 100755 index 0000000..b538641 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemmodel.h.7FCD68B0A54B84BD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.CB27A215028D83AB.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.CB27A215028D83AB.idx new file mode 100755 index 0000000..ff0910c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractitemview.h.CB27A215028D83AB.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx new file mode 100755 index 0000000..b71e389 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractscrollarea.h.8DA38F85A7E0202A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractslider.h.2F58BC0D0AB14F66.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractslider.h.2F58BC0D0AB14F66.idx new file mode 100755 index 0000000..35542c8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractslider.h.2F58BC0D0AB14F66.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx new file mode 100755 index 0000000..10292d7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qabstractspinbox.h.4D27A7E897AE2C3B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx new file mode 100755 index 0000000..5c4e879 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qalgorithms.h.8983119C3A4F4410.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx new file mode 100755 index 0000000..ba2a625 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qapplication.h.C5525526FBDAE327.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx new file mode 100755 index 0000000..1f75d98 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qarraydata.h.8C35AF31B1A8D8B1.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx new file mode 100755 index 0000000..b8f3294 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic.h.B0914DBBCCD2EE14.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx new file mode 100755 index 0000000..d15d0ea Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qatomic_cxx11.h.08EE66F83AB5A6F2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx new file mode 100755 index 0000000..da059f9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbasicatomic.h.63256410097FF75F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx new file mode 100755 index 0000000..39d60b2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbrush.h.7E70557F57527A3C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx new file mode 100755 index 0000000..2addd8e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearray.h.14B83AB724E57617.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx new file mode 100755 index 0000000..7d38440 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qbytearraylist.h.6A1B83D7A9999883.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx new file mode 100755 index 0000000..b69c751 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qchar.h.4C2FDF4ACE5F2476.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx new file mode 100755 index 0000000..609194f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcolor.h.2314EE28406DFDAD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx new file mode 100755 index 0000000..050ef70 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcompilerdetection.h.D8DDF38A5B16F2DD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx new file mode 100755 index 0000000..9e054d2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qconfig.h.DD52620D98CD71D8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx new file mode 100755 index 0000000..9ab7c71 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainerfwd.h.9B95FDD35A94B3B9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx new file mode 100755 index 0000000..39f1a28 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcontainertools_impl.h.3BF5A0BF131F841D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx new file mode 100755 index 0000000..b02dfc7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreapplication.h.D2DA47DDCD73F194.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx new file mode 100755 index 0000000..f3824cd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcoreevent.h.F6DFC70BE6732E39.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx new file mode 100755 index 0000000..305fd14 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qcursor.h.B14F6C03BE03596C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx new file mode 100755 index 0000000..4e6293c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdatastream.h.E8607458ED4738AD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx new file mode 100755 index 0000000..9ed2ae2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qdialog.h.B2577DEE09F9A998.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx new file mode 100755 index 0000000..7bcf416 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qeventloop.h.5B4833A318E7B4A2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx new file mode 100755 index 0000000..3d41c78 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qflags.h.D6817491BF95B797.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx new file mode 100755 index 0000000..2866755 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfont.h.30A6136236B43DBD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx new file mode 100755 index 0000000..c96de75 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontinfo.h.49373CB8952CBD73.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx new file mode 100755 index 0000000..04745b5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qfontmetrics.h.B7F2CBDEBC1A2963.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx new file mode 100755 index 0000000..4a76cf7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qframe.h.0BF62272EBB08DC0.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx new file mode 100755 index 0000000..ffb94a7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qgenericatomic.h.9FAAA619221AF0D5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx new file mode 100755 index 0000000..78f8b56 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobal.h.93A9010AA43A08E0.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx new file mode 100755 index 0000000..bea4ebf Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qglobalstatic.h.2EE861508AEFAA99.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx new file mode 100755 index 0000000..2cac465 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qguiapplication.h.E7CBBB8F767B075A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx new file mode 100755 index 0000000..36f25e2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhash.h.F69B0A5C83656EAE.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx new file mode 100755 index 0000000..d09f983 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qhashfunctions.h.1108A6B33776A583.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qheaderview.h.31EE66B100F15CF6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qheaderview.h.31EE66B100F15CF6.idx new file mode 100755 index 0000000..5a25ab0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qheaderview.h.31EE66B100F15CF6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx new file mode 100755 index 0000000..387ac97 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qicon.h.B3592B7E570CC8AB.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx new file mode 100755 index 0000000..ce531b9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qimage.h.0CEE9376E77AC8D6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx new file mode 100755 index 0000000..d100296 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qinputmethod.h.79CDCB9A7CFD9E6D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx new file mode 100755 index 0000000..1b09c8c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiodevice.h.6EF8D8E75865A0CC.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.C93C8BE399053318.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.C93C8BE399053318.idx new file mode 100755 index 0000000..e8cc086 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qitemselectionmodel.h.C93C8BE399053318.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx new file mode 100755 index 0000000..3ebb500 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qiterator.h.983EA3D0B8C3CA5D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx new file mode 100755 index 0000000..590d368 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qkeysequence.h.DA3C348959D992A0.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx new file mode 100755 index 0000000..dca95f1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlabel.h.92EE3372C2ECF51E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx new file mode 100755 index 0000000..86ea939 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qline.h.A7B86CD9AE1399D1.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx new file mode 100755 index 0000000..a9f65fe Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlineedit.h.D928EC7402765C5C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx new file mode 100755 index 0000000..fc78877 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlist.h.026C05CAB6060E55.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx new file mode 100755 index 0000000..885b541 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlocale.h.997A07B856CBFC74.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx new file mode 100755 index 0000000..66a2ebf Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qlogging.h.5416806879F5CC50.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx new file mode 100755 index 0000000..a2c30ea Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmainwindow.h.70A34316211948A7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx new file mode 100755 index 0000000..86a42f6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmap.h.5EBB2D3DF559E147.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx new file mode 100755 index 0000000..1249f50 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmargins.h.502FAADBB748DA0A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx new file mode 100755 index 0000000..edca391 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmatrix.h.00C470FEF7ABD601.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx new file mode 100755 index 0000000..29f865e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmessagebox.h.FDCA832BD14A2432.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx new file mode 100755 index 0000000..79ca851 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qmetatype.h.C7E90A2324BCDCB8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx new file mode 100755 index 0000000..14c35d2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnamespace.h.810D42BB5BDD6863.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx new file mode 100755 index 0000000..e2d9a3f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qnumeric.h.F3162EE0B1D312D3.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx new file mode 100755 index 0000000..b3b2f03 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject.h.281C384D4D8724B1.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx new file mode 100755 index 0000000..be7c73b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobject_impl.h.B2844C845F547AC5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx new file mode 100755 index 0000000..2604229 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.598B10433A0B063A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx new file mode 100755 index 0000000..9922470 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs.h.927E55F18448F0C7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx new file mode 100755 index 0000000..8ed39e8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qobjectdefs_impl.h.3781C22193C0D6D7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx new file mode 100755 index 0000000..58cc67a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpaintdevice.h.8F3DA60E535F64D4.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx new file mode 100755 index 0000000..9389738 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpair.h.435B12CF8A0C29D3.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx new file mode 100755 index 0000000..f1297d6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpalette.h.9129DB26820CBE82.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx new file mode 100755 index 0000000..8459456 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpen.h.261E4016B6AE3394.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx new file mode 100755 index 0000000..31e15e0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixelformat.h.F833720AE57659E0.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx new file mode 100755 index 0000000..ae7a5bd Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpixmap.h.BFF8EA8EE67F2A29.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx new file mode 100755 index 0000000..77b731a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpoint.h.38C91BCE47F7DA0A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx new file mode 100755 index 0000000..349db72 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpolygon.h.8B4AE9B0B44118CB.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx new file mode 100755 index 0000000..b00cd9f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qprocessordetection.h.78CE39FB72DA2B98.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx new file mode 100755 index 0000000..61484e8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qpushbutton.h.98B857D20241E82C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx new file mode 100755 index 0000000..b25c701 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qradiobutton.h.1905D2771B15470A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx new file mode 100755 index 0000000..d23ca15 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrect.h.8577C49A8799EFE5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx new file mode 100755 index 0000000..4a2bfb4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrefcount.h.A40E6231913EB62C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx new file mode 100755 index 0000000..b0c8eee Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregexp.h.C7B370D4BBD4D4BE.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx new file mode 100755 index 0000000..d2a3c64 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregion.h.27B296E551A6DA37.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx new file mode 100755 index 0000000..98c0362 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qregularexpression.h.A1268B9B5C26DE8B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx new file mode 100755 index 0000000..d85036b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgb.h.02313375437209F7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx new file mode 100755 index 0000000..6ee80ed Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrgba64.h.B8DA4A49231CC498.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrubberband.h.57455EFAEDB8379B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrubberband.h.57455EFAEDB8379B.idx new file mode 100755 index 0000000..8031700 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qrubberband.h.57455EFAEDB8379B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx new file mode 100755 index 0000000..cf12af4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qscopedpointer.h.78E26E62C20F6148.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx new file mode 100755 index 0000000..87065ec Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qset.h.C11F0B35623E7D4B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx new file mode 100755 index 0000000..0a7d5b2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qshareddata.h.0399C8FFB22C999F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx new file mode 100755 index 0000000..bf1b2c0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer.h.1BDB99CBEF3CC49B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx new file mode 100755 index 0000000..6863034 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsharedpointer_impl.h.51B11AEF9FD8963F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx new file mode 100755 index 0000000..c1f7c9e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsize.h.894FC553861FA135.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx new file mode 100755 index 0000000..69c0da1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsizepolicy.h.99B0028090FC1FD7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qslider.h.0C91C3AE00C3AD28.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qslider.h.0C91C3AE00C3AD28.idx new file mode 100755 index 0000000..da0cb26 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qslider.h.0C91C3AE00C3AD28.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx new file mode 100755 index 0000000..8f8946d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstring.h.F88D922A4EE35C88.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx new file mode 100755 index 0000000..85492c4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringalgorithms.h.09B2AF6E8080031D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx new file mode 100755 index 0000000..dc3de61 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringlist.h.C73224F4A51B28D6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx new file mode 100755 index 0000000..79c509b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringliteral.h.5806ABEB4D4DCBD3.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx new file mode 100755 index 0000000..ad61225 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringmatcher.h.1C31726340DF9B59.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx new file mode 100755 index 0000000..84464c2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstringview.h.575B24F9E73E2F90.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyle.h.E3E49452F246EC32.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyle.h.E3E49452F246EC32.idx new file mode 100755 index 0000000..6fdc10a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyle.h.E3E49452F246EC32.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyleoption.h.636E747637E47DD6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyleoption.h.636E747637E47DD6.idx new file mode 100755 index 0000000..264e550 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qstyleoption.h.636E747637E47DD6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx new file mode 100755 index 0000000..7571ff0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsysinfo.h.F887A9E04699B60E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx new file mode 100755 index 0000000..f10b980 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qsystemdetection.h.D2536931B8ED2B9F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabbar.h.22E595C0532870D9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabbar.h.22E595C0532870D9.idx new file mode 100755 index 0000000..6d5643e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabbar.h.22E595C0532870D9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtableview.h.C8F7829310EA8C95.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtableview.h.C8F7829310EA8C95.idx new file mode 100755 index 0000000..252c8d4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtableview.h.C8F7829310EA8C95.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtablewidget.h.409EBDC2CBFE7E62.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtablewidget.h.409EBDC2CBFE7E62.idx new file mode 100755 index 0000000..7aa3846 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtablewidget.h.409EBDC2CBFE7E62.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx new file mode 100755 index 0000000..d20ce47 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtabwidget.h.40CB5414C72ED352.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx new file mode 100755 index 0000000..6f3cc55 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtcore-config.h.85E4AD1530DE6EDF.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx new file mode 100755 index 0000000..245a3ea Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextcursor.h.7A112B1A656A27F4.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx new file mode 100755 index 0000000..ff13ae6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextformat.h.D3598D9A03255D55.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx new file mode 100755 index 0000000..bcbfcc9 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtextoption.h.18932BECE5F1FB35.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx new file mode 100755 index 0000000..759ee7a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtgui-config.h.0AECA8132DE3369D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx new file mode 100755 index 0000000..ad52aa8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtguiglobal.h.20A174910D038679.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx new file mode 100755 index 0000000..e8d07bf Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtransform.h.AA60039EFB721986.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx new file mode 100755 index 0000000..3389cec Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgets-config.h.CFF0B1C2C04C2304.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx new file mode 100755 index 0000000..42d6577 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtwidgetsglobal.h.2150ACA0E8F865B3.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx new file mode 100755 index 0000000..617f108 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qtypeinfo.h.735D630403E478F4.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx new file mode 100755 index 0000000..33e582e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvalidator.h.7042326EAD5846FD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx new file mode 100755 index 0000000..794a14d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvariant.h.831304B117EB091F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx new file mode 100755 index 0000000..7c62c7f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvarlengtharray.h.2F99B038A6B0B257.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx new file mode 100755 index 0000000..7db4876 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qvector.h.BD3BEDA719E00E88.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx new file mode 100755 index 0000000..6f46ef1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qversiontagging.h.2644BC937C55A361.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx new file mode 100755 index 0000000..582b633 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwidget.h.55EC046429410313.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx new file mode 100755 index 0000000..5f8fb0e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/qwindowdefs.h.BC90157CA7EC89EE.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx new file mode 100755 index 0000000..09efe9f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/range_access.h.4DCBE76E4C8376BA.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx new file mode 100755 index 0000000..bcaa7d5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ratio.3D26AC804185A4D9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx new file mode 100755 index 0000000..03dd2ce Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/refwrap.h.90C41551777C705E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx new file mode 100755 index 0000000..9488d01 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/requires_hosted.h.7FA40C8E6EA5C9F8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx new file mode 100755 index 0000000..0fe7265 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.3B96B0F03E6EBEC7.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx new file mode 100755 index 0000000..4ac3eaf Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sched.h.E8530EF262253892.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx new file mode 100755 index 0000000..2942d15 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.B782DFA7AF82626C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx new file mode 100755 index 0000000..a7a9c6b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/select.h.E66249F12D3AF654.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx new file mode 100755 index 0000000..dc5dc89 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/setjmp.h.6CF72ED99D57E7CF.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx new file mode 100755 index 0000000..f4851b1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr.h.28A1E26C45CF6C70.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx new file mode 100755 index 0000000..dae4dac Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_atomic.h.46177A5082E22D27.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx new file mode 100755 index 0000000..cd3a58c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/shared_ptr_base.h.3CD12CA08E534E2A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx new file mode 100755 index 0000000..3903b2e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/sigset_t.h.90E8434286D517E1.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx new file mode 100755 index 0000000..c60c5ef Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/single_threaded.h.42668328F7DC2E1F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx new file mode 100755 index 0000000..0f69547 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_abs.h.E82A13146AF1CA61.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx new file mode 100755 index 0000000..a1f70f7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/std_function.h.52B44B380783E733.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx new file mode 100755 index 0000000..ccfa97c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdarg.h.0F61034D918E194E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx new file mode 100755 index 0000000..30de0be Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdc-predef.h.9EA93D70716BF84B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx new file mode 100755 index 0000000..b662a35 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stddef.h.AE2DA21BC2124F78.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx new file mode 100755 index 0000000..3616a95 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdexcept.1AD51D38DA738116.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx new file mode 100755 index 0000000..f357be2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-intn.h.1B33604E07F2EC64.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx new file mode 100755 index 0000000..f1218a6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-least.h.E1EEA43D7328057E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx new file mode 100755 index 0000000..4826f21 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint-uintn.h.C3F4DADBEB0A0F7D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx new file mode 100755 index 0000000..782ac12 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.22B451C129B23D79.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx new file mode 100755 index 0000000..c7fe201 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdint.h.B9BC61D451873DA9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx new file mode 100755 index 0000000..bcd30f1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio.h.6919C07CB89D47AD.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx new file mode 100755 index 0000000..6667989 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdio_lim.h.E27D5CAD1DA797FA.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx new file mode 100755 index 0000000..6fad6c5 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib-float.h.2403F3F56D6FE40D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx new file mode 100755 index 0000000..b88d30c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.2EFEF76FBD46C0CF.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx new file mode 100755 index 0000000..326cf03 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stdlib.h.61AA7B9EED10C430.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx new file mode 100755 index 0000000..0528e6b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algo.h.9405E152B100F27E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx new file mode 100755 index 0000000..dce80f7 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_algobase.h.6EC4E1DD2AF56F64.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx new file mode 100755 index 0000000..ca4c66a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_bvector.h.2A70990EC5690265.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx new file mode 100755 index 0000000..936fbbe Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_construct.h.6244B138823B9ED3.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx new file mode 100755 index 0000000..97f4b9f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_function.h.11D26C7975DA7673.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx new file mode 100755 index 0000000..2654f3d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_heap.h.DA3ECABD32626DA6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx new file mode 100755 index 0000000..0c1640e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator.h.7277B71F89457363.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx new file mode 100755 index 0000000..8bef064 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_funcs.h.F7490410D12D4913.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx new file mode 100755 index 0000000..e10e48e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_iterator_base_types.h.3C1DBC49B7584936.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx new file mode 100755 index 0000000..63eda10 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_list.h.FACF262634BCC4E9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx new file mode 100755 index 0000000..58ed301 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_map.h.7195FA1B76E02227.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx new file mode 100755 index 0000000..135e831 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_multimap.h.5EEA71C508621A5C.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx new file mode 100755 index 0000000..5db9a7e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_numeric.h.7C41F9627869230F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx new file mode 100755 index 0000000..4e1f395 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_pair.h.5D88892FEA0C6D99.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx new file mode 100755 index 0000000..d458d6b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_raw_storage_iter.h.E414377E1BCB8773.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx new file mode 100755 index 0000000..f85d62b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_relops.h.DE50F1B7F3D646A8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx new file mode 100755 index 0000000..4a3eea3 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tempbuf.h.4794057264A8802F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx new file mode 100755 index 0000000..3263328 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_tree.h.E586939CDDF41177.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx new file mode 100755 index 0000000..44cae6f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_uninitialized.h.BAB2EB8FAF1B7447.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx new file mode 100755 index 0000000..9937e76 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stl_vector.h.54FDE39F88213089.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx new file mode 100755 index 0000000..c4d2db0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stream_iterator.h.5DC0D25D981545E2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx new file mode 100755 index 0000000..ec7128c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.E3BEEB1140D783A0.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx new file mode 100755 index 0000000..0afec6a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf.tcc.196CE349FAD0EB92.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx new file mode 100755 index 0000000..5e150a1 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/streambuf_iterator.h.3892C42D2CE6C537.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx new file mode 100755 index 0000000..98d0d8b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.C27A714773539828.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx new file mode 100755 index 0000000..b48cad4 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string.h.979B97B48AB27554.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx new file mode 100755 index 0000000..60229b6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_conversions.h.B8EE39FF446BAE7B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx new file mode 100755 index 0000000..c3c671b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.E111423CF73AA4C8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx new file mode 100755 index 0000000..d4b7daa Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/string_view.tcc.BE1C60A6D9C9FBCC.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx new file mode 100755 index 0000000..e61090e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stringfwd.h.A68CB508CF7C1701.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx new file mode 100755 index 0000000..d3d371a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/strings.h.9EB46A34EB89BB5D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx new file mode 100755 index 0000000..59f4890 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_FILE.h.BD746D724FA26A14.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx new file mode 100755 index 0000000..ea31802 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct___jmp_buf_tag.h.A22635099DBEC9CF.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx new file mode 100755 index 0000000..e7dc272 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_itimerspec.h.5B266D5900E24BB5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx new file mode 100755 index 0000000..f3c1390 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_mutex.h.4C3362835A033C07.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx new file mode 100755 index 0000000..f874db2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_rwlock.h.015225931B7E9A45.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx new file mode 100755 index 0000000..11255a8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_sched_param.h.3F36B920743964D0.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx new file mode 100755 index 0000000..468bbde Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timespec.h.84E4D8A674C22D31.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx new file mode 100755 index 0000000..0b8b805 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_timeval.h.E5EFAE6351E57E37.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx new file mode 100755 index 0000000..2071999 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/struct_tm.h.6F6EC6D30ECF5E52.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx new file mode 100755 index 0000000..ea96db0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs-64.h.C9B9EF9F85A49B89.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx new file mode 100755 index 0000000..ea12bba Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/stubs.h.082359ACEA197EE8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx new file mode 100755 index 0000000..48ec28a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/system_error.1EEC7C42E0D6BAE2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.cpp.A77A166D216C21B9.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.cpp.A77A166D216C21B9.idx new file mode 100755 index 0000000..27718b3 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.cpp.A77A166D216C21B9.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.h.C23911444DDEC66F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.h.C23911444DDEC66F.idx new file mode 100755 index 0000000..a60aaec Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tables.h.C23911444DDEC66F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx new file mode 100755 index 0000000..ab76a1d Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/thread-shared-types.h.3BF83EAF2453B9EE.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx new file mode 100755 index 0000000..a260076 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.83E62EFE4747EE1B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx new file mode 100755 index 0000000..a0cbd2f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time.h.EDC06F0AFB6EC7EC.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx new file mode 100755 index 0000000..fc3696b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time64.h.CB321F1760C06220.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx new file mode 100755 index 0000000..4e51602 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/time_t.h.BAF6123CBDB646D6.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx new file mode 100755 index 0000000..a35c45c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timer_t.h.DE52AF3543DCC14B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx new file mode 100755 index 0000000..d4f3360 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timesize.h.B987EAFC7C6E7540.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx new file mode 100755 index 0000000..fea894e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/timex.h.529D3176CEFB16C2.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx new file mode 100755 index 0000000..6fbde7a Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/tuple.0BADC7F0062AC6B5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx new file mode 100755 index 0000000..d906efc Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.422189490C064711.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx new file mode 100755 index 0000000..55fac9e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/type_traits.h.163184A3252344BA.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx new file mode 100755 index 0000000..1c6593c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typeinfo.085FA8A13242911A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx new file mode 100755 index 0000000..e8f0519 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.03E112F1187911D8.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx new file mode 100755 index 0000000..1ccc083 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/types.h.A9C854B704566561.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx new file mode 100755 index 0000000..edee01e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/typesizes.h.458576AD7CBC208B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_tables.h.ADBF6EFEFE969446.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_tables.h.ADBF6EFEFE969446.idx new file mode 100755 index 0000000..9ee2a02 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/ui_tables.h.ADBF6EFEFE969446.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx new file mode 100755 index 0000000..5eeee73 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uintn-identity.h.1CA9207577CEA5E1.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx new file mode 100755 index 0000000..02bc888 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uio_lim.h.58CBF8BD1DEA587F.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx new file mode 100755 index 0000000..43b056f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uniform_int_dist.h.71E677A1DCCFBF49.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx new file mode 100755 index 0000000..2ca8c3b Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unique_ptr.h.8425F457D485DB8A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx new file mode 100755 index 0000000..0742e2f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.C50186D922C13142.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx new file mode 100755 index 0000000..6cdaa40 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/unordered_map.h.3BCF46B70CD44A7A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx new file mode 100755 index 0000000..0579826 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator.h.2AEBF88BDC7A8DC5.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx new file mode 100755 index 0000000..b82784c Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/uses_allocator_args.h.34D312B0A21C734A.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx new file mode 100755 index 0000000..5cad38f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.68AACC9B6FD91F5E.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx new file mode 100755 index 0000000..2b4bcf0 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/utility.h.D7F2631911D87119.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx new file mode 100755 index 0000000..0128921 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/variant.099AFEABD40E712D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx new file mode 100755 index 0000000..a66fd42 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.E5134B7F97F70CAE.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx new file mode 100755 index 0000000..34c9bb3 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/vector.tcc.8206317A39F11217.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx new file mode 100755 index 0000000..cfba4b2 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/version.h.8DE8B626C9B02874.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx new file mode 100755 index 0000000..5bfd928 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitflags.h.1480026F0BFFE024.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx new file mode 100755 index 0000000..dd13dac Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/waitstatus.h.C8A83CD20FAF0338.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx new file mode 100755 index 0000000..0440ba8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.83BD995621576773.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx new file mode 100755 index 0000000..429f4c3 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wchar.h.CA624B234FF5EB1D.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx new file mode 100755 index 0000000..55b726e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wint_t.h.CEEF00AA17514887.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx new file mode 100755 index 0000000..a009c70 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/wordsize.h.B3DEF3D506FCA17B.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx new file mode 100755 index 0000000..8abf3a8 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.cache/clangd/index/xopen_lim.h.A1D830D18B7E0691.idx differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp new file mode 100755 index 0000000..689a9c4 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/.syncthing.compile_commands.json.tmp @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/compile_commands.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/compile_commands.json new file mode 100755 index 0000000..689a9c4 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd/compile_commands.json @@ -0,0 +1 @@ +[{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/main.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/main.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.cpp"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.cpp"},{"arguments":["clang","-Wno-documentation-unknown-command","-Wno-unknown-warning-option","-Wno-unknown-pragmas","-nostdinc","-nostdinc++","-DQT_QML_DEBUG","-g","-std=gnu++17","-fdiagnostics-color=always","-fPIC","-fsyntax-only","-m64","--target=x86_64-pc-linux-gnu","-DQT_CORE_LIB","-DQT_GUI_LIB","-DQT_WIDGETS_LIB","-DQ_CREATOR_RUN","-DQT_ANNOTATE_FUNCTION(x)=__attribute__((annotate(#x)))","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders","-I/usr/share/qtcreator/cplusplus/wrappedQtHeaders/QtCore","-I/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include","-isystem","/usr/include/qt","-isystem","/usr/include/qt/QtWidgets","-isystem","/usr/include/qt/QtGui","-isystem","/usr/include/qt/QtCore","-isystem","/usr/lib/qt/mkspecs/linux-g++","-isystem","/usr/include/c++/14.2.1","-isystem","/usr/include/c++/14.2.1/x86_64-pc-linux-gnu","-isystem","/usr/include/c++/14.2.1/backward","-isystem","/usr/local/include","-isystem","/usr/lib/clang/18/include","-isystem","/usr/include","-fmessage-length=0","-fdiagnostics-show-note-include-stack","-fretain-comments-from-system-headers","-fmacro-backtrace-limit=0","-ferror-limit=1000","-x","c++-header","/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h"],"directory":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc_clangd","file":"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h"}] \ No newline at end of file diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing..ninja_deps.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing..ninja_deps.tmp new file mode 100755 index 0000000..47372a6 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing..ninja_deps.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.9_Tables.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.9_Tables.tmp new file mode 100755 index 0000000..a0fb06e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.9_Tables.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp new file mode 100755 index 0000000..05d3b26 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.CMakeCache.txt.tmp @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +9_Tables_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug + +//Value Computed by CMake +9_Tables_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +9_Tables_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=9_Tables + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.build.ninja.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.build.ninja.tmp new file mode 100755 index 0000000..5ffd650 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.build.ninja.tmp @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 9_Tables +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 9_Tables + + +############################################# +# Order-only phony target for 9_Tables + +build cmake_object_order_depends_target_9_Tables: phony || 9_Tables_autogen 9_Tables_autogen/mocs_compilation.cpp 9_Tables_autogen/timestamp 9_Tables_autogen_timestamp_deps + +build CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o: CXX_COMPILER__9_Tables_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_9_Tables + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/9_Tables.dir + OBJECT_FILE_DIR = CMakeFiles/9_Tables.dir/9_Tables_autogen + TARGET_COMPILE_PDB = CMakeFiles/9_Tables.dir/ + TARGET_PDB = 9_Tables.pdb + +build CMakeFiles/9_Tables.dir/main.cpp.o: CXX_COMPILER__9_Tables_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/main.cpp || cmake_object_order_depends_target_9_Tables + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/9_Tables.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/9_Tables.dir + OBJECT_FILE_DIR = CMakeFiles/9_Tables.dir + TARGET_COMPILE_PDB = CMakeFiles/9_Tables.dir/ + TARGET_PDB = 9_Tables.pdb + +build CMakeFiles/9_Tables.dir/tables.cpp.o: CXX_COMPILER__9_Tables_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/tables.cpp || cmake_object_order_depends_target_9_Tables + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/9_Tables.dir/tables.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/9_Tables.dir + OBJECT_FILE_DIR = CMakeFiles/9_Tables.dir + TARGET_COMPILE_PDB = CMakeFiles/9_Tables.dir/ + TARGET_PDB = 9_Tables.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 9_Tables + + +############################################# +# Link the executable 9_Tables + +build 9_Tables: CXX_EXECUTABLE_LINKER__9_Tables_Debug CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o CMakeFiles/9_Tables.dir/main.cpp.o CMakeFiles/9_Tables.dir/tables.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 9_Tables_autogen 9_Tables_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/9_Tables.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/9_Tables.dir/ + TARGET_FILE = 9_Tables + TARGET_PDB = 9_Tables.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 9_Tables_autogen_timestamp_deps + +build 9_Tables_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 9_Tables_autogen + +build 9_Tables_autogen: phony CMakeFiles/9_Tables_autogen 9_Tables_autogen/include/ui_tables.h 9_Tables_autogen/timestamp 9_Tables_autogen/mocs_compilation.cpp 9_Tables_autogen_timestamp_deps + + +############################################# +# Custom command for 9_Tables_autogen/timestamp + +build 9_Tables_autogen/timestamp 9_Tables_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}9_Tables_autogen/timestamp ${cmake_ninja_workdir}9_Tables_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 9_Tables_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/d/214396268a9dcccb8bfff53c3cfc2545b3750cef3171a05b33c95f592baadebf.d" + DESC = Automatic MOC and UIC for target 9_Tables + depfile = CMakeFiles/d/214396268a9dcccb8bfff53c3cfc2545b3750cef3171a05b33c95f592baadebf.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/9_Tables_autogen + +build CMakeFiles/9_Tables_autogen 9_Tables_autogen/include/ui_tables.h | ${cmake_ninja_workdir}CMakeFiles/9_Tables_autogen ${cmake_ninja_workdir}9_Tables_autogen/include/ui_tables.h: phony 9_Tables_autogen/timestamp || 9_Tables_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug + +build all: phony 9_Tables + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp new file mode 100755 index 0000000..05dae36 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.syncthing.qtcsettings.cmake.tmp @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables new file mode 100755 index 0000000..a0fb06e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/.syncthing.moc_predefs.h.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/.syncthing.moc_predefs.h.tmp new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/.syncthing.moc_predefs.h.tmp @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/.syncthing.mocs_compilation.cpp.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/.syncthing.mocs_compilation.cpp.tmp new file mode 100755 index 0000000..1f19fcf --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/.syncthing.mocs_compilation.cpp.tmp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_tables.cpp" diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/.syncthing.timestamp.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/.syncthing.timestamp.tmp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/.syncthing.moc_tables.cpp.d.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/.syncthing.moc_tables.cpp.d.tmp new file mode 100755 index 0000000..5929faf --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/.syncthing.moc_tables.cpp.d.tmp @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/moc_tables.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/tables.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/.syncthing.moc_tables.cpp.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/.syncthing.moc_tables.cpp.tmp new file mode 100755 index 0000000..7658916 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/.syncthing.moc_tables.cpp.tmp @@ -0,0 +1,151 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'tables.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../tables.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'tables.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_Tables_t { + QByteArrayData data[12]; + char stringdata0[132]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_Tables_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_Tables_t qt_meta_stringdata_Tables = { + { +QT_MOC_LITERAL(0, 0, 6), // "Tables" +QT_MOC_LITERAL(1, 7, 14), // "setRowsClicked" +QT_MOC_LITERAL(2, 22, 0), // "" +QT_MOC_LITERAL(3, 23, 20), // "setRandomDataClicked" +QT_MOC_LITERAL(4, 44, 10), // "minClicked" +QT_MOC_LITERAL(5, 55, 10), // "avgClicked" +QT_MOC_LITERAL(6, 66, 10), // "maxClicked" +QT_MOC_LITERAL(7, 77, 16), // "tableCellChanged" +QT_MOC_LITERAL(8, 94, 3), // "row" +QT_MOC_LITERAL(9, 98, 7), // "collumn" +QT_MOC_LITERAL(10, 106, 13), // "searchClicked" +QT_MOC_LITERAL(11, 120, 11) // "sortClicked" + + }, + "Tables\0setRowsClicked\0\0setRandomDataClicked\0" + "minClicked\0avgClicked\0maxClicked\0" + "tableCellChanged\0row\0collumn\0searchClicked\0" + "sortClicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_Tables[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 8, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 54, 2, 0x08 /* Private */, + 3, 0, 55, 2, 0x08 /* Private */, + 4, 0, 56, 2, 0x08 /* Private */, + 5, 0, 57, 2, 0x08 /* Private */, + 6, 0, 58, 2, 0x08 /* Private */, + 7, 2, 59, 2, 0x08 /* Private */, + 10, 0, 64, 2, 0x08 /* Private */, + 11, 0, 65, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, QMetaType::Int, 8, 9, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void Tables::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->setRowsClicked(); break; + case 1: _t->setRandomDataClicked(); break; + case 2: _t->minClicked(); break; + case 3: _t->avgClicked(); break; + case 4: _t->maxClicked(); break; + case 5: _t->tableCellChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; + case 6: _t->searchClicked(); break; + case 7: _t->sortClicked(); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject Tables::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_Tables.data, + qt_meta_data_Tables, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *Tables::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *Tables::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_Tables.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int Tables::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 8) + qt_static_metacall(this, _c, _id, _a); + _id -= 8; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 8) + *reinterpret_cast(_a[0]) = -1; + _id -= 8; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/moc_tables.cpp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/moc_tables.cpp new file mode 100755 index 0000000..7658916 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/moc_tables.cpp @@ -0,0 +1,151 @@ +/**************************************************************************** +** Meta object code from reading C++ file 'tables.h' +** +** Created by: The Qt Meta Object Compiler version 67 (Qt 5.15.14) +** +** WARNING! All changes made in this file will be lost! +*****************************************************************************/ + +#include +#include "../../../../tables.h" +#include +#include +#if !defined(Q_MOC_OUTPUT_REVISION) +#error "The header file 'tables.h' doesn't include ." +#elif Q_MOC_OUTPUT_REVISION != 67 +#error "This file was generated using the moc from 5.15.14. It" +#error "cannot be used with the include files from this version of Qt." +#error "(The moc has changed too much.)" +#endif + +QT_BEGIN_MOC_NAMESPACE +QT_WARNING_PUSH +QT_WARNING_DISABLE_DEPRECATED +struct qt_meta_stringdata_Tables_t { + QByteArrayData data[12]; + char stringdata0[132]; +}; +#define QT_MOC_LITERAL(idx, ofs, len) \ + Q_STATIC_BYTE_ARRAY_DATA_HEADER_INITIALIZER_WITH_OFFSET(len, \ + qptrdiff(offsetof(qt_meta_stringdata_Tables_t, stringdata0) + ofs \ + - idx * sizeof(QByteArrayData)) \ + ) +static const qt_meta_stringdata_Tables_t qt_meta_stringdata_Tables = { + { +QT_MOC_LITERAL(0, 0, 6), // "Tables" +QT_MOC_LITERAL(1, 7, 14), // "setRowsClicked" +QT_MOC_LITERAL(2, 22, 0), // "" +QT_MOC_LITERAL(3, 23, 20), // "setRandomDataClicked" +QT_MOC_LITERAL(4, 44, 10), // "minClicked" +QT_MOC_LITERAL(5, 55, 10), // "avgClicked" +QT_MOC_LITERAL(6, 66, 10), // "maxClicked" +QT_MOC_LITERAL(7, 77, 16), // "tableCellChanged" +QT_MOC_LITERAL(8, 94, 3), // "row" +QT_MOC_LITERAL(9, 98, 7), // "collumn" +QT_MOC_LITERAL(10, 106, 13), // "searchClicked" +QT_MOC_LITERAL(11, 120, 11) // "sortClicked" + + }, + "Tables\0setRowsClicked\0\0setRandomDataClicked\0" + "minClicked\0avgClicked\0maxClicked\0" + "tableCellChanged\0row\0collumn\0searchClicked\0" + "sortClicked" +}; +#undef QT_MOC_LITERAL + +static const uint qt_meta_data_Tables[] = { + + // content: + 8, // revision + 0, // classname + 0, 0, // classinfo + 8, 14, // methods + 0, 0, // properties + 0, 0, // enums/sets + 0, 0, // constructors + 0, // flags + 0, // signalCount + + // slots: name, argc, parameters, tag, flags + 1, 0, 54, 2, 0x08 /* Private */, + 3, 0, 55, 2, 0x08 /* Private */, + 4, 0, 56, 2, 0x08 /* Private */, + 5, 0, 57, 2, 0x08 /* Private */, + 6, 0, 58, 2, 0x08 /* Private */, + 7, 2, 59, 2, 0x08 /* Private */, + 10, 0, 64, 2, 0x08 /* Private */, + 11, 0, 65, 2, 0x08 /* Private */, + + // slots: parameters + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, + QMetaType::Void, QMetaType::Int, QMetaType::Int, 8, 9, + QMetaType::Void, + QMetaType::Void, + + 0 // eod +}; + +void Tables::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) +{ + if (_c == QMetaObject::InvokeMetaMethod) { + auto *_t = static_cast(_o); + (void)_t; + switch (_id) { + case 0: _t->setRowsClicked(); break; + case 1: _t->setRandomDataClicked(); break; + case 2: _t->minClicked(); break; + case 3: _t->avgClicked(); break; + case 4: _t->maxClicked(); break; + case 5: _t->tableCellChanged((*reinterpret_cast< int(*)>(_a[1])),(*reinterpret_cast< int(*)>(_a[2]))); break; + case 6: _t->searchClicked(); break; + case 7: _t->sortClicked(); break; + default: ; + } + } +} + +QT_INIT_METAOBJECT const QMetaObject Tables::staticMetaObject = { { + QMetaObject::SuperData::link(), + qt_meta_stringdata_Tables.data, + qt_meta_data_Tables, + qt_static_metacall, + nullptr, + nullptr +} }; + + +const QMetaObject *Tables::metaObject() const +{ + return QObject::d_ptr->metaObject ? QObject::d_ptr->dynamicMetaObject() : &staticMetaObject; +} + +void *Tables::qt_metacast(const char *_clname) +{ + if (!_clname) return nullptr; + if (!strcmp(_clname, qt_meta_stringdata_Tables.stringdata0)) + return static_cast(this); + return QMainWindow::qt_metacast(_clname); +} + +int Tables::qt_metacall(QMetaObject::Call _c, int _id, void **_a) +{ + _id = QMainWindow::qt_metacall(_c, _id, _a); + if (_id < 0) + return _id; + if (_c == QMetaObject::InvokeMetaMethod) { + if (_id < 8) + qt_static_metacall(this, _c, _id, _a); + _id -= 8; + } else if (_c == QMetaObject::RegisterMethodArgumentMetaType) { + if (_id < 8) + *reinterpret_cast(_a[0]) = -1; + _id -= 8; + } + return _id; +} +QT_WARNING_POP +QT_END_MOC_NAMESPACE diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/moc_tables.cpp.d b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/moc_tables.cpp.d new file mode 100755 index 0000000..5929faf --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/moc_tables.cpp.d @@ -0,0 +1,337 @@ +/home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/EWIEGA46WW/moc_tables.cpp: /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/tables.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/deps b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/deps new file mode 100755 index 0000000..6c9f830 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/deps @@ -0,0 +1,472 @@ +9_Tables_autogen/timestamp: \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/CMakeLists.txt \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/main.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/tables.cpp \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/tables.h \ + /usr/include/asm-generic/errno-base.h \ + /usr/include/asm-generic/errno.h \ + /usr/include/asm/errno.h \ + /usr/include/asm/unistd.h \ + /usr/include/asm/unistd_64.h \ + /usr/include/assert.h \ + /usr/include/bits/atomic_wide_counter.h \ + /usr/include/bits/confname.h \ + /usr/include/bits/cpu-set.h \ + /usr/include/bits/endian.h \ + /usr/include/bits/endianness.h \ + /usr/include/bits/environments.h \ + /usr/include/bits/errno.h \ + /usr/include/bits/floatn-common.h \ + /usr/include/bits/floatn.h \ + /usr/include/bits/getopt_core.h \ + /usr/include/bits/getopt_posix.h \ + /usr/include/bits/libc-header-start.h \ + /usr/include/bits/locale.h \ + /usr/include/bits/long-double.h \ + /usr/include/bits/posix_opt.h \ + /usr/include/bits/pthread_stack_min-dynamic.h \ + /usr/include/bits/pthreadtypes-arch.h \ + /usr/include/bits/pthreadtypes.h \ + /usr/include/bits/sched.h \ + /usr/include/bits/setjmp.h \ + /usr/include/bits/struct_mutex.h \ + /usr/include/bits/struct_rwlock.h \ + /usr/include/bits/syscall.h \ + /usr/include/bits/thread-shared-types.h \ + /usr/include/bits/time.h \ + /usr/include/bits/time64.h \ + /usr/include/bits/timesize.h \ + /usr/include/bits/timex.h \ + /usr/include/bits/types.h \ + /usr/include/bits/types/FILE.h \ + /usr/include/bits/types/__FILE.h \ + /usr/include/bits/types/__locale_t.h \ + /usr/include/bits/types/__mbstate_t.h \ + /usr/include/bits/types/__sigset_t.h \ + /usr/include/bits/types/clock_t.h \ + /usr/include/bits/types/clockid_t.h \ + /usr/include/bits/types/error_t.h \ + /usr/include/bits/types/locale_t.h \ + /usr/include/bits/types/mbstate_t.h \ + /usr/include/bits/types/struct___jmp_buf_tag.h \ + /usr/include/bits/types/struct_itimerspec.h \ + /usr/include/bits/types/struct_sched_param.h \ + /usr/include/bits/types/struct_timespec.h \ + /usr/include/bits/types/struct_timeval.h \ + /usr/include/bits/types/struct_tm.h \ + /usr/include/bits/types/time_t.h \ + /usr/include/bits/types/timer_t.h \ + /usr/include/bits/types/wint_t.h \ + /usr/include/bits/typesizes.h \ + /usr/include/bits/unistd_ext.h \ + /usr/include/bits/wchar.h \ + /usr/include/bits/wctype-wchar.h \ + /usr/include/bits/wordsize.h \ + /usr/include/c++/14.2.1/algorithm \ + /usr/include/c++/14.2.1/array \ + /usr/include/c++/14.2.1/atomic \ + /usr/include/c++/14.2.1/backward/auto_ptr.h \ + /usr/include/c++/14.2.1/backward/binders.h \ + /usr/include/c++/14.2.1/bit \ + /usr/include/c++/14.2.1/bits/algorithmfwd.h \ + /usr/include/c++/14.2.1/bits/align.h \ + /usr/include/c++/14.2.1/bits/alloc_traits.h \ + /usr/include/c++/14.2.1/bits/allocated_ptr.h \ + /usr/include/c++/14.2.1/bits/allocator.h \ + /usr/include/c++/14.2.1/bits/atomic_base.h \ + /usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h \ + /usr/include/c++/14.2.1/bits/atomic_wait.h \ + /usr/include/c++/14.2.1/bits/basic_ios.h \ + /usr/include/c++/14.2.1/bits/basic_ios.tcc \ + /usr/include/c++/14.2.1/bits/basic_string.h \ + /usr/include/c++/14.2.1/bits/basic_string.tcc \ + /usr/include/c++/14.2.1/bits/c++0x_warning.h \ + /usr/include/c++/14.2.1/bits/char_traits.h \ + /usr/include/c++/14.2.1/bits/charconv.h \ + /usr/include/c++/14.2.1/bits/concept_check.h \ + /usr/include/c++/14.2.1/bits/cpp_type_traits.h \ + /usr/include/c++/14.2.1/bits/cxxabi_forced.h \ + /usr/include/c++/14.2.1/bits/cxxabi_init_exception.h \ + /usr/include/c++/14.2.1/bits/erase_if.h \ + /usr/include/c++/14.2.1/bits/exception.h \ + /usr/include/c++/14.2.1/bits/exception_defines.h \ + /usr/include/c++/14.2.1/bits/exception_ptr.h \ + /usr/include/c++/14.2.1/bits/functexcept.h \ + /usr/include/c++/14.2.1/bits/functional_hash.h \ + /usr/include/c++/14.2.1/bits/hash_bytes.h \ + /usr/include/c++/14.2.1/bits/invoke.h \ + /usr/include/c++/14.2.1/bits/ios_base.h \ + /usr/include/c++/14.2.1/bits/iterator_concepts.h \ + /usr/include/c++/14.2.1/bits/list.tcc \ + /usr/include/c++/14.2.1/bits/locale_classes.h \ + /usr/include/c++/14.2.1/bits/locale_classes.tcc \ + /usr/include/c++/14.2.1/bits/locale_facets.h \ + /usr/include/c++/14.2.1/bits/locale_facets.tcc \ + /usr/include/c++/14.2.1/bits/localefwd.h \ + /usr/include/c++/14.2.1/bits/max_size_type.h \ + /usr/include/c++/14.2.1/bits/memory_resource.h \ + /usr/include/c++/14.2.1/bits/memoryfwd.h \ + /usr/include/c++/14.2.1/bits/mofunc_impl.h \ + /usr/include/c++/14.2.1/bits/move.h \ + /usr/include/c++/14.2.1/bits/move_only_function.h \ + /usr/include/c++/14.2.1/bits/nested_exception.h \ + /usr/include/c++/14.2.1/bits/new_allocator.h \ + /usr/include/c++/14.2.1/bits/node_handle.h \ + /usr/include/c++/14.2.1/bits/ostream.tcc \ + /usr/include/c++/14.2.1/bits/ostream_insert.h \ + /usr/include/c++/14.2.1/bits/out_ptr.h \ + /usr/include/c++/14.2.1/bits/postypes.h \ + /usr/include/c++/14.2.1/bits/predefined_ops.h \ + /usr/include/c++/14.2.1/bits/ptr_traits.h \ + /usr/include/c++/14.2.1/bits/range_access.h \ + /usr/include/c++/14.2.1/bits/ranges_algo.h \ + /usr/include/c++/14.2.1/bits/ranges_algobase.h \ + /usr/include/c++/14.2.1/bits/ranges_base.h \ + /usr/include/c++/14.2.1/bits/ranges_cmp.h \ + /usr/include/c++/14.2.1/bits/ranges_uninitialized.h \ + /usr/include/c++/14.2.1/bits/ranges_util.h \ + /usr/include/c++/14.2.1/bits/refwrap.h \ + /usr/include/c++/14.2.1/bits/requires_hosted.h \ + /usr/include/c++/14.2.1/bits/sat_arith.h \ + /usr/include/c++/14.2.1/bits/shared_ptr.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_atomic.h \ + /usr/include/c++/14.2.1/bits/shared_ptr_base.h \ + /usr/include/c++/14.2.1/bits/std_abs.h \ + /usr/include/c++/14.2.1/bits/std_function.h \ + /usr/include/c++/14.2.1/bits/std_mutex.h \ + /usr/include/c++/14.2.1/bits/stl_algo.h \ + /usr/include/c++/14.2.1/bits/stl_algobase.h \ + /usr/include/c++/14.2.1/bits/stl_bvector.h \ + /usr/include/c++/14.2.1/bits/stl_construct.h \ + /usr/include/c++/14.2.1/bits/stl_function.h \ + /usr/include/c++/14.2.1/bits/stl_heap.h \ + /usr/include/c++/14.2.1/bits/stl_iterator.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h \ + /usr/include/c++/14.2.1/bits/stl_iterator_base_types.h \ + /usr/include/c++/14.2.1/bits/stl_list.h \ + /usr/include/c++/14.2.1/bits/stl_map.h \ + /usr/include/c++/14.2.1/bits/stl_multimap.h \ + /usr/include/c++/14.2.1/bits/stl_numeric.h \ + /usr/include/c++/14.2.1/bits/stl_pair.h \ + /usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h \ + /usr/include/c++/14.2.1/bits/stl_relops.h \ + /usr/include/c++/14.2.1/bits/stl_tempbuf.h \ + /usr/include/c++/14.2.1/bits/stl_tree.h \ + /usr/include/c++/14.2.1/bits/stl_uninitialized.h \ + /usr/include/c++/14.2.1/bits/stl_vector.h \ + /usr/include/c++/14.2.1/bits/stream_iterator.h \ + /usr/include/c++/14.2.1/bits/streambuf.tcc \ + /usr/include/c++/14.2.1/bits/streambuf_iterator.h \ + /usr/include/c++/14.2.1/bits/string_view.tcc \ + /usr/include/c++/14.2.1/bits/stringfwd.h \ + /usr/include/c++/14.2.1/bits/uniform_int_dist.h \ + /usr/include/c++/14.2.1/bits/unique_ptr.h \ + /usr/include/c++/14.2.1/bits/uses_allocator.h \ + /usr/include/c++/14.2.1/bits/uses_allocator_args.h \ + /usr/include/c++/14.2.1/bits/utility.h \ + /usr/include/c++/14.2.1/bits/vector.tcc \ + /usr/include/c++/14.2.1/bits/version.h \ + /usr/include/c++/14.2.1/cctype \ + /usr/include/c++/14.2.1/cerrno \ + /usr/include/c++/14.2.1/charconv \ + /usr/include/c++/14.2.1/climits \ + /usr/include/c++/14.2.1/clocale \ + /usr/include/c++/14.2.1/compare \ + /usr/include/c++/14.2.1/concepts \ + /usr/include/c++/14.2.1/cstddef \ + /usr/include/c++/14.2.1/cstdint \ + /usr/include/c++/14.2.1/cstdlib \ + /usr/include/c++/14.2.1/cwchar \ + /usr/include/c++/14.2.1/cwctype \ + /usr/include/c++/14.2.1/debug/assertions.h \ + /usr/include/c++/14.2.1/debug/debug.h \ + /usr/include/c++/14.2.1/exception \ + /usr/include/c++/14.2.1/ext/aligned_buffer.h \ + /usr/include/c++/14.2.1/ext/alloc_traits.h \ + /usr/include/c++/14.2.1/ext/atomicity.h \ + /usr/include/c++/14.2.1/ext/concurrence.h \ + /usr/include/c++/14.2.1/ext/numeric_traits.h \ + /usr/include/c++/14.2.1/ext/string_conversions.h \ + /usr/include/c++/14.2.1/ext/type_traits.h \ + /usr/include/c++/14.2.1/format \ + /usr/include/c++/14.2.1/functional \ + /usr/include/c++/14.2.1/initializer_list \ + /usr/include/c++/14.2.1/ios \ + /usr/include/c++/14.2.1/iosfwd \ + /usr/include/c++/14.2.1/iterator \ + /usr/include/c++/14.2.1/limits \ + /usr/include/c++/14.2.1/list \ + /usr/include/c++/14.2.1/map \ + /usr/include/c++/14.2.1/memory \ + /usr/include/c++/14.2.1/new \ + /usr/include/c++/14.2.1/numbers \ + /usr/include/c++/14.2.1/numeric \ + /usr/include/c++/14.2.1/optional \ + /usr/include/c++/14.2.1/ostream \ + /usr/include/c++/14.2.1/pstl/execution_defs.h \ + /usr/include/c++/14.2.1/pstl/glue_numeric_defs.h \ + /usr/include/c++/14.2.1/stdexcept \ + /usr/include/c++/14.2.1/stdlib.h \ + /usr/include/c++/14.2.1/streambuf \ + /usr/include/c++/14.2.1/string \ + /usr/include/c++/14.2.1/string_view \ + /usr/include/c++/14.2.1/text_encoding \ + /usr/include/c++/14.2.1/tuple \ + /usr/include/c++/14.2.1/type_traits \ + /usr/include/c++/14.2.1/typeinfo \ + /usr/include/c++/14.2.1/unordered_map \ + /usr/include/c++/14.2.1/utility \ + /usr/include/c++/14.2.1/vector \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h \ + /usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h \ + /usr/include/ctype.h \ + /usr/include/errno.h \ + /usr/include/features-time64.h \ + /usr/include/features.h \ + /usr/include/gnu/stubs-64.h \ + /usr/include/gnu/stubs.h \ + /usr/include/linux/errno.h \ + /usr/include/locale.h \ + /usr/include/pthread.h \ + /usr/include/qt/QtCore/qalgorithms.h \ + /usr/include/qt/QtCore/qarraydata.h \ + /usr/include/qt/QtCore/qatomic.h \ + /usr/include/qt/QtCore/qatomic_cxx11.h \ + /usr/include/qt/QtCore/qbasicatomic.h \ + /usr/include/qt/QtCore/qbytearray.h \ + /usr/include/qt/QtCore/qbytearraylist.h \ + /usr/include/qt/QtCore/qchar.h \ + /usr/include/qt/QtCore/qcompilerdetection.h \ + /usr/include/qt/QtCore/qconfig.h \ + /usr/include/qt/QtCore/qcontainerfwd.h \ + /usr/include/qt/QtCore/qcontainertools_impl.h \ + /usr/include/qt/QtCore/qdatastream.h \ + /usr/include/qt/QtCore/qflags.h \ + /usr/include/qt/QtCore/qgenericatomic.h \ + /usr/include/qt/QtCore/qglobal.h \ + /usr/include/qt/QtCore/qglobalstatic.h \ + /usr/include/qt/QtCore/qhash.h \ + /usr/include/qt/QtCore/qhashfunctions.h \ + /usr/include/qt/QtCore/qiodevice.h \ + /usr/include/qt/QtCore/qiterator.h \ + /usr/include/qt/QtCore/qline.h \ + /usr/include/qt/QtCore/qlist.h \ + /usr/include/qt/QtCore/qlogging.h \ + /usr/include/qt/QtCore/qmargins.h \ + /usr/include/qt/QtCore/qmetatype.h \ + /usr/include/qt/QtCore/qnamespace.h \ + /usr/include/qt/QtCore/qnumeric.h \ + /usr/include/qt/QtCore/qobject.h \ + /usr/include/qt/QtCore/qobject_impl.h \ + /usr/include/qt/QtCore/qobjectdefs.h \ + /usr/include/qt/QtCore/qobjectdefs_impl.h \ + /usr/include/qt/QtCore/qpair.h \ + /usr/include/qt/QtCore/qpoint.h \ + /usr/include/qt/QtCore/qprocessordetection.h \ + /usr/include/qt/QtCore/qrect.h \ + /usr/include/qt/QtCore/qrefcount.h \ + /usr/include/qt/QtCore/qregexp.h \ + /usr/include/qt/QtCore/qscopedpointer.h \ + /usr/include/qt/QtCore/qshareddata.h \ + /usr/include/qt/QtCore/qsharedpointer.h \ + /usr/include/qt/QtCore/qsharedpointer_impl.h \ + /usr/include/qt/QtCore/qsize.h \ + /usr/include/qt/QtCore/qstring.h \ + /usr/include/qt/QtCore/qstringalgorithms.h \ + /usr/include/qt/QtCore/qstringlist.h \ + /usr/include/qt/QtCore/qstringliteral.h \ + /usr/include/qt/QtCore/qstringmatcher.h \ + /usr/include/qt/QtCore/qstringview.h \ + /usr/include/qt/QtCore/qsysinfo.h \ + /usr/include/qt/QtCore/qsystemdetection.h \ + /usr/include/qt/QtCore/qtcore-config.h \ + /usr/include/qt/QtCore/qtypeinfo.h \ + /usr/include/qt/QtCore/qvarlengtharray.h \ + /usr/include/qt/QtCore/qvector.h \ + /usr/include/qt/QtCore/qversiontagging.h \ + /usr/include/qt/QtGui/qbrush.h \ + /usr/include/qt/QtGui/qcolor.h \ + /usr/include/qt/QtGui/qcursor.h \ + /usr/include/qt/QtGui/qfont.h \ + /usr/include/qt/QtGui/qfontinfo.h \ + /usr/include/qt/QtGui/qfontmetrics.h \ + /usr/include/qt/QtGui/qicon.h \ + /usr/include/qt/QtGui/qimage.h \ + /usr/include/qt/QtGui/qkeysequence.h \ + /usr/include/qt/QtGui/qmatrix.h \ + /usr/include/qt/QtGui/qpaintdevice.h \ + /usr/include/qt/QtGui/qpalette.h \ + /usr/include/qt/QtGui/qpixelformat.h \ + /usr/include/qt/QtGui/qpixmap.h \ + /usr/include/qt/QtGui/qpolygon.h \ + /usr/include/qt/QtGui/qregion.h \ + /usr/include/qt/QtGui/qrgb.h \ + /usr/include/qt/QtGui/qrgba64.h \ + /usr/include/qt/QtGui/qtgui-config.h \ + /usr/include/qt/QtGui/qtguiglobal.h \ + /usr/include/qt/QtGui/qtransform.h \ + /usr/include/qt/QtGui/qwindowdefs.h \ + /usr/include/qt/QtWidgets/QMainWindow \ + /usr/include/qt/QtWidgets/qmainwindow.h \ + /usr/include/qt/QtWidgets/qsizepolicy.h \ + /usr/include/qt/QtWidgets/qtabwidget.h \ + /usr/include/qt/QtWidgets/qtwidgets-config.h \ + /usr/include/qt/QtWidgets/qtwidgetsglobal.h \ + /usr/include/qt/QtWidgets/qwidget.h \ + /usr/include/sched.h \ + /usr/include/stdc-predef.h \ + /usr/include/string.h \ + /usr/include/strings.h \ + /usr/include/sys/cdefs.h \ + /usr/include/sys/syscall.h \ + /usr/include/syscall.h \ + /usr/include/time.h \ + /usr/include/unistd.h \ + /usr/include/wchar.h \ + /usr/include/wctype.h \ + /usr/lib/cmake/Qt5/Qt5Config.cmake \ + /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake \ + /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake \ + /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake \ + /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake \ + /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h \ + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h \ + /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in \ + /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp \ + /usr/share/cmake/Modules/CMakeCXXInformation.cmake \ + /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake \ + /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake \ + /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake \ + /usr/share/cmake/Modules/CMakeDetermineSystem.cmake \ + /usr/share/cmake/Modules/CMakeFindBinUtils.cmake \ + /usr/share/cmake/Modules/CMakeGenericSystem.cmake \ + /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake \ + /usr/share/cmake/Modules/CMakeLanguageInformation.cmake \ + /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake \ + /usr/share/cmake/Modules/CMakeParseArguments.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake \ + /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake \ + /usr/share/cmake/Modules/CMakeSystem.cmake.in \ + /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake \ + /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake \ + /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake \ + /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake \ + /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake \ + /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake \ + /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake \ + /usr/share/cmake/Modules/Compiler/GNU.cmake \ + /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake \ + /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake \ + /usr/share/cmake/Modules/GNUInstallDirs.cmake \ + /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake \ + /usr/share/cmake/Modules/Internal/FeatureTesting.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake \ + /usr/share/cmake/Modules/Platform/Linux-GNU.cmake \ + /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake \ + /usr/share/cmake/Modules/Platform/Linux.cmake \ + /usr/share/cmake/Modules/Platform/UnixPaths.cmake \ + /home/nktkln/General/University/Code\ projects/Third\ term/Industrial\ programming\ technologies/9_Tables/tables.ui \ + /usr/bin/cmake diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include/.syncthing.ui_tables.h.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include/.syncthing.ui_tables.h.tmp new file mode 100755 index 0000000..fdf97e2 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include/.syncthing.ui_tables.h.tmp @@ -0,0 +1,143 @@ +/******************************************************************************** +** Form generated from reading UI file 'tables.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_TABLES_H +#define UI_TABLES_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Tables +{ +public: + QWidget *centralwidget; + QTableWidget *tableWidget; + QLabel *label; + QLineEdit *rowsCountInput; + QPushButton *setRowsButton; + QPushButton *setRandomDataButton; + QPushButton *minButton; + QPushButton *avgButton; + QPushButton *maxButton; + QRadioButton *descendingRadio; + QRadioButton *ascendingRadio; + QPushButton *sortButton; + QLabel *label_2; + QLineEdit *searchInput; + QPushButton *searchButton; + + void setupUi(QMainWindow *Tables) + { + if (Tables->objectName().isEmpty()) + Tables->setObjectName(QString::fromUtf8("Tables")); + Tables->resize(870, 600); + centralwidget = new QWidget(Tables); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + tableWidget = new QTableWidget(centralwidget); + tableWidget->setObjectName(QString::fromUtf8("tableWidget")); + tableWidget->setGeometry(QRect(20, 60, 641, 521)); + QFont font; + font.setPointSize(14); + tableWidget->setFont(font); + label = new QLabel(centralwidget); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(20, 20, 121, 30)); + label->setFont(font); + rowsCountInput = new QLineEdit(centralwidget); + rowsCountInput->setObjectName(QString::fromUtf8("rowsCountInput")); + rowsCountInput->setGeometry(QRect(150, 20, 113, 30)); + rowsCountInput->setFont(font); + rowsCountInput->setInputMethodHints(Qt::InputMethodHint::ImhPreferNumbers); + setRowsButton = new QPushButton(centralwidget); + setRowsButton->setObjectName(QString::fromUtf8("setRowsButton")); + setRowsButton->setGeometry(QRect(270, 20, 80, 30)); + setRowsButton->setFont(font); + setRandomDataButton = new QPushButton(centralwidget); + setRandomDataButton->setObjectName(QString::fromUtf8("setRandomDataButton")); + setRandomDataButton->setGeometry(QRect(370, 20, 291, 30)); + setRandomDataButton->setFont(font); + minButton = new QPushButton(centralwidget); + minButton->setObjectName(QString::fromUtf8("minButton")); + minButton->setGeometry(QRect(680, 70, 171, 30)); + minButton->setFont(font); + avgButton = new QPushButton(centralwidget); + avgButton->setObjectName(QString::fromUtf8("avgButton")); + avgButton->setGeometry(QRect(680, 110, 171, 30)); + avgButton->setFont(font); + maxButton = new QPushButton(centralwidget); + maxButton->setObjectName(QString::fromUtf8("maxButton")); + maxButton->setGeometry(QRect(680, 150, 171, 30)); + maxButton->setFont(font); + descendingRadio = new QRadioButton(centralwidget); + descendingRadio->setObjectName(QString::fromUtf8("descendingRadio")); + descendingRadio->setGeometry(QRect(680, 200, 171, 20)); + descendingRadio->setFont(font); + descendingRadio->setChecked(true); + ascendingRadio = new QRadioButton(centralwidget); + ascendingRadio->setObjectName(QString::fromUtf8("ascendingRadio")); + ascendingRadio->setGeometry(QRect(680, 230, 171, 20)); + ascendingRadio->setFont(font); + sortButton = new QPushButton(centralwidget); + sortButton->setObjectName(QString::fromUtf8("sortButton")); + sortButton->setGeometry(QRect(680, 260, 171, 30)); + sortButton->setFont(font); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(680, 300, 171, 30)); + label_2->setFont(font); + searchInput = new QLineEdit(centralwidget); + searchInput->setObjectName(QString::fromUtf8("searchInput")); + searchInput->setGeometry(QRect(680, 330, 171, 30)); + searchInput->setFont(font); + searchButton = new QPushButton(centralwidget); + searchButton->setObjectName(QString::fromUtf8("searchButton")); + searchButton->setGeometry(QRect(680, 370, 171, 30)); + searchButton->setFont(font); + Tables->setCentralWidget(centralwidget); + + retranslateUi(Tables); + + QMetaObject::connectSlotsByName(Tables); + } // setupUi + + void retranslateUi(QMainWindow *Tables) + { + Tables->setWindowTitle(QCoreApplication::translate("Tables", "Tables", nullptr)); + label->setText(QCoreApplication::translate("Tables", "\320\232\320\276\320\273-\320\262\320\276 \321\201\321\202\321\200\320\276\320\272:", nullptr)); + rowsCountInput->setText(QCoreApplication::translate("Tables", "0", nullptr)); + setRowsButton->setText(QCoreApplication::translate("Tables", "\320\227\320\260\320\264\320\260\321\202\321\214", nullptr)); + setRandomDataButton->setText(QCoreApplication::translate("Tables", "\320\240\320\260\320\275\320\264\320\276\320\274\320\275\320\276 \320\267\320\260\320\277\320\276\320\273\320\275\320\270\321\202\321\214", nullptr)); + minButton->setText(QCoreApplication::translate("Tables", "\320\234\320\270\320\275\320\270\320\274\321\203\320\274", nullptr)); + avgButton->setText(QCoreApplication::translate("Tables", "\320\241\321\200\320\265\320\264\320\275\320\265\320\265", nullptr)); + maxButton->setText(QCoreApplication::translate("Tables", "\320\234\320\260\320\272\321\201\320\270\320\274\321\203\320\274", nullptr)); + descendingRadio->setText(QCoreApplication::translate("Tables", "\320\237\320\276 \321\203\320\261\321\213\320\262\320\260\320\275\320\270\321\216", nullptr)); + ascendingRadio->setText(QCoreApplication::translate("Tables", "\320\237\320\276 \320\262\320\276\320\267\321\200\320\260\321\201\321\202\320\260\320\275\320\270\321\216", nullptr)); + sortButton->setText(QCoreApplication::translate("Tables", "\320\241\320\276\321\200\321\202\320\270\321\200\320\276\320\262\320\272\320\260", nullptr)); + label_2->setText(QCoreApplication::translate("Tables", "\320\230\321\201\320\272\320\276\320\274\320\276\320\265 \321\207\320\270\321\201\320\273\320\276:", nullptr)); + searchButton->setText(QCoreApplication::translate("Tables", "\320\237\320\276\320\270\321\201\320\272", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class Tables: public Ui_Tables {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_TABLES_H diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include/ui_tables.h b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include/ui_tables.h new file mode 100755 index 0000000..fdf97e2 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include/ui_tables.h @@ -0,0 +1,143 @@ +/******************************************************************************** +** Form generated from reading UI file 'tables.ui' +** +** Created by: Qt User Interface Compiler version 5.15.14 +** +** WARNING! All changes made in this file will be lost when recompiling UI file! +********************************************************************************/ + +#ifndef UI_TABLES_H +#define UI_TABLES_H + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +QT_BEGIN_NAMESPACE + +class Ui_Tables +{ +public: + QWidget *centralwidget; + QTableWidget *tableWidget; + QLabel *label; + QLineEdit *rowsCountInput; + QPushButton *setRowsButton; + QPushButton *setRandomDataButton; + QPushButton *minButton; + QPushButton *avgButton; + QPushButton *maxButton; + QRadioButton *descendingRadio; + QRadioButton *ascendingRadio; + QPushButton *sortButton; + QLabel *label_2; + QLineEdit *searchInput; + QPushButton *searchButton; + + void setupUi(QMainWindow *Tables) + { + if (Tables->objectName().isEmpty()) + Tables->setObjectName(QString::fromUtf8("Tables")); + Tables->resize(870, 600); + centralwidget = new QWidget(Tables); + centralwidget->setObjectName(QString::fromUtf8("centralwidget")); + tableWidget = new QTableWidget(centralwidget); + tableWidget->setObjectName(QString::fromUtf8("tableWidget")); + tableWidget->setGeometry(QRect(20, 60, 641, 521)); + QFont font; + font.setPointSize(14); + tableWidget->setFont(font); + label = new QLabel(centralwidget); + label->setObjectName(QString::fromUtf8("label")); + label->setGeometry(QRect(20, 20, 121, 30)); + label->setFont(font); + rowsCountInput = new QLineEdit(centralwidget); + rowsCountInput->setObjectName(QString::fromUtf8("rowsCountInput")); + rowsCountInput->setGeometry(QRect(150, 20, 113, 30)); + rowsCountInput->setFont(font); + rowsCountInput->setInputMethodHints(Qt::InputMethodHint::ImhPreferNumbers); + setRowsButton = new QPushButton(centralwidget); + setRowsButton->setObjectName(QString::fromUtf8("setRowsButton")); + setRowsButton->setGeometry(QRect(270, 20, 80, 30)); + setRowsButton->setFont(font); + setRandomDataButton = new QPushButton(centralwidget); + setRandomDataButton->setObjectName(QString::fromUtf8("setRandomDataButton")); + setRandomDataButton->setGeometry(QRect(370, 20, 291, 30)); + setRandomDataButton->setFont(font); + minButton = new QPushButton(centralwidget); + minButton->setObjectName(QString::fromUtf8("minButton")); + minButton->setGeometry(QRect(680, 70, 171, 30)); + minButton->setFont(font); + avgButton = new QPushButton(centralwidget); + avgButton->setObjectName(QString::fromUtf8("avgButton")); + avgButton->setGeometry(QRect(680, 110, 171, 30)); + avgButton->setFont(font); + maxButton = new QPushButton(centralwidget); + maxButton->setObjectName(QString::fromUtf8("maxButton")); + maxButton->setGeometry(QRect(680, 150, 171, 30)); + maxButton->setFont(font); + descendingRadio = new QRadioButton(centralwidget); + descendingRadio->setObjectName(QString::fromUtf8("descendingRadio")); + descendingRadio->setGeometry(QRect(680, 200, 171, 20)); + descendingRadio->setFont(font); + descendingRadio->setChecked(true); + ascendingRadio = new QRadioButton(centralwidget); + ascendingRadio->setObjectName(QString::fromUtf8("ascendingRadio")); + ascendingRadio->setGeometry(QRect(680, 230, 171, 20)); + ascendingRadio->setFont(font); + sortButton = new QPushButton(centralwidget); + sortButton->setObjectName(QString::fromUtf8("sortButton")); + sortButton->setGeometry(QRect(680, 260, 171, 30)); + sortButton->setFont(font); + label_2 = new QLabel(centralwidget); + label_2->setObjectName(QString::fromUtf8("label_2")); + label_2->setGeometry(QRect(680, 300, 171, 30)); + label_2->setFont(font); + searchInput = new QLineEdit(centralwidget); + searchInput->setObjectName(QString::fromUtf8("searchInput")); + searchInput->setGeometry(QRect(680, 330, 171, 30)); + searchInput->setFont(font); + searchButton = new QPushButton(centralwidget); + searchButton->setObjectName(QString::fromUtf8("searchButton")); + searchButton->setGeometry(QRect(680, 370, 171, 30)); + searchButton->setFont(font); + Tables->setCentralWidget(centralwidget); + + retranslateUi(Tables); + + QMetaObject::connectSlotsByName(Tables); + } // setupUi + + void retranslateUi(QMainWindow *Tables) + { + Tables->setWindowTitle(QCoreApplication::translate("Tables", "Tables", nullptr)); + label->setText(QCoreApplication::translate("Tables", "\320\232\320\276\320\273-\320\262\320\276 \321\201\321\202\321\200\320\276\320\272:", nullptr)); + rowsCountInput->setText(QCoreApplication::translate("Tables", "0", nullptr)); + setRowsButton->setText(QCoreApplication::translate("Tables", "\320\227\320\260\320\264\320\260\321\202\321\214", nullptr)); + setRandomDataButton->setText(QCoreApplication::translate("Tables", "\320\240\320\260\320\275\320\264\320\276\320\274\320\275\320\276 \320\267\320\260\320\277\320\276\320\273\320\275\320\270\321\202\321\214", nullptr)); + minButton->setText(QCoreApplication::translate("Tables", "\320\234\320\270\320\275\320\270\320\274\321\203\320\274", nullptr)); + avgButton->setText(QCoreApplication::translate("Tables", "\320\241\321\200\320\265\320\264\320\275\320\265\320\265", nullptr)); + maxButton->setText(QCoreApplication::translate("Tables", "\320\234\320\260\320\272\321\201\320\270\320\274\321\203\320\274", nullptr)); + descendingRadio->setText(QCoreApplication::translate("Tables", "\320\237\320\276 \321\203\320\261\321\213\320\262\320\260\320\275\320\270\321\216", nullptr)); + ascendingRadio->setText(QCoreApplication::translate("Tables", "\320\237\320\276 \320\262\320\276\320\267\321\200\320\260\321\201\321\202\320\260\320\275\320\270\321\216", nullptr)); + sortButton->setText(QCoreApplication::translate("Tables", "\320\241\320\276\321\200\321\202\320\270\321\200\320\276\320\262\320\272\320\260", nullptr)); + label_2->setText(QCoreApplication::translate("Tables", "\320\230\321\201\320\272\320\276\320\274\320\276\320\265 \321\207\320\270\321\201\320\273\320\276:", nullptr)); + searchButton->setText(QCoreApplication::translate("Tables", "\320\237\320\276\320\270\321\201\320\272", nullptr)); + } // retranslateUi + +}; + +namespace Ui { + class Tables: public Ui_Tables {}; +} // namespace Ui + +QT_END_NAMESPACE + +#endif // UI_TABLES_H diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h new file mode 100755 index 0000000..69ec56f --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h @@ -0,0 +1,467 @@ +#define __DBL_MIN_EXP__ (-1021) +#define __cpp_nontype_template_parameter_auto 201606L +#define __UINT_LEAST16_MAX__ 0xffff +#define __FLT16_HAS_QUIET_NAN__ 1 +#define __ATOMIC_ACQUIRE 2 +#define __FLT128_MAX_10_EXP__ 4932 +#define __FLT_MIN__ 1.17549435082228750796873653722224568e-38F +#define __GCC_IEC_559_COMPLEX 2 +#define __cpp_aggregate_nsdmi 201304L +#define __UINT_LEAST8_TYPE__ unsigned char +#define __SIZEOF_FLOAT80__ 16 +#define __BFLT16_DENORM_MIN__ 9.18354961579912115600575419704879436e-41BF16 +#define __INTMAX_C(c) c ## L +#define __CHAR_BIT__ 8 +#define __UINT8_MAX__ 0xff +#define __SCHAR_WIDTH__ 8 +#define __WINT_MAX__ 0xffffffffU +#define __FLT32_MIN_EXP__ (-125) +#define __cpp_static_assert 201411L +#define __BFLT16_MIN_10_EXP__ (-37) +#define QT_GUI_LIB 1 +#define __ORDER_LITTLE_ENDIAN__ 1234 +#define __WCHAR_MAX__ 0x7fffffff +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_2 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4 1 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_8 1 +#define __GCC_ATOMIC_CHAR_LOCK_FREE 2 +#define __GCC_IEC_559 2 +#define __FLT32X_DECIMAL_DIG__ 17 +#define __FLT_EVAL_METHOD__ 0 +#define __cpp_binary_literals 201304L +#define __FLT64_DECIMAL_DIG__ 17 +#define __cpp_noexcept_function_type 201510L +#define __GCC_ATOMIC_CHAR32_T_LOCK_FREE 2 +#define __cpp_variadic_templates 200704L +#define __UINT_FAST64_MAX__ 0xffffffffffffffffUL +#define __SIG_ATOMIC_TYPE__ int +#define __DBL_MIN_10_EXP__ (-307) +#define __FINITE_MATH_ONLY__ 0 +#define __cpp_variable_templates 201304L +#define __FLT32X_MAX_EXP__ 1024 +#define __GCC_HAVE_SYNC_COMPARE_AND_SWAP_1 1 +#define __FLT32_HAS_DENORM__ 1 +#define __UINT_FAST8_MAX__ 0xff +#define __cpp_rvalue_reference 200610L +#define __cpp_nested_namespace_definitions 201411L +#define __DEC64_MAX_EXP__ 385 +#define __INT8_C(c) c +#define __LDBL_HAS_INFINITY__ 1 +#define __INT_LEAST8_WIDTH__ 8 +#define __cpp_variadic_using 201611L +#define __UINT_LEAST64_MAX__ 0xffffffffffffffffUL +#define __INT_LEAST8_MAX__ 0x7f +#define __cpp_attributes 200809L +#define __cpp_capture_star_this 201603L +#define __SHRT_MAX__ 0x7fff +#define __LDBL_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __FLT64X_MAX_10_EXP__ 4932 +#define __cpp_if_constexpr 201606L +#define __BFLT16_MAX_10_EXP__ 38 +#define __BFLT16_MAX_EXP__ 128 +#define __LDBL_IS_IEC_60559__ 1 +#define __FLT64X_HAS_QUIET_NAN__ 1 +#define __UINT_LEAST8_MAX__ 0xff +#define __GCC_ATOMIC_BOOL_LOCK_FREE 2 +#define __FLT128_DENORM_MIN__ 6.47517511943802511092443895822764655e-4966F128 +#define __UINTMAX_TYPE__ long unsigned int +#define __cpp_nsdmi 200809L +#define __BFLT16_DECIMAL_DIG__ 4 +#define __linux 1 +#define __DEC32_EPSILON__ 1E-6DF +#define __FLT_EVAL_METHOD_TS_18661_3__ 0 +#define __UINT32_MAX__ 0xffffffffU +#define __GXX_EXPERIMENTAL_CXX0X__ 1 +#define __DBL_DENORM_MIN__ double(4.94065645841246544176568792868221372e-324L) +#define __FLT128_MIN_EXP__ (-16381) +#define __WINT_MIN__ 0U +#define __FLT128_MIN_10_EXP__ (-4931) +#define __FLT32X_IS_IEC_60559__ 1 +#define __INT_LEAST16_WIDTH__ 16 +#define __SCHAR_MAX__ 0x7f +#define __FLT128_MANT_DIG__ 113 +#define __WCHAR_MIN__ (-__WCHAR_MAX__ - 1) +#define __INT64_C(c) c ## L +#define __SSP_STRONG__ 3 +#define __GCC_ATOMIC_POINTER_LOCK_FREE 2 +#define __ATOMIC_SEQ_CST 5 +#define __unix 1 +#define __INT_LEAST64_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MANT_DIG__ 53 +#define __GCC_ATOMIC_CHAR16_T_LOCK_FREE 2 +#define __cpp_aligned_new 201606L +#define __FLT32_MAX_10_EXP__ 38 +#define __FLT64X_EPSILON__ 1.08420217248550443400745280086994171e-19F64x +#define __STDC_HOSTED__ 1 +#define __DEC64_MIN_EXP__ (-382) +#define __cpp_decltype_auto 201304L +#define __DBL_DIG__ 15 +#define __FLT_EPSILON__ 1.19209289550781250000000000000000000e-7F +#define __GXX_WEAK__ 1 +#define __SHRT_WIDTH__ 16 +#define __FLT32_IS_IEC_60559__ 1 +#define __LDBL_MIN__ 3.36210314311209350626267781732175260e-4932L +#define __DBL_IS_IEC_60559__ 1 +#define __DEC32_MAX__ 9.999999E96DF +#define __cpp_threadsafe_static_init 200806L +#define __cpp_enumerator_attributes 201411L +#define __FLT64X_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951F64x +#define __FLT32X_HAS_INFINITY__ 1 +#define __unix__ 1 +#define __INT_WIDTH__ 32 +#define __STDC_IEC_559__ 1 +#define __STDC_ISO_10646__ 201706L +#define __DECIMAL_DIG__ 21 +#define __STDC_IEC_559_COMPLEX__ 1 +#define __FLT64_EPSILON__ 2.22044604925031308084726333618164062e-16F64 +#define __gnu_linux__ 1 +#define __INT16_MAX__ 0x7fff +#define __FLT64_MIN_EXP__ (-1021) +#define __FLT64X_MIN_10_EXP__ (-4931) +#define __LDBL_HAS_QUIET_NAN__ 1 +#define __cpp_return_type_deduction 201304L +#define __FLT16_MIN_EXP__ (-13) +#define __FLT64_MANT_DIG__ 53 +#define __FLT64X_MANT_DIG__ 64 +#define __BFLT16_DIG__ 2 +#define __GNUC__ 14 +#define __GXX_RTTI 1 +#define __pie__ 2 +#define __MMX__ 1 +#define __FLT_HAS_DENORM__ 1 +#define __SIZEOF_LONG_DOUBLE__ 16 +#define __BIGGEST_ALIGNMENT__ 16 +#define __STDC_UTF_16__ 1 +#define __FLT64_MAX_10_EXP__ 308 +#define __BFLT16_IS_IEC_60559__ 0 +#define __FLT16_MAX_10_EXP__ 4 +#define __cpp_delegating_constructors 200604L +#define __DBL_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __cpp_raw_strings 200710L +#define __INT_FAST32_MAX__ 0x7fffffffffffffffL +#define __DBL_HAS_INFINITY__ 1 +#define __INT64_MAX__ 0x7fffffffffffffffL +#define __SIZEOF_FLOAT__ 4 +#define __HAVE_SPECULATION_SAFE_VALUE 1 +#define __cpp_fold_expressions 201603L +#define __DEC32_MIN_EXP__ (-94) +#define __INTPTR_WIDTH__ 64 +#define __UINT_LEAST32_MAX__ 0xffffffffU +#define __FLT32X_HAS_DENORM__ 1 +#define __INT_FAST16_TYPE__ long int +#define __MMX_WITH_SSE__ 1 +#define __LDBL_HAS_DENORM__ 1 +#define QT_WIDGETS_LIB 1 +#define __SEG_GS 1 +#define __BFLT16_EPSILON__ 7.81250000000000000000000000000000000e-3BF16 +#define __cplusplus 201703L +#define __cpp_ref_qualifiers 200710L +#define __DEC32_MIN__ 1E-95DF +#define __DEPRECATED 1 +#define __cpp_rvalue_references 200610L +#define __DBL_MAX_EXP__ 1024 +#define __WCHAR_WIDTH__ 32 +#define __FLT32_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __DEC128_EPSILON__ 1E-33DL +#define __FLT16_DECIMAL_DIG__ 5 +#define __SSE2_MATH__ 1 +#define __ATOMIC_HLE_RELEASE 131072 +#define __PTRDIFF_MAX__ 0x7fffffffffffffffL +#define __amd64 1 +#define __ATOMIC_HLE_ACQUIRE 65536 +#define __GNUG__ 14 +#define __LONG_LONG_MAX__ 0x7fffffffffffffffLL +#define __SIZEOF_SIZE_T__ 8 +#define __BFLT16_HAS_INFINITY__ 1 +#define __FLT64X_MIN_EXP__ (-16381) +#define __SIZEOF_WINT_T__ 4 +#define __FLT32X_DIG__ 15 +#define __LONG_LONG_WIDTH__ 64 +#define __cpp_initializer_lists 200806L +#define __FLT32_MAX_EXP__ 128 +#define ABI_ID "ELF" +#define __cpp_hex_float 201603L +#define __GXX_ABI_VERSION 1019 +#define __FLT_MIN_EXP__ (-125) +#define __GCC_HAVE_DWARF2_CFI_ASM 1 +#define __x86_64 1 +#define __cpp_lambdas 200907L +#define __INT_FAST64_TYPE__ long int +#define __BFLT16_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __FLT64_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F64 +#define __cpp_template_auto 201606L +#define __FLT16_DENORM_MIN__ 5.96046447753906250000000000000000000e-8F16 +#define __FLT128_EPSILON__ 1.92592994438723585305597794258492732e-34F128 +#define __FLT64X_NORM_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __SIZEOF_POINTER__ 8 +#define __SIZE_TYPE__ long unsigned int +#define __LP64__ 1 +#define __DBL_HAS_QUIET_NAN__ 1 +#define __FLT32X_EPSILON__ 2.22044604925031308084726333618164062e-16F32x +#define __LDBL_MAX_EXP__ 16384 +#define __DECIMAL_BID_FORMAT__ 1 +#define __FLT64_MIN_10_EXP__ (-307) +#define __FLT16_MIN_10_EXP__ (-4) +#define __FLT64X_DECIMAL_DIG__ 21 +#define __DEC128_MIN__ 1E-6143DL +#define __REGISTER_PREFIX__ +#define __UINT16_MAX__ 0xffff +#define __FLT128_HAS_INFINITY__ 1 +#define __FLT32_MIN__ 1.17549435082228750796873653722224568e-38F32 +#define __UINT8_TYPE__ unsigned char +#define __FLT_DIG__ 6 +#define __NO_INLINE__ 1 +#define __DEC_EVAL_METHOD__ 2 +#define __FLT_MANT_DIG__ 24 +#define __LDBL_DECIMAL_DIG__ 21 +#define __VERSION__ "14.2.1 20240805" +#define __UINT64_C(c) c ## UL +#define __cpp_unicode_characters 201411L +#define _STDC_PREDEF_H 1 +#define __INT_LEAST32_MAX__ 0x7fffffff +#define __GCC_ATOMIC_INT_LOCK_FREE 2 +#define __FLT128_MAX_EXP__ 16384 +#define __FLT32_MANT_DIG__ 24 +#define __FLOAT_WORD_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define SIZEOF_DPTR (sizeof(void*)) +#define __FLT32X_MIN_EXP__ (-1021) +#define __STDC_IEC_60559_COMPLEX__ 201404L +#define __cpp_aggregate_bases 201603L +#define __BFLT16_MIN__ 1.17549435082228750796873653722224568e-38BF16 +#define __FLT128_HAS_DENORM__ 1 +#define __FLT32_DECIMAL_DIG__ 9 +#define __FLT128_DIG__ 33 +#define __INT32_C(c) c +#define __DEC64_EPSILON__ 1E-15DD +#define __ORDER_PDP_ENDIAN__ 3412 +#define __DEC128_MIN_EXP__ (-6142) +#define __DEC128_MAX__ 9.999999999999999999999999999999999E6144DL +#define __INT_FAST32_TYPE__ long int +#define __UINT_LEAST16_TYPE__ short unsigned int +#define __DEC128_MAX_EXP__ 6145 +#define unix 1 +#define __DBL_HAS_DENORM__ 1 +#define __cpp_rtti 199711L +#define __UINT64_MAX__ 0xffffffffffffffffUL +#define __FLT_IS_IEC_60559__ 1 +#define __GNUC_WIDE_EXECUTION_CHARSET_NAME "UTF-32LE" +#define __FLT64X_DIG__ 18 +#define __INT8_TYPE__ signed char +#define __cpp_digit_separators 201309L +#define __ELF__ 1 +#define __GCC_ASM_FLAG_OUTPUTS__ 1 +#define __UINT32_TYPE__ unsigned int +#define __BFLT16_HAS_QUIET_NAN__ 1 +#define __FLT_RADIX__ 2 +#define __INT_LEAST16_TYPE__ short int +#define __LDBL_EPSILON__ 1.08420217248550443400745280086994171e-19L +#define __UINTMAX_C(c) c ## UL +#define __FLT16_DIG__ 3 +#define __k8 1 +#define __FLT32X_MIN__ 2.22507385850720138309023271733240406e-308F32x +#define __SIG_ATOMIC_MAX__ 0x7fffffff +#define __cpp_constexpr 201603L +#define __GCC_ATOMIC_WCHAR_T_LOCK_FREE 2 +#define __USER_LABEL_PREFIX__ +#define __STDC_IEC_60559_BFP__ 201404L +#define __SIZEOF_PTRDIFF_T__ 8 +#define __FLT64X_HAS_INFINITY__ 1 +#define __SIZEOF_LONG__ 8 +#define __LDBL_DIG__ 18 +#define __FLT64_IS_IEC_60559__ 1 +#define __x86_64__ 1 +#define __FLT16_IS_IEC_60559__ 1 +#define __FLT16_MAX_EXP__ 16 +#define __DEC32_SUBNORMAL_MIN__ 0.000001E-95DF +#define __INT_FAST16_MAX__ 0x7fffffffffffffffL +#define __GCC_CONSTRUCTIVE_SIZE 64 +#define __FLT64_DIG__ 15 +#define __UINT_FAST32_MAX__ 0xffffffffffffffffUL +#define __UINT_LEAST64_TYPE__ long unsigned int +#define __FLT16_EPSILON__ 9.76562500000000000000000000000000000e-4F16 +#define __FLT_HAS_QUIET_NAN__ 1 +#define __FLT_MAX_10_EXP__ 38 +#define __FLT64X_HAS_DENORM__ 1 +#define __DEC128_SUBNORMAL_MIN__ 0.000000000000000000000000000000001E-6143DL +#define __FLT_HAS_INFINITY__ 1 +#define __GNUC_EXECUTION_CHARSET_NAME "UTF-8" +#define __cpp_unicode_literals 200710L +#define __UINT_FAST16_TYPE__ long unsigned int +#define __DEC64_MAX__ 9.999999999999999E384DD +#define __INT_FAST32_WIDTH__ 64 +#define __CHAR16_TYPE__ short unsigned int +#define __PRAGMA_REDEFINE_EXTNAME 1 +#define __SIZE_WIDTH__ 64 +#define __SEG_FS 1 +#define __INT_LEAST16_MAX__ 0x7fff +#define __FLT16_NORM_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __DEC64_MANT_DIG__ 16 +#define __FLT32_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F32 +#define __SIG_ATOMIC_WIDTH__ 32 +#define __GCC_DESTRUCTIVE_SIZE 64 +#define __INT_LEAST64_TYPE__ long int +#define __INT16_TYPE__ short int +#define __INT_LEAST8_TYPE__ signed char +#define __FLT16_MAX__ 6.55040000000000000000000000000000000e+4F16 +#define __FLT128_MIN__ 3.36210314311209350626267781732175260e-4932F128 +#define __cpp_structured_bindings 201606L +#define __SIZEOF_INT__ 4 +#define __DEC32_MAX_EXP__ 97 +#define __INT_FAST8_MAX__ 0x7f +#define __FLT128_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __INTPTR_MAX__ 0x7fffffffffffffffL +#define __cpp_sized_deallocation 201309L +#define __cpp_guaranteed_copy_elision 201606L +#define linux 1 +#define __FLT64_HAS_QUIET_NAN__ 1 +#define __FLT32_MIN_10_EXP__ (-37) +#define __EXCEPTIONS 1 +#define __UINT16_C(c) c +#define __PTRDIFF_WIDTH__ 64 +#define __LDBL_MANT_DIG__ 64 +#define __cpp_range_based_for 201603L +#define __INT_FAST16_WIDTH__ 64 +#define __FLT64_HAS_INFINITY__ 1 +#define __FLT64X_MAX__ 1.18973149535723176502126385303097021e+4932F64x +#define __FLT16_HAS_INFINITY__ 1 +#define __STDCPP_DEFAULT_NEW_ALIGNMENT__ 16 +#define __SIG_ATOMIC_MIN__ (-__SIG_ATOMIC_MAX__ - 1) +#define __code_model_small__ 1 +#define __GCC_ATOMIC_LONG_LOCK_FREE 2 +#define __cpp_nontype_template_args 201411L +#define __DEC32_MANT_DIG__ 7 +#define __k8__ 1 +#define __INTPTR_TYPE__ long int +#define __UINT16_TYPE__ short unsigned int +#define __WCHAR_TYPE__ int +#define __pic__ 2 +#define __UINTPTR_MAX__ 0xffffffffffffffffUL +#define __INT_FAST64_WIDTH__ 64 +#define __cpp_decltype 200707L +#define __INT_FAST64_MAX__ 0x7fffffffffffffffL +#define __GCC_ATOMIC_TEST_AND_SET_TRUEVAL 1 +#define __FLT_NORM_MAX__ 3.40282346638528859811704183484516925e+38F +#define __FLT32_HAS_INFINITY__ 1 +#define __FLT64X_MAX_EXP__ 16384 +#define __UINT_FAST64_TYPE__ long unsigned int +#define __cpp_inline_variables 201606L +#define __BFLT16_MIN_EXP__ (-125) +#define __INT_MAX__ 0x7fffffff +#define __linux__ 1 +#define __INT64_TYPE__ long int +#define __FLT_MAX_EXP__ 128 +#define __ORDER_BIG_ENDIAN__ 4321 +#define __DBL_MANT_DIG__ 53 +#define __cpp_inheriting_constructors 201511L +#define QT_CORE_LIB 1 +#define __SIZEOF_FLOAT128__ 16 +#define __BFLT16_MANT_DIG__ 8 +#define __DEC64_MIN__ 1E-383DD +#define __WINT_TYPE__ unsigned int +#define __UINT_LEAST32_TYPE__ unsigned int +#define __SIZEOF_SHORT__ 2 +#define __FLT32_NORM_MAX__ 3.40282346638528859811704183484516925e+38F32 +#define __SSE__ 1 +#define __LDBL_MIN_EXP__ (-16381) +#define __FLT64_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __amd64__ 1 +#define __WINT_WIDTH__ 32 +#define __INT_LEAST64_WIDTH__ 64 +#define __FLT32X_MAX_10_EXP__ 308 +#define __cpp_namespace_attributes 201411L +#define __SIZEOF_INT128__ 16 +#define __FLT16_MIN__ 6.10351562500000000000000000000000000e-5F16 +#define __FLT64X_IS_IEC_60559__ 1 +#define __LDBL_MAX_10_EXP__ 4932 +#define __ATOMIC_RELAXED 0 +#define __DBL_EPSILON__ double(2.22044604925031308084726333618164062e-16L) +#define __INT_LEAST32_TYPE__ int +#define _LP64 1 +#define __UINT8_C(c) c +#define __FLT64_MAX_EXP__ 1024 +#define __SIZEOF_WCHAR_T__ 4 +#define __GNUC_PATCHLEVEL__ 1 +#define __FLT128_NORM_MAX__ 1.18973149535723176508575932662800702e+4932F128 +#define __FLT64_NORM_MAX__ 1.79769313486231570814527423731704357e+308F64 +#define __FLT128_HAS_QUIET_NAN__ 1 +#define __INTMAX_MAX__ 0x7fffffffffffffffL +#define __INT_FAST8_TYPE__ signed char +#define __FLT64X_MIN__ 3.36210314311209350626267781732175260e-4932F64x +#define __STDCPP_THREADS__ 1 +#define __BFLT16_HAS_DENORM__ 1 +#define __GNUC_STDC_INLINE__ 1 +#define __FLT64_HAS_DENORM__ 1 +#define __FLT32_EPSILON__ 1.19209289550781250000000000000000000e-7F32 +#define __FLT16_HAS_DENORM__ 1 +#define __DBL_DECIMAL_DIG__ 17 +#define __STDC_UTF_32__ 1 +#define __INT_FAST8_WIDTH__ 8 +#define __FXSR__ 1 +#define __FLT32X_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __DBL_NORM_MAX__ double(1.79769313486231570814527423731704357e+308L) +#define __BYTE_ORDER__ __ORDER_LITTLE_ENDIAN__ +#define __INTMAX_WIDTH__ 64 +#define __cpp_runtime_arrays 198712L +#define __FLT32_DIG__ 6 +#define __UINT64_TYPE__ long unsigned int +#define __UINT32_C(c) c ## U +#define __cpp_alias_templates 200704L +#define __FLT_DENORM_MIN__ 1.40129846432481707092372958328991613e-45F +#define __FLT128_IS_IEC_60559__ 1 +#define __INT8_MAX__ 0x7f +#define __LONG_WIDTH__ 64 +#define __DBL_MIN__ double(2.22507385850720138309023271733240406e-308L) +#define __PIC__ 2 +#define __INT32_MAX__ 0x7fffffff +#define __UINT_FAST32_TYPE__ long unsigned int +#define __FLT16_MANT_DIG__ 11 +#define __FLT32X_NORM_MAX__ 1.79769313486231570814527423731704357e+308F32x +#define __CHAR32_TYPE__ unsigned int +#define __FLT_MAX__ 3.40282346638528859811704183484516925e+38F +#define __SSE2__ 1 +#define __cpp_deduction_guides 201703L +#define __BFLT16_NORM_MAX__ 3.38953138925153547590470800371487867e+38BF16 +#define __INT32_TYPE__ int +#define __SIZEOF_DOUBLE__ 8 +#define __cpp_exceptions 199711L +#define __FLT_MIN_10_EXP__ (-37) +#define __FLT64_MIN__ 2.22507385850720138309023271733240406e-308F64 +#define __INT_LEAST32_WIDTH__ 32 +#define __INTMAX_TYPE__ long int +#define __GLIBCXX_BITSIZE_INT_N_0 128 +#define __FLT32X_HAS_QUIET_NAN__ 1 +#define __ATOMIC_CONSUME 1 +#define __GNUC_MINOR__ 2 +#define __GLIBCXX_TYPE_INT_N_0 __int128 +#define __UINTMAX_MAX__ 0xffffffffffffffffUL +#define __PIE__ 2 +#define __FLT32X_DENORM_MIN__ 4.94065645841246544176568792868221372e-324F32x +#define __cpp_template_template_args 201611L +#define __DBL_MAX_10_EXP__ 308 +#define __LDBL_DENORM_MIN__ 3.64519953188247460252840593361941982e-4951L +#define __INT16_C(c) c +#define __STDC__ 1 +#define __PTRDIFF_TYPE__ long int +#define __LONG_MAX__ 0x7fffffffffffffffL +#define __FLT32X_MIN_10_EXP__ (-307) +#define __UINTPTR_TYPE__ long unsigned int +#define __DEC64_SUBNORMAL_MIN__ 0.000000000000001E-383DD +#define __DEC128_MANT_DIG__ 34 +#define __LDBL_MIN_10_EXP__ (-4931) +#define __cpp_generic_lambdas 201304L +#define __SSE_MATH__ 1 +#define __SIZEOF_LONG_LONG__ 8 +#define __cpp_user_defined_literals 200809L +#define __FLT128_DECIMAL_DIG__ 36 +#define __GCC_ATOMIC_LLONG_LOCK_FREE 2 +#define __FLT32_HAS_QUIET_NAN__ 1 +#define __FLT_DECIMAL_DIG__ 9 +#define __UINT_FAST16_MAX__ 0xffffffffffffffffUL +#define __LDBL_NORM_MAX__ 1.18973149535723176502126385303097021e+4932L +#define __GCC_ATOMIC_SHORT_LOCK_FREE 2 +#define __SIZE_MAX__ 0xffffffffffffffffUL +#define __UINT_FAST8_TYPE__ unsigned char +#define _GNU_SOURCE 1 +#define __cpp_init_captures 201304L +#define __ATOMIC_ACQ_REL 4 +#define __ATOMIC_RELEASE 3 diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp new file mode 100755 index 0000000..1f19fcf --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp @@ -0,0 +1,2 @@ +// This file is autogenerated. Changes will be overwritten. +#include "EWIEGA46WW/moc_tables.cpp" diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp new file mode 100755 index 0000000..e69de29 diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeCache.txt new file mode 100755 index 0000000..05d3b26 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeCache.txt @@ -0,0 +1,469 @@ +# This is the CMakeCache file. +# For build in directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug +# It was generated by CMake: /usr/bin/cmake +# You can edit this file to change values found and used by cmake. +# If you do not want to change any of the values, simply exit the editor. +# If you do want to change a value, simply edit, save, and exit the editor. +# The syntax for the file is as follows: +# KEY:TYPE=VALUE +# KEY is the name of a variable in the cache. +# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. +# VALUE is the current value for the KEY. + +######################## +# EXTERNAL cache entries +######################## + +//Value Computed by CMake +9_Tables_BINARY_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug + +//Value Computed by CMake +9_Tables_IS_TOP_LEVEL:STATIC=ON + +//Value Computed by CMake +9_Tables_SOURCE_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables + +//Path to a program. +CMAKE_ADDR2LINE:FILEPATH=/usr/bin/addr2line + +//Path to a program. +CMAKE_AR:FILEPATH=/usr/bin/ar + +//No help, variable specified on the command line. +CMAKE_BUILD_TYPE:STRING=Debug + +//Enable colored diagnostics throughout. +CMAKE_COLOR_DIAGNOSTICS:BOOL=1 + +//CXX compiler +CMAKE_CXX_COMPILER:STRING=/usr/bin/g++ + +//A wrapper around 'ar' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar + +//A wrapper around 'ranlib' adding the appropriate '--plugin' option +// for the GCC compiler +CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib + +//Flags used by the CXX compiler during all build types. +CMAKE_CXX_FLAGS:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during DEBUG builds. +CMAKE_CXX_FLAGS_DEBUG:STRING=-g + +//No help, variable specified on the command line. +CMAKE_CXX_FLAGS_INIT:STRING=-DQT_QML_DEBUG + +//Flags used by the CXX compiler during MINSIZEREL builds. +CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG + +//Flags used by the CXX compiler during RELEASE builds. +CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG + +//Flags used by the CXX compiler during RELWITHDEBINFO builds. +CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG + +CMAKE_CXX_OUTPUT_EXTENSION:STRING=.o + +//No help, variable specified on the command line. +CMAKE_C_COMPILER:FILEPATH=/usr/bin/clang + +CMAKE_C_OUTPUT_EXTENSION:STRING= + +//Path to a program. +CMAKE_DLLTOOL:FILEPATH=CMAKE_DLLTOOL-NOTFOUND + +//Flags used by the linker during all build types. +CMAKE_EXE_LINKER_FLAGS:STRING= + +//Flags used by the linker during DEBUG builds. +CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during MINSIZEREL builds. +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during RELEASE builds. +CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during RELWITHDEBINFO builds. +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Enable/Disable output of compile commands during generation. +CMAKE_EXPORT_COMPILE_COMMANDS:BOOL= + +//Value Computed by CMake. +CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/pkgRedirects + +//No help, variable specified on the command line. +CMAKE_GENERATOR:STRING=Ninja + +//User executables (bin) +CMAKE_INSTALL_BINDIR:PATH=bin + +//Read-only architecture-independent data (DATAROOTDIR) +CMAKE_INSTALL_DATADIR:PATH= + +//Read-only architecture-independent data root (share) +CMAKE_INSTALL_DATAROOTDIR:PATH=share + +//Documentation root (DATAROOTDIR/doc/PROJECT_NAME) +CMAKE_INSTALL_DOCDIR:PATH= + +//C header files (include) +CMAKE_INSTALL_INCLUDEDIR:PATH=include + +//Info documentation (DATAROOTDIR/info) +CMAKE_INSTALL_INFODIR:PATH= + +//Object code libraries (lib) +CMAKE_INSTALL_LIBDIR:PATH=lib + +//Program executables (libexec) +CMAKE_INSTALL_LIBEXECDIR:PATH=libexec + +//Locale-dependent data (DATAROOTDIR/locale) +CMAKE_INSTALL_LOCALEDIR:PATH= + +//Modifiable single-machine data (var) +CMAKE_INSTALL_LOCALSTATEDIR:PATH=var + +//Man documentation (DATAROOTDIR/man) +CMAKE_INSTALL_MANDIR:PATH= + +//C header files for non-gcc (/usr/include) +CMAKE_INSTALL_OLDINCLUDEDIR:PATH=/usr/include + +//Install path prefix, prepended onto install directories. +CMAKE_INSTALL_PREFIX:PATH=/usr/local + +//Run-time variable data (LOCALSTATEDIR/run) +CMAKE_INSTALL_RUNSTATEDIR:PATH= + +//System admin executables (sbin) +CMAKE_INSTALL_SBINDIR:PATH=sbin + +//Modifiable architecture-independent data (com) +CMAKE_INSTALL_SHAREDSTATEDIR:PATH=com + +//Read-only single-machine data (etc) +CMAKE_INSTALL_SYSCONFDIR:PATH=etc + +//Path to a program. +CMAKE_LINKER:FILEPATH=/usr/bin/ld + +//Program used to build from build.ninja files. +CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/ninja + +//Flags used by the linker during the creation of modules during +// all build types. +CMAKE_MODULE_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of modules during +// DEBUG builds. +CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of modules during +// MINSIZEREL builds. +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of modules during +// RELEASE builds. +CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of modules during +// RELWITHDEBINFO builds. +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_NM:FILEPATH=/usr/bin/nm + +//Path to a program. +CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy + +//Path to a program. +CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump + +//No help, variable specified on the command line. +CMAKE_PREFIX_PATH:PATH=/usr + +//Value Computed by CMake +CMAKE_PROJECT_DESCRIPTION:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_HOMEPAGE_URL:STATIC= + +//No help, variable specified on the command line. +CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake + +//Value Computed by CMake +CMAKE_PROJECT_NAME:STATIC=9_Tables + +//Value Computed by CMake +CMAKE_PROJECT_VERSION:STATIC=0.1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_MINOR:STATIC=1 + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_PATCH:STATIC= + +//Value Computed by CMake +CMAKE_PROJECT_VERSION_TWEAK:STATIC= + +//Path to a program. +CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib + +//Path to a program. +CMAKE_READELF:FILEPATH=/usr/bin/readelf + +//Flags used by the linker during the creation of shared libraries +// during all build types. +CMAKE_SHARED_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of shared libraries +// during DEBUG builds. +CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of shared libraries +// during MINSIZEREL builds. +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELEASE builds. +CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of shared libraries +// during RELWITHDEBINFO builds. +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//If set, runtime paths are not added when installing shared libraries, +// but are added when building. +CMAKE_SKIP_INSTALL_RPATH:BOOL=NO + +//If set, runtime paths are not added when using shared libraries. +CMAKE_SKIP_RPATH:BOOL=NO + +//Flags used by the linker during the creation of static libraries +// during all build types. +CMAKE_STATIC_LINKER_FLAGS:STRING= + +//Flags used by the linker during the creation of static libraries +// during DEBUG builds. +CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING= + +//Flags used by the linker during the creation of static libraries +// during MINSIZEREL builds. +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELEASE builds. +CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING= + +//Flags used by the linker during the creation of static libraries +// during RELWITHDEBINFO builds. +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING= + +//Path to a program. +CMAKE_STRIP:FILEPATH=/usr/bin/strip + +//Path to a program. +CMAKE_TAPI:FILEPATH=CMAKE_TAPI-NOTFOUND + +//If this value is on, makefiles will be generated without the +// .SILENT directive, and all commands will be echoed to the console +// during the make. This is useful for debugging only. With Visual +// Studio IDE projects all commands are done without /nologo. +CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE + +//Skip Qt Creator's package manager auto-setup +QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF + +//The directory containing a CMake configuration file for QT. +QT_DIR:PATH=/usr/lib/cmake/Qt5 + +//No help, variable specified on the command line. +QT_QMAKE_EXECUTABLE:FILEPATH=/usr/bin/qmake + +//The directory containing a CMake configuration file for Qt5Core. +Qt5Core_DIR:PATH=/usr/lib/cmake/Qt5Core + +//The directory containing a CMake configuration file for Qt5Gui. +Qt5Gui_DIR:PATH=/usr/lib/cmake/Qt5Gui + +//The directory containing a CMake configuration file for Qt5Widgets. +Qt5Widgets_DIR:PATH=/usr/lib/cmake/Qt5Widgets + +//The directory containing a CMake configuration file for Qt5. +Qt5_DIR:PATH=/usr/lib/cmake/Qt5 + + +######################## +# INTERNAL cache entries +######################## + +//ADVANCED property for variable: CMAKE_ADDR2LINE +CMAKE_ADDR2LINE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_AR +CMAKE_AR-ADVANCED:INTERNAL=1 +//This is the directory where this CMakeCache.txt was created +CMAKE_CACHEFILE_DIR:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug +//Major version of cmake used to create the current loaded cache +CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 +//Minor version of cmake used to create the current loaded cache +CMAKE_CACHE_MINOR_VERSION:INTERNAL=30 +//Patch version of cmake used to create the current loaded cache +CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 +//Path to CMake executable. +CMAKE_COMMAND:INTERNAL=/usr/bin/cmake +//Path to cpack program executable. +CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack +//Path to ctest program executable. +CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest +//ADVANCED property for variable: CMAKE_CXX_COMPILER +CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR +CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB +CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS +CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG +CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL +CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE +CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO +CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_DLLTOOL +CMAKE_DLLTOOL-ADVANCED:INTERNAL=1 +//Path to cache edit program executable. +CMAKE_EDIT_COMMAND:INTERNAL=/usr/bin/ccmake +//Executable file format +CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS +CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG +CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL +CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE +CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS +CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1 +//Generator instance identifier. +CMAKE_GENERATOR_INSTANCE:INTERNAL= +//Name of generator platform. +CMAKE_GENERATOR_PLATFORM:INTERNAL= +//Name of generator toolset. +CMAKE_GENERATOR_TOOLSET:INTERNAL= +//Source directory with the top level CMakeLists.txt file for this +// project +CMAKE_HOME_DIRECTORY:INTERNAL=/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables +//ADVANCED property for variable: CMAKE_INSTALL_BINDIR +CMAKE_INSTALL_BINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATADIR +CMAKE_INSTALL_DATADIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DATAROOTDIR +CMAKE_INSTALL_DATAROOTDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_DOCDIR +CMAKE_INSTALL_DOCDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INCLUDEDIR +CMAKE_INSTALL_INCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_INFODIR +CMAKE_INSTALL_INFODIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBDIR +CMAKE_INSTALL_LIBDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LIBEXECDIR +CMAKE_INSTALL_LIBEXECDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALEDIR +CMAKE_INSTALL_LOCALEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_LOCALSTATEDIR +CMAKE_INSTALL_LOCALSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_MANDIR +CMAKE_INSTALL_MANDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_OLDINCLUDEDIR +CMAKE_INSTALL_OLDINCLUDEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_RUNSTATEDIR +CMAKE_INSTALL_RUNSTATEDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SBINDIR +CMAKE_INSTALL_SBINDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_INSTALL_SHAREDSTATEDIR +CMAKE_INSTALL_SHAREDSTATEDIR-ADVANCED:INTERNAL=1 +//Install .so files without execute permission. +CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0 +//ADVANCED property for variable: CMAKE_INSTALL_SYSCONFDIR +CMAKE_INSTALL_SYSCONFDIR-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_LINKER +CMAKE_LINKER-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MAKE_PROGRAM +CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS +CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG +CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL +CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE +CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_NM +CMAKE_NM-ADVANCED:INTERNAL=1 +//number of local generators +CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJCOPY +CMAKE_OBJCOPY-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_OBJDUMP +CMAKE_OBJDUMP-ADVANCED:INTERNAL=1 +//Platform information initialized +CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_RANLIB +CMAKE_RANLIB-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_READELF +CMAKE_READELF-ADVANCED:INTERNAL=1 +//Path to CMake installation. +CMAKE_ROOT:INTERNAL=/usr/share/cmake +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS +CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG +CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL +CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE +CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH +CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_SKIP_RPATH +CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS +CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG +CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL +CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE +CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO +CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_STRIP +CMAKE_STRIP-ADVANCED:INTERNAL=1 +//ADVANCED property for variable: CMAKE_TAPI +CMAKE_TAPI-ADVANCED:INTERNAL=1 +//uname command +CMAKE_UNAME:INTERNAL=/usr/bin/uname +//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE +CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1 +//linker supports push/pop state +_CMAKE_LINKER_PUSHPOP_STATE_SUPPORTED:INTERNAL=TRUE +//CMAKE_INSTALL_PREFIX during last run +_GNUInstallDirs_LAST_CMAKE_INSTALL_PREFIX:INTERNAL=/usr/local + diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp new file mode 100755 index 0000000..c7b433e --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/.syncthing.clean_additional.cmake.tmp @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "9_Tables_autogen" + "CMakeFiles/9_Tables_autogen.dir/AutogenUsed.txt" + "CMakeFiles/9_Tables_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/.syncthing.cmake.check_cache.tmp @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp new file mode 100755 index 0000000..c178336 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/.syncthing.rules.ninja.tmp @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 9_Tables +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__9_Tables_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__9_Tables_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeCXXCompiler.cmake.tmp @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/.syncthing.CMakeSystem.cmake.tmp @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake new file mode 100755 index 0000000..8b3004f --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake @@ -0,0 +1,105 @@ +set(CMAKE_CXX_COMPILER "/usr/bin/g++") +set(CMAKE_CXX_COMPILER_ARG1 "") +set(CMAKE_CXX_COMPILER_ID "GNU") +set(CMAKE_CXX_COMPILER_VERSION "14.2.1") +set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "") +set(CMAKE_CXX_COMPILER_WRAPPER "") +set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "17") +set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT "ON") +set(CMAKE_CXX_STANDARD_LATEST "26") +set(CMAKE_CXX_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20;cxx_std_23;cxx_std_26") +set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters") +set(CMAKE_CXX11_COMPILE_FEATURES "cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates") +set(CMAKE_CXX14_COMPILE_FEATURES "cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates") +set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17") +set(CMAKE_CXX20_COMPILE_FEATURES "cxx_std_20") +set(CMAKE_CXX23_COMPILE_FEATURES "cxx_std_23") +set(CMAKE_CXX26_COMPILE_FEATURES "cxx_std_26") + +set(CMAKE_CXX_PLATFORM_ID "Linux") +set(CMAKE_CXX_SIMULATE_ID "") +set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT "GNU") +set(CMAKE_CXX_SIMULATE_VERSION "") + + + + +set(CMAKE_AR "/usr/bin/ar") +set(CMAKE_CXX_COMPILER_AR "/usr/bin/gcc-ar") +set(CMAKE_RANLIB "/usr/bin/ranlib") +set(CMAKE_CXX_COMPILER_RANLIB "/usr/bin/gcc-ranlib") +set(CMAKE_LINKER "/usr/bin/ld") +set(CMAKE_LINKER_LINK "") +set(CMAKE_LINKER_LLD "") +set(CMAKE_CXX_COMPILER_LINKER "/usr/bin/ld") +set(CMAKE_CXX_COMPILER_LINKER_ID "GNU") +set(CMAKE_CXX_COMPILER_LINKER_VERSION 2.43.0) +set(CMAKE_CXX_COMPILER_LINKER_FRONTEND_VARIANT GNU) +set(CMAKE_MT "") +set(CMAKE_TAPI "CMAKE_TAPI-NOTFOUND") +set(CMAKE_COMPILER_IS_GNUCXX 1) +set(CMAKE_CXX_COMPILER_LOADED 1) +set(CMAKE_CXX_COMPILER_WORKS TRUE) +set(CMAKE_CXX_ABI_COMPILED TRUE) + +set(CMAKE_CXX_COMPILER_ENV_VAR "CXX") + +set(CMAKE_CXX_COMPILER_ID_RUN 1) +set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm;ccm;cxxm;c++m) +set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC) + +foreach (lang IN ITEMS C OBJC OBJCXX) + if (CMAKE_${lang}_COMPILER_ID_RUN) + foreach(extension IN LISTS CMAKE_${lang}_SOURCE_FILE_EXTENSIONS) + list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS ${extension}) + endforeach() + endif() +endforeach() + +set(CMAKE_CXX_LINKER_PREFERENCE 30) +set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1) +set(CMAKE_CXX_LINKER_DEPFILE_SUPPORTED FALSE) + +# Save compiler ABI information. +set(CMAKE_CXX_SIZEOF_DATA_PTR "8") +set(CMAKE_CXX_COMPILER_ABI "ELF") +set(CMAKE_CXX_BYTE_ORDER "LITTLE_ENDIAN") +set(CMAKE_CXX_LIBRARY_ARCHITECTURE "") + +if(CMAKE_CXX_SIZEOF_DATA_PTR) + set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}") +endif() + +if(CMAKE_CXX_COMPILER_ABI) + set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}") +endif() + +if(CMAKE_CXX_LIBRARY_ARCHITECTURE) + set(CMAKE_LIBRARY_ARCHITECTURE "") +endif() + +set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "") +if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX) + set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}") +endif() + + + + + +set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES "/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include") +set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc") +set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib") +set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "") +set(CMAKE_CXX_COMPILER_CLANG_RESOURCE_DIR "") + +set(CMAKE_CXX_COMPILER_IMPORT_STD "") +### Imported target for C++23 standard library +set(CMAKE_CXX23_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + +### Imported target for C++26 standard library +set(CMAKE_CXX26_COMPILER_IMPORT_STD_NOT_FOUND_MESSAGE "Toolchain does not support discovering `import std` support") + + + diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin new file mode 100755 index 0000000..d17868f Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeDetermineCompilerABI_CXX.bin differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake new file mode 100755 index 0000000..bb9c350 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake @@ -0,0 +1,15 @@ +set(CMAKE_HOST_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_NAME "Linux") +set(CMAKE_HOST_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64") + + + +set(CMAKE_SYSTEM "Linux-6.10.7-arch1-1") +set(CMAKE_SYSTEM_NAME "Linux") +set(CMAKE_SYSTEM_VERSION "6.10.7-arch1-1") +set(CMAKE_SYSTEM_PROCESSOR "x86_64") + +set(CMAKE_CROSSCOMPILING "FALSE") + +set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.CMakeCXXCompilerId.cpp.tmp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/.syncthing.a.out.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp new file mode 100755 index 0000000..da6c824 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/CMakeCXXCompilerId.cpp @@ -0,0 +1,919 @@ +/* This source file must have a .cpp extension so that all C++ compilers + recognize the extension without flags. Borland does not know .cxx for + example. */ +#ifndef __cplusplus +# error "A C compiler has been selected for C++." +#endif + +#if !defined(__has_include) +/* If the compiler does not have __has_include, pretend the answer is + always no. */ +# define __has_include(x) 0 +#endif + + +/* Version number components: V=Version, R=Revision, P=Patch + Version date components: YYYY=Year, MM=Month, DD=Day */ + +#if defined(__INTEL_COMPILER) || defined(__ICC) +# define COMPILER_ID "Intel" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# if defined(__GNUC__) +# define SIMULATE_ID "GNU" +# endif + /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, + except that a few beta releases use the old format with V=2021. */ +# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) +# if defined(__INTEL_COMPILER_UPDATE) +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) +# else +# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) +# endif +# else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) +# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) + /* The third version component from --version is an update index, + but no macro is provided for it. */ +# define COMPILER_VERSION_PATCH DEC(0) +# endif +# if defined(__INTEL_COMPILER_BUILD_DATE) + /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ +# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) +# endif +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) +# define COMPILER_ID "IntelLLVM" +#if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +#endif +#if defined(__GNUC__) +# define SIMULATE_ID "GNU" +#endif +/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and + * later. Look for 6 digit vs. 8 digit version number to decide encoding. + * VVVV is no smaller than the current year when a version is released. + */ +#if __INTEL_LLVM_COMPILER < 1000000L +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) +#else +# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) +# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) +#endif +#if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +#endif +#if defined(__GNUC__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +#elif defined(__GNUG__) +# define SIMULATE_VERSION_MAJOR DEC(__GNUG__) +#endif +#if defined(__GNUC_MINOR__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +#endif +#if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +#endif + +#elif defined(__PATHCC__) +# define COMPILER_ID "PathScale" +# define COMPILER_VERSION_MAJOR DEC(__PATHCC__) +# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) +# if defined(__PATHCC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) +# endif + +#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) +# define COMPILER_ID "Embarcadero" +# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) +# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) +# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) + +#elif defined(__BORLANDC__) +# define COMPILER_ID "Borland" + /* __BORLANDC__ = 0xVRR */ +# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) +# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) + +#elif defined(__WATCOMC__) && __WATCOMC__ < 1200 +# define COMPILER_ID "Watcom" + /* __WATCOMC__ = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__WATCOMC__) +# define COMPILER_ID "OpenWatcom" + /* __WATCOMC__ = VVRP + 1100 */ +# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) +# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) +# if (__WATCOMC__ % 10) > 0 +# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) +# endif + +#elif defined(__SUNPRO_CC) +# define COMPILER_ID "SunPro" +# if __SUNPRO_CC >= 0x5100 + /* __SUNPRO_CC = 0xVRRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# else + /* __SUNPRO_CC = 0xVRP */ +# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) +# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) +# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) +# endif + +#elif defined(__HP_aCC) +# define COMPILER_ID "HP" + /* __HP_aCC = VVRRPP */ +# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) +# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) +# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) + +#elif defined(__DECCXX) +# define COMPILER_ID "Compaq" + /* __DECCXX_VER = VVRRTPPPP */ +# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) +# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) +# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) + +#elif defined(__IBMCPP__) && defined(__COMPILER_VER__) +# define COMPILER_ID "zOS" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__open_xl__) && defined(__clang__) +# define COMPILER_ID "IBMClang" +# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) +# define COMPILER_VERSION_MINOR DEC(__open_xl_release__) +# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) + + +#elif defined(__ibmxl__) && defined(__clang__) +# define COMPILER_ID "XLClang" +# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) +# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) +# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) +# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) + + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 +# define COMPILER_ID "XL" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 +# define COMPILER_ID "VisualAge" + /* __IBMCPP__ = VRP */ +# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) +# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) +# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) + +#elif defined(__NVCOMPILER) +# define COMPILER_ID "NVHPC" +# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) +# if defined(__NVCOMPILER_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) +# endif + +#elif defined(__PGI) +# define COMPILER_ID "PGI" +# define COMPILER_VERSION_MAJOR DEC(__PGIC__) +# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) +# if defined(__PGIC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) +# endif + +#elif defined(__clang__) && defined(__cray__) +# define COMPILER_ID "CrayClang" +# define COMPILER_VERSION_MAJOR DEC(__cray_major__) +# define COMPILER_VERSION_MINOR DEC(__cray_minor__) +# define COMPILER_VERSION_PATCH DEC(__cray_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(_CRAYC) +# define COMPILER_ID "Cray" +# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) +# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) + +#elif defined(__TI_COMPILER_VERSION__) +# define COMPILER_ID "TI" + /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ +# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) +# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) +# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) + +#elif defined(__CLANG_FUJITSU) +# define COMPILER_ID "FujitsuClang" +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# define COMPILER_VERSION_INTERNAL_STR __clang_version__ + + +#elif defined(__FUJITSU) +# define COMPILER_ID "Fujitsu" +# if defined(__FCC_version__) +# define COMPILER_VERSION __FCC_version__ +# elif defined(__FCC_major__) +# define COMPILER_VERSION_MAJOR DEC(__FCC_major__) +# define COMPILER_VERSION_MINOR DEC(__FCC_minor__) +# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) +# endif +# if defined(__fcc_version) +# define COMPILER_VERSION_INTERNAL DEC(__fcc_version) +# elif defined(__FCC_VERSION) +# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) +# endif + + +#elif defined(__ghs__) +# define COMPILER_ID "GHS" +/* __GHS_VERSION_NUMBER = VVVVRP */ +# ifdef __GHS_VERSION_NUMBER +# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) +# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) +# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) +# endif + +#elif defined(__TASKING__) +# define COMPILER_ID "Tasking" + # define COMPILER_VERSION_MAJOR DEC(__VERSION__/1000) + # define COMPILER_VERSION_MINOR DEC(__VERSION__ % 100) +# define COMPILER_VERSION_INTERNAL DEC(__VERSION__) + +#elif defined(__ORANGEC__) +# define COMPILER_ID "OrangeC" +# define COMPILER_VERSION_MAJOR DEC(__ORANGEC_MAJOR__) +# define COMPILER_VERSION_MINOR DEC(__ORANGEC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__ORANGEC_PATCHLEVEL__) + +#elif defined(__SCO_VERSION__) +# define COMPILER_ID "SCO" + +#elif defined(__ARMCC_VERSION) && !defined(__clang__) +# define COMPILER_ID "ARMCC" +#if __ARMCC_VERSION >= 1000000 + /* __ARMCC_VERSION = VRRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#else + /* __ARMCC_VERSION = VRPPPP */ + # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) + # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) + # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) +#endif + + +#elif defined(__clang__) && defined(__apple_build_version__) +# define COMPILER_ID "AppleClang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif +# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) + +#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) +# define COMPILER_ID "ARMClang" + # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) + # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) + # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION/100 % 100) +# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) + +#elif defined(__clang__) && defined(__ti__) +# define COMPILER_ID "TIClang" + # define COMPILER_VERSION_MAJOR DEC(__ti_major__) + # define COMPILER_VERSION_MINOR DEC(__ti_minor__) + # define COMPILER_VERSION_PATCH DEC(__ti_patchlevel__) +# define COMPILER_VERSION_INTERNAL DEC(__ti_version__) + +#elif defined(__clang__) +# define COMPILER_ID "Clang" +# if defined(_MSC_VER) +# define SIMULATE_ID "MSVC" +# endif +# define COMPILER_VERSION_MAJOR DEC(__clang_major__) +# define COMPILER_VERSION_MINOR DEC(__clang_minor__) +# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) +# if defined(_MSC_VER) + /* _MSC_VER = VVRR */ +# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) +# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) +# endif + +#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) +# define COMPILER_ID "LCC" +# define COMPILER_VERSION_MAJOR DEC(__LCC__ / 100) +# define COMPILER_VERSION_MINOR DEC(__LCC__ % 100) +# if defined(__LCC_MINOR__) +# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) +# endif +# if defined(__GNUC__) && defined(__GNUC_MINOR__) +# define SIMULATE_ID "GNU" +# define SIMULATE_VERSION_MAJOR DEC(__GNUC__) +# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) +# if defined(__GNUC_PATCHLEVEL__) +# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif +# endif + +#elif defined(__GNUC__) || defined(__GNUG__) +# define COMPILER_ID "GNU" +# if defined(__GNUC__) +# define COMPILER_VERSION_MAJOR DEC(__GNUC__) +# else +# define COMPILER_VERSION_MAJOR DEC(__GNUG__) +# endif +# if defined(__GNUC_MINOR__) +# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) +# endif +# if defined(__GNUC_PATCHLEVEL__) +# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) +# endif + +#elif defined(_MSC_VER) +# define COMPILER_ID "MSVC" + /* _MSC_VER = VVRR */ +# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) +# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) +# if defined(_MSC_FULL_VER) +# if _MSC_VER >= 1400 + /* _MSC_FULL_VER = VVRRPPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) +# else + /* _MSC_FULL_VER = VVRRPPPP */ +# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) +# endif +# endif +# if defined(_MSC_BUILD) +# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) +# endif + +#elif defined(_ADI_COMPILER) +# define COMPILER_ID "ADSP" +#if defined(__VERSIONNUM__) + /* __VERSIONNUM__ = 0xVVRRPPTT */ +# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) +# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) +# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) +# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) +#endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# define COMPILER_ID "IAR" +# if defined(__VER__) && defined(__ICCARM__) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) +# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) +# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) +# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) +# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) +# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) +# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) +# endif + + +/* These compilers are either not known or too old to define an + identification macro. Try to identify the platform and guess that + it is the native compiler. */ +#elif defined(__hpux) || defined(__hpua) +# define COMPILER_ID "HP" + +#else /* unknown compiler */ +# define COMPILER_ID "" +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; +#ifdef SIMULATE_ID +char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; +#endif + +#ifdef __QNXNTO__ +char const* qnxnto = "INFO" ":" "qnxnto[]"; +#endif + +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) +char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; +#endif + +#define STRINGIFY_HELPER(X) #X +#define STRINGIFY(X) STRINGIFY_HELPER(X) + +/* Identify known platforms by name. */ +#if defined(__linux) || defined(__linux__) || defined(linux) +# define PLATFORM_ID "Linux" + +#elif defined(__MSYS__) +# define PLATFORM_ID "MSYS" + +#elif defined(__CYGWIN__) +# define PLATFORM_ID "Cygwin" + +#elif defined(__MINGW32__) +# define PLATFORM_ID "MinGW" + +#elif defined(__APPLE__) +# define PLATFORM_ID "Darwin" + +#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) +# define PLATFORM_ID "Windows" + +#elif defined(__FreeBSD__) || defined(__FreeBSD) +# define PLATFORM_ID "FreeBSD" + +#elif defined(__NetBSD__) || defined(__NetBSD) +# define PLATFORM_ID "NetBSD" + +#elif defined(__OpenBSD__) || defined(__OPENBSD) +# define PLATFORM_ID "OpenBSD" + +#elif defined(__sun) || defined(sun) +# define PLATFORM_ID "SunOS" + +#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) +# define PLATFORM_ID "AIX" + +#elif defined(__hpux) || defined(__hpux__) +# define PLATFORM_ID "HP-UX" + +#elif defined(__HAIKU__) +# define PLATFORM_ID "Haiku" + +#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) +# define PLATFORM_ID "BeOS" + +#elif defined(__QNX__) || defined(__QNXNTO__) +# define PLATFORM_ID "QNX" + +#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) +# define PLATFORM_ID "Tru64" + +#elif defined(__riscos) || defined(__riscos__) +# define PLATFORM_ID "RISCos" + +#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) +# define PLATFORM_ID "SINIX" + +#elif defined(__UNIX_SV__) +# define PLATFORM_ID "UNIX_SV" + +#elif defined(__bsdos__) +# define PLATFORM_ID "BSDOS" + +#elif defined(_MPRAS) || defined(MPRAS) +# define PLATFORM_ID "MP-RAS" + +#elif defined(__osf) || defined(__osf__) +# define PLATFORM_ID "OSF1" + +#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) +# define PLATFORM_ID "SCO_SV" + +#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) +# define PLATFORM_ID "ULTRIX" + +#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) +# define PLATFORM_ID "Xenix" + +#elif defined(__WATCOMC__) +# if defined(__LINUX__) +# define PLATFORM_ID "Linux" + +# elif defined(__DOS__) +# define PLATFORM_ID "DOS" + +# elif defined(__OS2__) +# define PLATFORM_ID "OS2" + +# elif defined(__WINDOWS__) +# define PLATFORM_ID "Windows3x" + +# elif defined(__VXWORKS__) +# define PLATFORM_ID "VxWorks" + +# else /* unknown platform */ +# define PLATFORM_ID +# endif + +#elif defined(__INTEGRITY) +# if defined(INT_178B) +# define PLATFORM_ID "Integrity178" + +# else /* regular Integrity */ +# define PLATFORM_ID "Integrity" +# endif + +# elif defined(_ADI_COMPILER) +# define PLATFORM_ID "ADSP" + +#else /* unknown platform */ +# define PLATFORM_ID + +#endif + +/* For windows compilers MSVC and Intel we can determine + the architecture of the compiler being used. This is because + the compilers do not have flags that can change the architecture, + but rather depend on which compiler is being used +*/ +#if defined(_WIN32) && defined(_MSC_VER) +# if defined(_M_IA64) +# define ARCHITECTURE_ID "IA64" + +# elif defined(_M_ARM64EC) +# define ARCHITECTURE_ID "ARM64EC" + +# elif defined(_M_X64) || defined(_M_AMD64) +# define ARCHITECTURE_ID "x64" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# elif defined(_M_ARM64) +# define ARCHITECTURE_ID "ARM64" + +# elif defined(_M_ARM) +# if _M_ARM == 4 +# define ARCHITECTURE_ID "ARMV4I" +# elif _M_ARM == 5 +# define ARCHITECTURE_ID "ARMV5I" +# else +# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) +# endif + +# elif defined(_M_MIPS) +# define ARCHITECTURE_ID "MIPS" + +# elif defined(_M_SH) +# define ARCHITECTURE_ID "SHx" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__WATCOMC__) +# if defined(_M_I86) +# define ARCHITECTURE_ID "I86" + +# elif defined(_M_IX86) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) +# if defined(__ICCARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__ICCRX__) +# define ARCHITECTURE_ID "RX" + +# elif defined(__ICCRH850__) +# define ARCHITECTURE_ID "RH850" + +# elif defined(__ICCRL78__) +# define ARCHITECTURE_ID "RL78" + +# elif defined(__ICCRISCV__) +# define ARCHITECTURE_ID "RISCV" + +# elif defined(__ICCAVR__) +# define ARCHITECTURE_ID "AVR" + +# elif defined(__ICC430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__ICCV850__) +# define ARCHITECTURE_ID "V850" + +# elif defined(__ICC8051__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__ICCSTM8__) +# define ARCHITECTURE_ID "STM8" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__ghs__) +# if defined(__PPC64__) +# define ARCHITECTURE_ID "PPC64" + +# elif defined(__ppc__) +# define ARCHITECTURE_ID "PPC" + +# elif defined(__ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__x86_64__) +# define ARCHITECTURE_ID "x64" + +# elif defined(__i386__) +# define ARCHITECTURE_ID "X86" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__clang__) && defined(__ti__) +# if defined(__ARM_ARCH) +# define ARCHITECTURE_ID "Arm" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +#elif defined(__TI_COMPILER_VERSION__) +# if defined(__TI_ARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__MSP430__) +# define ARCHITECTURE_ID "MSP430" + +# elif defined(__TMS320C28XX__) +# define ARCHITECTURE_ID "TMS320C28x" + +# elif defined(__TMS320C6X__) || defined(_TMS320C6X) +# define ARCHITECTURE_ID "TMS320C6x" + +# else /* unknown architecture */ +# define ARCHITECTURE_ID "" +# endif + +# elif defined(__ADSPSHARC__) +# define ARCHITECTURE_ID "SHARC" + +# elif defined(__ADSPBLACKFIN__) +# define ARCHITECTURE_ID "Blackfin" + +#elif defined(__TASKING__) + +# if defined(__CTC__) || defined(__CPTC__) +# define ARCHITECTURE_ID "TriCore" + +# elif defined(__CMCS__) +# define ARCHITECTURE_ID "MCS" + +# elif defined(__CARM__) +# define ARCHITECTURE_ID "ARM" + +# elif defined(__CARC__) +# define ARCHITECTURE_ID "ARC" + +# elif defined(__C51__) +# define ARCHITECTURE_ID "8051" + +# elif defined(__CPCP__) +# define ARCHITECTURE_ID "PCP" + +# else +# define ARCHITECTURE_ID "" +# endif + +#else +# define ARCHITECTURE_ID +#endif + +/* Convert integer to decimal digit literals. */ +#define DEC(n) \ + ('0' + (((n) / 10000000)%10)), \ + ('0' + (((n) / 1000000)%10)), \ + ('0' + (((n) / 100000)%10)), \ + ('0' + (((n) / 10000)%10)), \ + ('0' + (((n) / 1000)%10)), \ + ('0' + (((n) / 100)%10)), \ + ('0' + (((n) / 10)%10)), \ + ('0' + ((n) % 10)) + +/* Convert integer to hex digit literals. */ +#define HEX(n) \ + ('0' + ((n)>>28 & 0xF)), \ + ('0' + ((n)>>24 & 0xF)), \ + ('0' + ((n)>>20 & 0xF)), \ + ('0' + ((n)>>16 & 0xF)), \ + ('0' + ((n)>>12 & 0xF)), \ + ('0' + ((n)>>8 & 0xF)), \ + ('0' + ((n)>>4 & 0xF)), \ + ('0' + ((n) & 0xF)) + +/* Construct a string literal encoding the version number. */ +#ifdef COMPILER_VERSION +char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; + +/* Construct a string literal encoding the version number components. */ +#elif defined(COMPILER_VERSION_MAJOR) +char const info_version[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', + COMPILER_VERSION_MAJOR, +# ifdef COMPILER_VERSION_MINOR + '.', COMPILER_VERSION_MINOR, +# ifdef COMPILER_VERSION_PATCH + '.', COMPILER_VERSION_PATCH, +# ifdef COMPILER_VERSION_TWEAK + '.', COMPILER_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct a string literal encoding the internal version number. */ +#ifdef COMPILER_VERSION_INTERNAL +char const info_version_internal[] = { + 'I', 'N', 'F', 'O', ':', + 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', + 'i','n','t','e','r','n','a','l','[', + COMPILER_VERSION_INTERNAL,']','\0'}; +#elif defined(COMPILER_VERSION_INTERNAL_STR) +char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; +#endif + +/* Construct a string literal encoding the version number components. */ +#ifdef SIMULATE_VERSION_MAJOR +char const info_simulate_version[] = { + 'I', 'N', 'F', 'O', ':', + 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', + SIMULATE_VERSION_MAJOR, +# ifdef SIMULATE_VERSION_MINOR + '.', SIMULATE_VERSION_MINOR, +# ifdef SIMULATE_VERSION_PATCH + '.', SIMULATE_VERSION_PATCH, +# ifdef SIMULATE_VERSION_TWEAK + '.', SIMULATE_VERSION_TWEAK, +# endif +# endif +# endif + ']','\0'}; +#endif + +/* Construct the string literal in pieces to prevent the source from + getting matched. Store it in a pointer rather than an array + because some compilers will just produce instructions to fill the + array rather than assigning a pointer to a static array. */ +char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; +char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; + + + +#define CXX_STD_98 199711L +#define CXX_STD_11 201103L +#define CXX_STD_14 201402L +#define CXX_STD_17 201703L +#define CXX_STD_20 202002L +#define CXX_STD_23 202302L + +#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) +# if _MSVC_LANG > CXX_STD_17 +# define CXX_STD _MSVC_LANG +# elif _MSVC_LANG == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 && __cplusplus > CXX_STD_17 +# define CXX_STD CXX_STD_20 +# elif _MSVC_LANG > CXX_STD_14 +# define CXX_STD CXX_STD_17 +# elif defined(__INTEL_CXX11_MODE__) && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# elif defined(__INTEL_CXX11_MODE__) +# define CXX_STD CXX_STD_11 +# else +# define CXX_STD CXX_STD_98 +# endif +#elif defined(_MSC_VER) && defined(_MSVC_LANG) +# if _MSVC_LANG > __cplusplus +# define CXX_STD _MSVC_LANG +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__NVCOMPILER) +# if __cplusplus == CXX_STD_17 && defined(__cpp_aggregate_paren_init) +# define CXX_STD CXX_STD_20 +# else +# define CXX_STD __cplusplus +# endif +#elif defined(__INTEL_COMPILER) || defined(__PGI) +# if __cplusplus == CXX_STD_11 && defined(__cpp_namespace_attributes) +# define CXX_STD CXX_STD_17 +# elif __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif (defined(__IBMCPP__) || defined(__ibmxl__)) && defined(__linux__) +# if __cplusplus == CXX_STD_11 && defined(__cpp_aggregate_nsdmi) +# define CXX_STD CXX_STD_14 +# else +# define CXX_STD __cplusplus +# endif +#elif __cplusplus == 1 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CXX_STD CXX_STD_11 +#else +# define CXX_STD __cplusplus +#endif + +const char* info_language_standard_default = "INFO" ":" "standard_default[" +#if CXX_STD > CXX_STD_23 + "26" +#elif CXX_STD > CXX_STD_20 + "23" +#elif CXX_STD > CXX_STD_17 + "20" +#elif CXX_STD > CXX_STD_14 + "17" +#elif CXX_STD > CXX_STD_11 + "14" +#elif CXX_STD >= CXX_STD_11 + "11" +#else + "98" +#endif +"]"; + +const char* info_language_extensions_default = "INFO" ":" "extensions_default[" +#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ + defined(__TI_COMPILER_VERSION__)) && \ + !defined(__STRICT_ANSI__) + "ON" +#else + "OFF" +#endif +"]"; + +/*--------------------------------------------------------------------------*/ + +int main(int argc, char* argv[]) +{ + int require = 0; + require += info_compiler[argc]; + require += info_platform[argc]; + require += info_arch[argc]; +#ifdef COMPILER_VERSION_MAJOR + require += info_version[argc]; +#endif +#ifdef COMPILER_VERSION_INTERNAL + require += info_version_internal[argc]; +#endif +#ifdef SIMULATE_ID + require += info_simulate[argc]; +#endif +#ifdef SIMULATE_VERSION_MAJOR + require += info_simulate_version[argc]; +#endif +#if defined(__CRAYXT_COMPUTE_LINUX_TARGET) + require += info_cray[argc]; +#endif + require += info_language_standard_default[argc]; + require += info_language_extensions_default[argc]; + (void)argv; + return require; +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out new file mode 100755 index 0000000..8e01c3e Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/.syncthing.tables.cpp.o.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/.syncthing.tables.cpp.o.tmp new file mode 100755 index 0000000..ebfc5ba Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/.syncthing.tables.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/9_Tables_autogen/.syncthing.mocs_compilation.cpp.o.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/9_Tables_autogen/.syncthing.mocs_compilation.cpp.o.tmp new file mode 100755 index 0000000..13a37fc Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/9_Tables_autogen/.syncthing.mocs_compilation.cpp.o.tmp differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o new file mode 100755 index 0000000..13a37fc Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/main.cpp.o b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/main.cpp.o new file mode 100755 index 0000000..f8bb814 Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/main.cpp.o differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/tables.cpp.o b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/tables.cpp.o new file mode 100755 index 0000000..ebfc5ba Binary files /dev/null and b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir/tables.cpp.o differ diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/.syncthing.AutogenInfo.json.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/.syncthing.AutogenInfo.json.tmp new file mode 100755 index 0000000..e7c3896 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/.syncthing.AutogenInfo.json.tmp @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/deps", + "DEP_FILE_RULE_NAME" : "9_Tables_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h", + "MU", + "EWIEGA46WW/moc_tables.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/.syncthing.AutogenUsed.txt.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/.syncthing.AutogenUsed.txt.tmp new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/.syncthing.AutogenUsed.txt.tmp @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/.syncthing.ParseCache.txt.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/.syncthing.ParseCache.txt.tmp new file mode 100755 index 0000000..bcb4140 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/.syncthing.ParseCache.txt.tmp @@ -0,0 +1,343 @@ +# Generated by CMake. Changes will be overwritten. +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h + mmc:Q_OBJECT + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h + mdp:/usr/include/asm-generic/errno-base.h + mdp:/usr/include/asm-generic/errno.h + mdp:/usr/include/asm/errno.h + mdp:/usr/include/asm/unistd.h + mdp:/usr/include/asm/unistd_64.h + mdp:/usr/include/assert.h + mdp:/usr/include/bits/atomic_wide_counter.h + mdp:/usr/include/bits/confname.h + mdp:/usr/include/bits/cpu-set.h + mdp:/usr/include/bits/endian.h + mdp:/usr/include/bits/endianness.h + mdp:/usr/include/bits/environments.h + mdp:/usr/include/bits/errno.h + mdp:/usr/include/bits/floatn-common.h + mdp:/usr/include/bits/floatn.h + mdp:/usr/include/bits/getopt_core.h + mdp:/usr/include/bits/getopt_posix.h + mdp:/usr/include/bits/libc-header-start.h + mdp:/usr/include/bits/locale.h + mdp:/usr/include/bits/long-double.h + mdp:/usr/include/bits/posix_opt.h + mdp:/usr/include/bits/pthread_stack_min-dynamic.h + mdp:/usr/include/bits/pthreadtypes-arch.h + mdp:/usr/include/bits/pthreadtypes.h + mdp:/usr/include/bits/sched.h + mdp:/usr/include/bits/setjmp.h + mdp:/usr/include/bits/struct_mutex.h + mdp:/usr/include/bits/struct_rwlock.h + mdp:/usr/include/bits/syscall.h + mdp:/usr/include/bits/thread-shared-types.h + mdp:/usr/include/bits/time.h + mdp:/usr/include/bits/time64.h + mdp:/usr/include/bits/timesize.h + mdp:/usr/include/bits/timex.h + mdp:/usr/include/bits/types.h + mdp:/usr/include/bits/types/FILE.h + mdp:/usr/include/bits/types/__FILE.h + mdp:/usr/include/bits/types/__locale_t.h + mdp:/usr/include/bits/types/__mbstate_t.h + mdp:/usr/include/bits/types/__sigset_t.h + mdp:/usr/include/bits/types/clock_t.h + mdp:/usr/include/bits/types/clockid_t.h + mdp:/usr/include/bits/types/error_t.h + mdp:/usr/include/bits/types/locale_t.h + mdp:/usr/include/bits/types/mbstate_t.h + mdp:/usr/include/bits/types/struct___jmp_buf_tag.h + mdp:/usr/include/bits/types/struct_itimerspec.h + mdp:/usr/include/bits/types/struct_sched_param.h + mdp:/usr/include/bits/types/struct_timespec.h + mdp:/usr/include/bits/types/struct_timeval.h + mdp:/usr/include/bits/types/struct_tm.h + mdp:/usr/include/bits/types/time_t.h + mdp:/usr/include/bits/types/timer_t.h + mdp:/usr/include/bits/types/wint_t.h + mdp:/usr/include/bits/typesizes.h + mdp:/usr/include/bits/unistd_ext.h + mdp:/usr/include/bits/wchar.h + mdp:/usr/include/bits/wctype-wchar.h + mdp:/usr/include/bits/wordsize.h + mdp:/usr/include/c++/14.2.1/algorithm + mdp:/usr/include/c++/14.2.1/array + mdp:/usr/include/c++/14.2.1/atomic + mdp:/usr/include/c++/14.2.1/backward/auto_ptr.h + mdp:/usr/include/c++/14.2.1/backward/binders.h + mdp:/usr/include/c++/14.2.1/bit + mdp:/usr/include/c++/14.2.1/bits/algorithmfwd.h + mdp:/usr/include/c++/14.2.1/bits/align.h + mdp:/usr/include/c++/14.2.1/bits/alloc_traits.h + mdp:/usr/include/c++/14.2.1/bits/allocated_ptr.h + mdp:/usr/include/c++/14.2.1/bits/allocator.h + mdp:/usr/include/c++/14.2.1/bits/atomic_base.h + mdp:/usr/include/c++/14.2.1/bits/atomic_lockfree_defines.h + mdp:/usr/include/c++/14.2.1/bits/atomic_wait.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.h + mdp:/usr/include/c++/14.2.1/bits/basic_ios.tcc + mdp:/usr/include/c++/14.2.1/bits/basic_string.h + mdp:/usr/include/c++/14.2.1/bits/basic_string.tcc + mdp:/usr/include/c++/14.2.1/bits/c++0x_warning.h + mdp:/usr/include/c++/14.2.1/bits/char_traits.h + mdp:/usr/include/c++/14.2.1/bits/charconv.h + mdp:/usr/include/c++/14.2.1/bits/concept_check.h + mdp:/usr/include/c++/14.2.1/bits/cpp_type_traits.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_forced.h + mdp:/usr/include/c++/14.2.1/bits/cxxabi_init_exception.h + mdp:/usr/include/c++/14.2.1/bits/erase_if.h + mdp:/usr/include/c++/14.2.1/bits/exception.h + mdp:/usr/include/c++/14.2.1/bits/exception_defines.h + mdp:/usr/include/c++/14.2.1/bits/exception_ptr.h + mdp:/usr/include/c++/14.2.1/bits/functexcept.h + mdp:/usr/include/c++/14.2.1/bits/functional_hash.h + mdp:/usr/include/c++/14.2.1/bits/hash_bytes.h + mdp:/usr/include/c++/14.2.1/bits/invoke.h + mdp:/usr/include/c++/14.2.1/bits/ios_base.h + mdp:/usr/include/c++/14.2.1/bits/iterator_concepts.h + mdp:/usr/include/c++/14.2.1/bits/list.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_classes.h + mdp:/usr/include/c++/14.2.1/bits/locale_classes.tcc + mdp:/usr/include/c++/14.2.1/bits/locale_facets.h + mdp:/usr/include/c++/14.2.1/bits/locale_facets.tcc + mdp:/usr/include/c++/14.2.1/bits/localefwd.h + mdp:/usr/include/c++/14.2.1/bits/max_size_type.h + mdp:/usr/include/c++/14.2.1/bits/memory_resource.h + mdp:/usr/include/c++/14.2.1/bits/memoryfwd.h + mdp:/usr/include/c++/14.2.1/bits/mofunc_impl.h + mdp:/usr/include/c++/14.2.1/bits/move.h + mdp:/usr/include/c++/14.2.1/bits/move_only_function.h + mdp:/usr/include/c++/14.2.1/bits/nested_exception.h + mdp:/usr/include/c++/14.2.1/bits/new_allocator.h + mdp:/usr/include/c++/14.2.1/bits/node_handle.h + mdp:/usr/include/c++/14.2.1/bits/ostream.tcc + mdp:/usr/include/c++/14.2.1/bits/ostream_insert.h + mdp:/usr/include/c++/14.2.1/bits/out_ptr.h + mdp:/usr/include/c++/14.2.1/bits/postypes.h + mdp:/usr/include/c++/14.2.1/bits/predefined_ops.h + mdp:/usr/include/c++/14.2.1/bits/ptr_traits.h + mdp:/usr/include/c++/14.2.1/bits/range_access.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algo.h + mdp:/usr/include/c++/14.2.1/bits/ranges_algobase.h + mdp:/usr/include/c++/14.2.1/bits/ranges_base.h + mdp:/usr/include/c++/14.2.1/bits/ranges_cmp.h + mdp:/usr/include/c++/14.2.1/bits/ranges_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/ranges_util.h + mdp:/usr/include/c++/14.2.1/bits/refwrap.h + mdp:/usr/include/c++/14.2.1/bits/requires_hosted.h + mdp:/usr/include/c++/14.2.1/bits/sat_arith.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_atomic.h + mdp:/usr/include/c++/14.2.1/bits/shared_ptr_base.h + mdp:/usr/include/c++/14.2.1/bits/std_abs.h + mdp:/usr/include/c++/14.2.1/bits/std_function.h + mdp:/usr/include/c++/14.2.1/bits/std_mutex.h + mdp:/usr/include/c++/14.2.1/bits/stl_algo.h + mdp:/usr/include/c++/14.2.1/bits/stl_algobase.h + mdp:/usr/include/c++/14.2.1/bits/stl_bvector.h + mdp:/usr/include/c++/14.2.1/bits/stl_construct.h + mdp:/usr/include/c++/14.2.1/bits/stl_function.h + mdp:/usr/include/c++/14.2.1/bits/stl_heap.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_funcs.h + mdp:/usr/include/c++/14.2.1/bits/stl_iterator_base_types.h + mdp:/usr/include/c++/14.2.1/bits/stl_list.h + mdp:/usr/include/c++/14.2.1/bits/stl_map.h + mdp:/usr/include/c++/14.2.1/bits/stl_multimap.h + mdp:/usr/include/c++/14.2.1/bits/stl_numeric.h + mdp:/usr/include/c++/14.2.1/bits/stl_pair.h + mdp:/usr/include/c++/14.2.1/bits/stl_raw_storage_iter.h + mdp:/usr/include/c++/14.2.1/bits/stl_relops.h + mdp:/usr/include/c++/14.2.1/bits/stl_tempbuf.h + mdp:/usr/include/c++/14.2.1/bits/stl_tree.h + mdp:/usr/include/c++/14.2.1/bits/stl_uninitialized.h + mdp:/usr/include/c++/14.2.1/bits/stl_vector.h + mdp:/usr/include/c++/14.2.1/bits/stream_iterator.h + mdp:/usr/include/c++/14.2.1/bits/streambuf.tcc + mdp:/usr/include/c++/14.2.1/bits/streambuf_iterator.h + mdp:/usr/include/c++/14.2.1/bits/string_view.tcc + mdp:/usr/include/c++/14.2.1/bits/stringfwd.h + mdp:/usr/include/c++/14.2.1/bits/uniform_int_dist.h + mdp:/usr/include/c++/14.2.1/bits/unique_ptr.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator.h + mdp:/usr/include/c++/14.2.1/bits/uses_allocator_args.h + mdp:/usr/include/c++/14.2.1/bits/utility.h + mdp:/usr/include/c++/14.2.1/bits/vector.tcc + mdp:/usr/include/c++/14.2.1/bits/version.h + mdp:/usr/include/c++/14.2.1/cctype + mdp:/usr/include/c++/14.2.1/cerrno + mdp:/usr/include/c++/14.2.1/charconv + mdp:/usr/include/c++/14.2.1/climits + mdp:/usr/include/c++/14.2.1/clocale + mdp:/usr/include/c++/14.2.1/compare + mdp:/usr/include/c++/14.2.1/concepts + mdp:/usr/include/c++/14.2.1/cstddef + mdp:/usr/include/c++/14.2.1/cstdint + mdp:/usr/include/c++/14.2.1/cstdlib + mdp:/usr/include/c++/14.2.1/cwchar + mdp:/usr/include/c++/14.2.1/cwctype + mdp:/usr/include/c++/14.2.1/debug/assertions.h + mdp:/usr/include/c++/14.2.1/debug/debug.h + mdp:/usr/include/c++/14.2.1/exception + mdp:/usr/include/c++/14.2.1/ext/aligned_buffer.h + mdp:/usr/include/c++/14.2.1/ext/alloc_traits.h + mdp:/usr/include/c++/14.2.1/ext/atomicity.h + mdp:/usr/include/c++/14.2.1/ext/concurrence.h + mdp:/usr/include/c++/14.2.1/ext/numeric_traits.h + mdp:/usr/include/c++/14.2.1/ext/string_conversions.h + mdp:/usr/include/c++/14.2.1/ext/type_traits.h + mdp:/usr/include/c++/14.2.1/format + mdp:/usr/include/c++/14.2.1/functional + mdp:/usr/include/c++/14.2.1/initializer_list + mdp:/usr/include/c++/14.2.1/ios + mdp:/usr/include/c++/14.2.1/iosfwd + mdp:/usr/include/c++/14.2.1/iterator + mdp:/usr/include/c++/14.2.1/limits + mdp:/usr/include/c++/14.2.1/list + mdp:/usr/include/c++/14.2.1/map + mdp:/usr/include/c++/14.2.1/memory + mdp:/usr/include/c++/14.2.1/new + mdp:/usr/include/c++/14.2.1/numbers + mdp:/usr/include/c++/14.2.1/numeric + mdp:/usr/include/c++/14.2.1/optional + mdp:/usr/include/c++/14.2.1/ostream + mdp:/usr/include/c++/14.2.1/pstl/execution_defs.h + mdp:/usr/include/c++/14.2.1/pstl/glue_numeric_defs.h + mdp:/usr/include/c++/14.2.1/stdexcept + mdp:/usr/include/c++/14.2.1/stdlib.h + mdp:/usr/include/c++/14.2.1/streambuf + mdp:/usr/include/c++/14.2.1/string + mdp:/usr/include/c++/14.2.1/string_view + mdp:/usr/include/c++/14.2.1/text_encoding + mdp:/usr/include/c++/14.2.1/tuple + mdp:/usr/include/c++/14.2.1/type_traits + mdp:/usr/include/c++/14.2.1/typeinfo + mdp:/usr/include/c++/14.2.1/unordered_map + mdp:/usr/include/c++/14.2.1/utility + mdp:/usr/include/c++/14.2.1/vector + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/atomic_word.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++allocator.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++config.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/c++locale.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/cpu_defines.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_base.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/ctype_inline.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/error_constants.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr-default.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/gthr.h + mdp:/usr/include/c++/14.2.1/x86_64-pc-linux-gnu/bits/os_defines.h + mdp:/usr/include/ctype.h + mdp:/usr/include/errno.h + mdp:/usr/include/features-time64.h + mdp:/usr/include/features.h + mdp:/usr/include/gnu/stubs-64.h + mdp:/usr/include/gnu/stubs.h + mdp:/usr/include/linux/errno.h + mdp:/usr/include/locale.h + mdp:/usr/include/pthread.h + mdp:/usr/include/qt/QtCore/qalgorithms.h + mdp:/usr/include/qt/QtCore/qarraydata.h + mdp:/usr/include/qt/QtCore/qatomic.h + mdp:/usr/include/qt/QtCore/qatomic_cxx11.h + mdp:/usr/include/qt/QtCore/qbasicatomic.h + mdp:/usr/include/qt/QtCore/qbytearray.h + mdp:/usr/include/qt/QtCore/qbytearraylist.h + mdp:/usr/include/qt/QtCore/qchar.h + mdp:/usr/include/qt/QtCore/qcompilerdetection.h + mdp:/usr/include/qt/QtCore/qconfig.h + mdp:/usr/include/qt/QtCore/qcontainerfwd.h + mdp:/usr/include/qt/QtCore/qcontainertools_impl.h + mdp:/usr/include/qt/QtCore/qdatastream.h + mdp:/usr/include/qt/QtCore/qflags.h + mdp:/usr/include/qt/QtCore/qgenericatomic.h + mdp:/usr/include/qt/QtCore/qglobal.h + mdp:/usr/include/qt/QtCore/qglobalstatic.h + mdp:/usr/include/qt/QtCore/qhash.h + mdp:/usr/include/qt/QtCore/qhashfunctions.h + mdp:/usr/include/qt/QtCore/qiodevice.h + mdp:/usr/include/qt/QtCore/qiterator.h + mdp:/usr/include/qt/QtCore/qline.h + mdp:/usr/include/qt/QtCore/qlist.h + mdp:/usr/include/qt/QtCore/qlogging.h + mdp:/usr/include/qt/QtCore/qmargins.h + mdp:/usr/include/qt/QtCore/qmetatype.h + mdp:/usr/include/qt/QtCore/qnamespace.h + mdp:/usr/include/qt/QtCore/qnumeric.h + mdp:/usr/include/qt/QtCore/qobject.h + mdp:/usr/include/qt/QtCore/qobject_impl.h + mdp:/usr/include/qt/QtCore/qobjectdefs.h + mdp:/usr/include/qt/QtCore/qobjectdefs_impl.h + mdp:/usr/include/qt/QtCore/qpair.h + mdp:/usr/include/qt/QtCore/qpoint.h + mdp:/usr/include/qt/QtCore/qprocessordetection.h + mdp:/usr/include/qt/QtCore/qrect.h + mdp:/usr/include/qt/QtCore/qrefcount.h + mdp:/usr/include/qt/QtCore/qregexp.h + mdp:/usr/include/qt/QtCore/qscopedpointer.h + mdp:/usr/include/qt/QtCore/qshareddata.h + mdp:/usr/include/qt/QtCore/qsharedpointer.h + mdp:/usr/include/qt/QtCore/qsharedpointer_impl.h + mdp:/usr/include/qt/QtCore/qsize.h + mdp:/usr/include/qt/QtCore/qstring.h + mdp:/usr/include/qt/QtCore/qstringalgorithms.h + mdp:/usr/include/qt/QtCore/qstringlist.h + mdp:/usr/include/qt/QtCore/qstringliteral.h + mdp:/usr/include/qt/QtCore/qstringmatcher.h + mdp:/usr/include/qt/QtCore/qstringview.h + mdp:/usr/include/qt/QtCore/qsysinfo.h + mdp:/usr/include/qt/QtCore/qsystemdetection.h + mdp:/usr/include/qt/QtCore/qtcore-config.h + mdp:/usr/include/qt/QtCore/qtypeinfo.h + mdp:/usr/include/qt/QtCore/qvarlengtharray.h + mdp:/usr/include/qt/QtCore/qvector.h + mdp:/usr/include/qt/QtCore/qversiontagging.h + mdp:/usr/include/qt/QtGui/qbrush.h + mdp:/usr/include/qt/QtGui/qcolor.h + mdp:/usr/include/qt/QtGui/qcursor.h + mdp:/usr/include/qt/QtGui/qfont.h + mdp:/usr/include/qt/QtGui/qfontinfo.h + mdp:/usr/include/qt/QtGui/qfontmetrics.h + mdp:/usr/include/qt/QtGui/qicon.h + mdp:/usr/include/qt/QtGui/qimage.h + mdp:/usr/include/qt/QtGui/qkeysequence.h + mdp:/usr/include/qt/QtGui/qmatrix.h + mdp:/usr/include/qt/QtGui/qpaintdevice.h + mdp:/usr/include/qt/QtGui/qpalette.h + mdp:/usr/include/qt/QtGui/qpixelformat.h + mdp:/usr/include/qt/QtGui/qpixmap.h + mdp:/usr/include/qt/QtGui/qpolygon.h + mdp:/usr/include/qt/QtGui/qregion.h + mdp:/usr/include/qt/QtGui/qrgb.h + mdp:/usr/include/qt/QtGui/qrgba64.h + mdp:/usr/include/qt/QtGui/qtgui-config.h + mdp:/usr/include/qt/QtGui/qtguiglobal.h + mdp:/usr/include/qt/QtGui/qtransform.h + mdp:/usr/include/qt/QtGui/qwindowdefs.h + mdp:/usr/include/qt/QtWidgets/QMainWindow + mdp:/usr/include/qt/QtWidgets/qmainwindow.h + mdp:/usr/include/qt/QtWidgets/qsizepolicy.h + mdp:/usr/include/qt/QtWidgets/qtabwidget.h + mdp:/usr/include/qt/QtWidgets/qtwidgets-config.h + mdp:/usr/include/qt/QtWidgets/qtwidgetsglobal.h + mdp:/usr/include/qt/QtWidgets/qwidget.h + mdp:/usr/include/sched.h + mdp:/usr/include/stdc-predef.h + mdp:/usr/include/string.h + mdp:/usr/include/strings.h + mdp:/usr/include/sys/cdefs.h + mdp:/usr/include/sys/syscall.h + mdp:/usr/include/syscall.h + mdp:/usr/include/time.h + mdp:/usr/include/unistd.h + mdp:/usr/include/wchar.h + mdp:/usr/include/wctype.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/limits.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdarg.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h + mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.cpp + uic:./ui_tables.h diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenInfo.json b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenInfo.json new file mode 100755 index 0000000..e7c3896 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenInfo.json @@ -0,0 +1,230 @@ +{ + "BUILD_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen", + "CMAKE_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug", + "CMAKE_CURRENT_BINARY_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug", + "CMAKE_CURRENT_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables", + "CMAKE_EXECUTABLE" : "/usr/bin/cmake", + "CMAKE_LIST_FILES" : + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/CMakeLists.txt", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake", + "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake", + "/usr/share/cmake/Modules/CMakeSystem.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeSystem.cmake", + "/usr/share/cmake/Modules/CMakeNinjaFindMake.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Initialize.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompiler.cmake", + "/usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake", + "/usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake", + "/usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake", + "/usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake", + "/usr/share/cmake/Modules/CMakeFindBinUtils.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake", + "/usr/share/cmake/Modules/CMakeGenericSystem.cmake", + "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake", + "/usr/share/cmake/Modules/Platform/Linux.cmake", + "/usr/share/cmake/Modules/Platform/UnixPaths.cmake", + "/usr/share/cmake/Modules/CMakeCXXInformation.cmake", + "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake", + "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake", + "/usr/share/cmake/Modules/Compiler/GNU.cmake", + "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake", + "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake", + "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake", + "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake", + "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake", + "/usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake", + "/usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp", + "/usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake", + "/usr/share/cmake/Modules/Internal/FeatureTesting.cmake", + "/usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in", + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CMakeCXXCompiler.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake", + "/usr/lib/cmake/Qt5/Qt5Config.cmake", + "/usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake", + "/usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake", + "/usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake", + "/usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake", + "/usr/share/cmake/Modules/CMakeParseArguments.cmake", + "/usr/share/cmake/Modules/GNUInstallDirs.cmake" + ], + "CMAKE_SOURCE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables", + "CROSS_CONFIG" : false, + "DEP_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/deps", + "DEP_FILE_RULE_NAME" : "9_Tables_autogen/timestamp", + "HEADERS" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h", + "MU", + "EWIEGA46WW/moc_tables.cpp", + null + ] + ], + "HEADER_EXTENSIONS" : [ "h", "hh", "h++", "hm", "hpp", "hxx", "in", "txx" ], + "INCLUDE_DIR" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include", + "MOC_COMPILATION_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp", + "MOC_DEFINITIONS" : [ "QT_CORE_LIB", "QT_GUI_LIB", "QT_WIDGETS_LIB" ], + "MOC_DEPEND_FILTERS" : + [ + [ + "Q_PLUGIN_METADATA", + "[\n][ \t]*Q_PLUGIN_METADATA[ \t]*\\([^\\)]*FILE[ \t]*\"([^\"]+)\"" + ] + ], + "MOC_INCLUDES" : + [ + "/usr/include/qt", + "/usr/include/qt/QtWidgets", + "/usr/include/qt/QtGui", + "/usr/include/qt/QtCore", + "/usr/lib/qt/mkspecs/linux-g++", + "/usr/include/c++/14.2.1", + "/usr/include/c++/14.2.1/x86_64-pc-linux-gnu", + "/usr/include/c++/14.2.1/backward", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include", + "/usr/local/include", + "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed", + "/usr/include" + ], + "MOC_MACRO_NAMES" : [ "Q_OBJECT", "Q_GADGET", "Q_NAMESPACE", "Q_NAMESPACE_EXPORT" ], + "MOC_OPTIONS" : [], + "MOC_PATH_PREFIX" : false, + "MOC_PREDEFS_CMD" : + [ + "/usr/bin/g++", + "-std=gnu++17", + "-dM", + "-E", + "-c", + "/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp" + ], + "MOC_PREDEFS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h", + "MOC_RELAXED_MODE" : false, + "MOC_SKIP" : [], + "MULTI_CONFIG" : false, + "PARALLEL" : 4, + "PARSE_CACHE_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/ParseCache.txt", + "QT_MOC_EXECUTABLE" : "/usr/bin/moc", + "QT_UIC_EXECUTABLE" : "/usr/bin/uic", + "QT_VERSION_MAJOR" : 5, + "QT_VERSION_MINOR" : 15, + "SETTINGS_FILE" : "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenUsed.txt", + "SOURCES" : + [ + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/main.cpp", + "MU", + null + ], + [ + "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.cpp", + "MU", + null + ] + ], + "UIC_OPTIONS" : [], + "UIC_SEARCH_PATHS" : [], + "UIC_SKIP" : [], + "UIC_UI_FILES" : [], + "USE_BETTER_GRAPH" : false, + "VERBOSITY" : 0 +} diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenUsed.txt b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenUsed.txt new file mode 100755 index 0000000..100a243 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenUsed.txt @@ -0,0 +1,2 @@ +moc:2fe698556f071dc2ede55c372421c63fed7d77212a75d6c4a97e43f8b910d2c3 +uic:452b95f48e3bbc9d2fd494ed484eeb598279fff30cbe2f18ee90045db5d090bf diff --git a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/ParseCache.txt b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/ParseCache.txt similarity index 95% rename from Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/ParseCache.txt rename to Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/ParseCache.txt index b85f7ba..bcb4140 100755 --- a/Third term/Industrial programming technologies/1_Calculator/build/Desktop-Debug/CMakeFiles/1_Calculator_autogen.dir/ParseCache.txt +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/ParseCache.txt @@ -1,8 +1,8 @@ # Generated by CMake. Changes will be overwritten. -/home/nktkln/Documents/1_Calculator/mainwindow.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h mmc:Q_OBJECT - mdp:/home/nktkln/Documents/1_Calculator/build/Desktop-Debug/1_Calculator_autogen/moc_predefs.h - mdp:/home/nktkln/Documents/1_Calculator/mainwindow.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/moc_predefs.h + mdp:/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.h mdp:/usr/include/asm-generic/errno-base.h mdp:/usr/include/asm-generic/errno.h mdp:/usr/include/asm/errno.h @@ -338,6 +338,6 @@ mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stddef.h mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/stdint.h mdp:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include/syslimits.h -/home/nktkln/Documents/1_Calculator/main.cpp -/home/nktkln/Documents/1_Calculator/mainwindow.cpp - uic:./ui_mainwindow.h +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/main.cpp +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/tables.cpp + uic:./ui_tables.h diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml new file mode 100755 index 0000000..c0be13f --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/CMakeConfigureLog.yaml @@ -0,0 +1,259 @@ + +--- +events: + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineSystem.cmake:205 (message)" + - "CMakeLists.txt:3 (project)" + message: | + The system is: Linux - 6.10.7-arch1-1 - x86_64 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:17 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake:64 (__determine_compiler_id_test)" + - "/usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake:126 (CMAKE_DETERMINE_COMPILER_ID)" + - "CMakeLists.txt:3 (project)" + message: | + Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. + Compiler: /usr/bin/g++ + Build flags: -DQT_QML_DEBUG + Id flags: + + The output was: + 0 + + + Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out" + + The CXX compiler identification is GNU, found in: + /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/3.30.3/CompilerIdCXX/a.out + + - + kind: "try_compile-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:74 (try_compile)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + checks: + - "Detecting CXX compiler ABI info" + directories: + source: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-72en5e" + binary: "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-72en5e" + cmakeVariables: + CMAKE_CXX_FLAGS: "-DQT_QML_DEBUG" + CMAKE_CXX_FLAGS_DEBUG: "-g" + CMAKE_CXX_SCAN_FOR_MODULES: "OFF" + CMAKE_EXE_LINKER_FLAGS: "" + buildResult: + variable: "CMAKE_CXX_ABI_COMPILED" + cached: true + stdout: | + Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-72en5e' + + Run Build Command(s): /usr/bin/ninja -v cmTC_a8e25 + [1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8e25.dir/' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a8e25.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccwd6xvt.s + GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu) + compiled by GNU C version 14.2.1 20240805, GMP version 6.3.0, MPFR version 4.2.1, MPC version 1.3.1, isl version isl-0.26-GMP + + GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 + ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include" + #include "..." search starts here: + #include <...> search starts here: + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1 + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include + /usr/local/include + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed + /usr/include + End of search list. + Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9 + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8e25.dir/' + as -v --64 -o CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccwd6xvt.s + GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0 + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.' + [2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl,-v CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a8e25 && : + Using built-in specs. + COLLECT_GCC=/usr/bin/g++ + COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper + Target: x86_64-pc-linux-gnu + Configured with: /build/gcc/src/gcc/configure --enable-languages=ada,c,c++,d,fortran,go,lto,m2,objc,obj-c++,rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror + Thread model: posix + Supported LTO compression algorithms: zlib zstd + gcc version 14.2.1 20240805 (GCC) + COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/ + LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/ + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_a8e25' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a8e25.' + /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOBXOsD.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a8e25 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + collect2 version 14.2.1 20240805 + /usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOBXOsD.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a8e25 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o + GNU ld (GNU Binutils) 2.43.0 + COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_a8e25' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a8e25.' + + exitCode: 0 + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:182 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit include dir info: rv=done + found start of include info + found start of implicit include info + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + add: [/usr/local/include] + add: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + add: [/usr/include] + end of search list found + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] ==> [/usr/include/c++/14.2.1] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] ==> [/usr/include/c++/14.2.1/x86_64-pc-linux-gnu] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] ==> [/usr/include/c++/14.2.1/backward] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + collapse include dir [/usr/local/include] ==> [/usr/local/include] + collapse include dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + collapse include dir [/usr/include] ==> [/usr/include] + implicit include dirs: [/usr/include/c++/14.2.1;/usr/include/c++/14.2.1/x86_64-pc-linux-gnu;/usr/include/c++/14.2.1/backward;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include;/usr/local/include;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed;/usr/include] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:218 (message)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Parsed CXX implicit link information: + link line regex: [^( *|.*[/\\])(ld[0-9]*(\\.[a-z]+)?|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\\]+-)?ld|collect2)[^/\\]*( |$)] + linker tool regex: [^[ ]*(->|")?[ ]*(([^"]*[/\\])?(ld[0-9]*(\\.[a-z]+)?))("|,| |$)] + ignore line: [Change Dir: '/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/CMakeScratch/TryCompile-72en5e'] + ignore line: [] + ignore line: [Run Build Command(s): /usr/bin/ninja -v cmTC_a8e25] + ignore line: [[1/2] /usr/bin/g++ -DQT_QML_DEBUG -fdiagnostics-color=always -v -o CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o -c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8e25.dir/'] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/cc1plus -quiet -v -D_GNU_SOURCE -D QT_QML_DEBUG /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpdir CMakeFiles/cmTC_a8e25.dir/ -dumpbase CMakeCXXCompilerABI.cpp.cpp -dumpbase-ext .cpp -mtune=generic -march=x86-64 -version -fdiagnostics-color=always -o /tmp/ccwd6xvt.s] + ignore line: [GNU C++17 (GCC) version 14.2.1 20240805 (x86_64-pc-linux-gnu)] + ignore line: [ compiled by GNU C version 14.2.1 20240805 GMP version 6.3.0 MPFR version 4.2.1 MPC version 1.3.1 isl version isl-0.26-GMP] + ignore line: [] + ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072] + ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../x86_64-pc-linux-gnu/include"] + ignore line: [#include "..." search starts here:] + ignore line: [#include <...> search starts here:] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/x86_64-pc-linux-gnu] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../include/c++/14.2.1/backward] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include] + ignore line: [ /usr/local/include] + ignore line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/include-fixed] + ignore line: [ /usr/include] + ignore line: [End of search list.] + ignore line: [Compiler executable checksum: 438deb6040cbc4b51ad3ab8b369917b9] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8e25.dir/'] + ignore line: [ as -v --64 -o CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccwd6xvt.s] + ignore line: [GNU assembler version 2.43.0 (x86_64-pc-linux-gnu) using BFD version (GNU Binutils) 2.43.0] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-fdiagnostics-color=always' '-D' 'QT_QML_DEBUG' '-v' '-o' 'CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.'] + ignore line: [[2/2] : && /usr/bin/g++ -DQT_QML_DEBUG -v -Wl -v CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_a8e25 && :] + ignore line: [Using built-in specs.] + ignore line: [COLLECT_GCC=/usr/bin/g++] + ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] + ignore line: [Target: x86_64-pc-linux-gnu] + ignore line: [Configured with: /build/gcc/src/gcc/configure --enable-languages=ada c c++ d fortran go lto m2 objc obj-c++ rust --enable-bootstrap --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://gitlab.archlinux.org/archlinux/packaging/packages/gcc/-/issues --with-build-config=bootstrap-lto --with-linker-hash-style=gnu --with-system-zlib --enable-__cxa_atexit --enable-cet=auto --enable-checking=release --enable-clocale=gnu --enable-default-pie --enable-default-ssp --enable-gnu-indirect-function --enable-gnu-unique-object --enable-libstdcxx-backtrace --enable-link-serialization=1 --enable-linker-build-id --enable-lto --enable-multilib --enable-plugin --enable-shared --enable-threads=posix --disable-libssp --disable-libstdcxx-pch --disable-werror] + ignore line: [Thread model: posix] + ignore line: [Supported LTO compression algorithms: zlib zstd] + ignore line: [gcc version 14.2.1 20240805 (GCC) ] + ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/] + ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/:/lib/../lib/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../:/lib/:/usr/lib/] + ignore line: [COLLECT_GCC_OPTIONS='-D' 'QT_QML_DEBUG' '-v' '-o' 'cmTC_a8e25' '-shared-libgcc' '-mtune=generic' '-march=x86-64' '-dumpdir' 'cmTC_a8e25.'] + link line: [ /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2 -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOBXOsD.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a8e25 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/collect2] ==> ignore + arg [-plugin] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so] ==> ignore + arg [-plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper] ==> ignore + arg [-plugin-opt=-fresolution=/tmp/ccOBXOsD.res] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [-plugin-opt=-pass-through=-lc] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore + arg [-plugin-opt=-pass-through=-lgcc] ==> ignore + arg [--build-id] ==> ignore + arg [--eh-frame-hdr] ==> ignore + arg [--hash-style=gnu] ==> ignore + arg [-m] ==> ignore + arg [elf_x86_64] ==> ignore + arg [-dynamic-linker] ==> ignore + arg [/lib64/ld-linux-x86-64.so.2] ==> ignore + arg [-pie] ==> ignore + arg [-o] ==> ignore + arg [cmTC_a8e25] ==> ignore + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] + arg [-L/lib/../lib] ==> dir [/lib/../lib] + arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib] + arg [-L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] + arg [-v] ==> ignore + arg [CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore + arg [-lstdc++] ==> lib [stdc++] + arg [-lm] ==> lib [m] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [-lc] ==> lib [c] + arg [-lgcc_s] ==> lib [gcc_s] + arg [-lgcc] ==> lib [gcc] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o] + arg [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + ignore line: [collect2 version 14.2.1 20240805] + ignore line: [/usr/bin/ld -plugin /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/lto-wrapper -plugin-opt=-fresolution=/tmp/ccOBXOsD.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -o cmTC_a8e25 /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1 -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib -L/lib/../lib -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../.. -v CMakeFiles/cmTC_a8e25.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o /usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] + linker tool for 'CXX': /usr/bin/ld + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/Scrt1.o] ==> [/usr/lib/Scrt1.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crti.o] ==> [/usr/lib/crti.o] + collapse obj [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib/crtn.o] ==> [/usr/lib/crtn.o] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] ==> [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../../../lib] ==> [/usr/lib] + collapse library dir [/lib/../lib] ==> [/lib] + collapse library dir [/usr/lib/../lib] ==> [/usr/lib] + collapse library dir [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/../../..] ==> [/usr/lib] + implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc] + implicit objs: [/usr/lib/Scrt1.o;/usr/lib/crti.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtbeginS.o;/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1/crtendS.o;/usr/lib/crtn.o] + implicit dirs: [/usr/lib/gcc/x86_64-pc-linux-gnu/14.2.1;/usr/lib;/lib] + implicit fwks: [] + + + - + kind: "message-v1" + backtrace: + - "/usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake:40 (message)" + - "/usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake:255 (cmake_determine_linker_id)" + - "/usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake:26 (CMAKE_DETERMINE_COMPILER_ABI)" + - "CMakeLists.txt:3 (project)" + message: | + Running the CXX compiler's linker: "/usr/bin/ld" "-v" + GNU ld (GNU Binutils) 2.43.0 +... diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt new file mode 100755 index 0000000..3c259db --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/TargetDirectories.txt @@ -0,0 +1,9 @@ +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/edit_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/rebuild_cache.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/list_install_components.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/install.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/install/local.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/install/strip.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen_timestamp_deps.dir +/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/clean_additional.cmake b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/clean_additional.cmake new file mode 100755 index 0000000..c7b433e --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/clean_additional.cmake @@ -0,0 +1,10 @@ +# Additional clean files +cmake_minimum_required(VERSION 3.16) + +if("${CONFIG}" STREQUAL "" OR "${CONFIG}" STREQUAL "Debug") + file(REMOVE_RECURSE + "9_Tables_autogen" + "CMakeFiles/9_Tables_autogen.dir/AutogenUsed.txt" + "CMakeFiles/9_Tables_autogen.dir/ParseCache.txt" + ) +endif() diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/cmake.check_cache b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/cmake.check_cache new file mode 100755 index 0000000..3dccd73 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/cmake.check_cache @@ -0,0 +1 @@ +# This file is generated by cmake for dependency checking of the CMakeCache.txt file diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/rules.ninja b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/rules.ninja new file mode 100755 index 0000000..c178336 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/rules.ninja @@ -0,0 +1,72 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the rules used to get the outputs files +# built from the input files. +# It is included in the main 'build.ninja'. + +# ============================================================================= +# Project: 9_Tables +# Configurations: Debug +# ============================================================================= +# ============================================================================= + +############################################# +# Rule for compiling CXX files. + +rule CXX_COMPILER__9_Tables_unscanned_Debug + depfile = $DEP_FILE + deps = gcc + command = ${LAUNCHER}${CODE_CHECK}/usr/bin/g++ $DEFINES $INCLUDES $FLAGS -MD -MT $out -MF $DEP_FILE -o $out -c $in + description = Building CXX object $out + + +############################################# +# Rule for linking CXX executable. + +rule CXX_EXECUTABLE_LINKER__9_Tables_Debug + command = $PRE_LINK && /usr/bin/g++ $FLAGS $LINK_FLAGS $in -o $TARGET_FILE $LINK_PATH $LINK_LIBRARIES && $POST_BUILD + description = Linking CXX executable $TARGET_FILE + restat = $RESTAT + + +############################################# +# Rule for running custom commands. + +rule CUSTOM_COMMAND + command = $COMMAND + description = $DESC + + +############################################# +# Rule for re-running cmake. + +rule RERUN_CMAKE + command = /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" + description = Re-running CMake... + generator = 1 + + +############################################# +# Rule for cleaning additional files. + +rule CLEAN_ADDITIONAL + command = /usr/bin/cmake -DCONFIG=$CONFIG -P CMakeFiles/clean_additional.cmake + description = Cleaning additional files... + + +############################################# +# Rule for cleaning all built files. + +rule CLEAN + command = /usr/bin/ninja $FILE_ARG -t clean $TARGETS + description = Cleaning all built files... + + +############################################# +# Rule for printing all primary targets available. + +rule HELP + command = /usr/bin/ninja -t targets + description = All primary targets available: + diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/Testing/Temporary/.syncthing.LastTest.log.tmp @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/Testing/Temporary/LastTest.log b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/Testing/Temporary/LastTest.log new file mode 100755 index 0000000..85f80e5 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/Testing/Temporary/LastTest.log @@ -0,0 +1,3 @@ +Start testing: Sep 27 08:27 MSK +---------------------------------------------------------- +End testing: Sep 27 08:27 MSK diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/build.ninja b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/build.ninja new file mode 100755 index 0000000..5ffd650 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/build.ninja @@ -0,0 +1,247 @@ +# CMAKE generated file: DO NOT EDIT! +# Generated by "Ninja" Generator, CMake Version 3.30 + +# This file contains all the build statements describing the +# compilation DAG. + +# ============================================================================= +# Write statements declared in CMakeLists.txt: +# +# Which is the root file. +# ============================================================================= + +# ============================================================================= +# Project: 9_Tables +# Configurations: Debug +# ============================================================================= + +############################################# +# Minimal version of Ninja required by this file + +ninja_required_version = 1.5 + + +############################################# +# Set configuration variable for custom commands. + +CONFIGURATION = Debug +# ============================================================================= +# Include auxiliary files. + + +############################################# +# Include rules file. + +include CMakeFiles/rules.ninja + +# ============================================================================= + +############################################# +# Logical path to working directory; prefix for absolute paths. + +cmake_ninja_workdir = /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/build/Desktop-Debug/ +# ============================================================================= +# Object build statements for EXECUTABLE target 9_Tables + + +############################################# +# Order-only phony target for 9_Tables + +build cmake_object_order_depends_target_9_Tables: phony || 9_Tables_autogen 9_Tables_autogen/mocs_compilation.cpp 9_Tables_autogen/timestamp 9_Tables_autogen_timestamp_deps + +build CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o: CXX_COMPILER__9_Tables_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/mocs_compilation.cpp || cmake_object_order_depends_target_9_Tables + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/9_Tables.dir + OBJECT_FILE_DIR = CMakeFiles/9_Tables.dir/9_Tables_autogen + TARGET_COMPILE_PDB = CMakeFiles/9_Tables.dir/ + TARGET_PDB = 9_Tables.pdb + +build CMakeFiles/9_Tables.dir/main.cpp.o: CXX_COMPILER__9_Tables_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/main.cpp || cmake_object_order_depends_target_9_Tables + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/9_Tables.dir/main.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/9_Tables.dir + OBJECT_FILE_DIR = CMakeFiles/9_Tables.dir + TARGET_COMPILE_PDB = CMakeFiles/9_Tables.dir/ + TARGET_PDB = 9_Tables.pdb + +build CMakeFiles/9_Tables.dir/tables.cpp.o: CXX_COMPILER__9_Tables_unscanned_Debug /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/tables.cpp || cmake_object_order_depends_target_9_Tables + DEFINES = -DQT_CORE_LIB -DQT_GUI_LIB -DQT_WIDGETS_LIB + DEP_FILE = CMakeFiles/9_Tables.dir/tables.cpp.o.d + FLAGS = -DQT_QML_DEBUG -g -std=gnu++17 -fdiagnostics-color=always -fPIC + INCLUDES = -I"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/include" -isystem /usr/include/qt -isystem /usr/include/qt/QtWidgets -isystem /usr/include/qt/QtGui -isystem /usr/include/qt/QtCore -isystem /usr/lib/qt/mkspecs/linux-g++ + OBJECT_DIR = CMakeFiles/9_Tables.dir + OBJECT_FILE_DIR = CMakeFiles/9_Tables.dir + TARGET_COMPILE_PDB = CMakeFiles/9_Tables.dir/ + TARGET_PDB = 9_Tables.pdb + + +# ============================================================================= +# Link build statements for EXECUTABLE target 9_Tables + + +############################################# +# Link the executable 9_Tables + +build 9_Tables: CXX_EXECUTABLE_LINKER__9_Tables_Debug CMakeFiles/9_Tables.dir/9_Tables_autogen/mocs_compilation.cpp.o CMakeFiles/9_Tables.dir/main.cpp.o CMakeFiles/9_Tables.dir/tables.cpp.o | /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 || 9_Tables_autogen 9_Tables_autogen_timestamp_deps + FLAGS = -DQT_QML_DEBUG -g + LINK_LIBRARIES = /usr/lib/libQt5Widgets.so.5.15.14 /usr/lib/libQt5Gui.so.5.15.14 /usr/lib/libQt5Core.so.5.15.14 + OBJECT_DIR = CMakeFiles/9_Tables.dir + POST_BUILD = : + PRE_LINK = : + TARGET_COMPILE_PDB = CMakeFiles/9_Tables.dir/ + TARGET_FILE = 9_Tables + TARGET_PDB = 9_Tables.pdb + + +############################################# +# Utility command for edit_cache + +build CMakeFiles/edit_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/ccmake -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" + DESC = Running CMake cache editor... + pool = console + restat = 1 + +build edit_cache: phony CMakeFiles/edit_cache.util + + +############################################# +# Utility command for rebuild_cache + +build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake --regenerate-during-build -S"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" -B"/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" + DESC = Running CMake to regenerate build system... + pool = console + restat = 1 + +build rebuild_cache: phony CMakeFiles/rebuild_cache.util + + +############################################# +# Utility command for list_install_components + +build list_install_components: phony + + +############################################# +# Utility command for install + +build CMakeFiles/install.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake -P cmake_install.cmake + DESC = Install the project... + pool = console + restat = 1 + +build install: phony CMakeFiles/install.util + + +############################################# +# Utility command for install/local + +build CMakeFiles/install/local.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake + DESC = Installing only the local directory... + pool = console + restat = 1 + +build install/local: phony CMakeFiles/install/local.util + + +############################################# +# Utility command for install/strip + +build CMakeFiles/install/strip.util: CUSTOM_COMMAND all + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake + DESC = Installing the project stripped... + pool = console + restat = 1 + +build install/strip: phony CMakeFiles/install/strip.util + + +############################################# +# Utility command for 9_Tables_autogen_timestamp_deps + +build 9_Tables_autogen_timestamp_deps: phony + + +############################################# +# Utility command for 9_Tables_autogen + +build 9_Tables_autogen: phony CMakeFiles/9_Tables_autogen 9_Tables_autogen/include/ui_tables.h 9_Tables_autogen/timestamp 9_Tables_autogen/mocs_compilation.cpp 9_Tables_autogen_timestamp_deps + + +############################################# +# Custom command for 9_Tables_autogen/timestamp + +build 9_Tables_autogen/timestamp 9_Tables_autogen/mocs_compilation.cpp | ${cmake_ninja_workdir}9_Tables_autogen/timestamp ${cmake_ninja_workdir}9_Tables_autogen/mocs_compilation.cpp: CUSTOM_COMMAND /usr/bin/moc /usr/bin/uic || 9_Tables_autogen_timestamp_deps + COMMAND = cd "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" && /usr/bin/cmake -E cmake_autogen "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/9_Tables_autogen.dir/AutogenInfo.json" Debug && /usr/bin/cmake -E touch "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/timestamp" && /usr/bin/cmake -E cmake_transform_depfile Ninja gccdepfile "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables_autogen/deps" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/CMakeFiles/d/214396268a9dcccb8bfff53c3cfc2545b3750cef3171a05b33c95f592baadebf.d" + DESC = Automatic MOC and UIC for target 9_Tables + depfile = CMakeFiles/d/214396268a9dcccb8bfff53c3cfc2545b3750cef3171a05b33c95f592baadebf.d + deps = gcc + restat = 1 + + +############################################# +# Phony custom command for CMakeFiles/9_Tables_autogen + +build CMakeFiles/9_Tables_autogen 9_Tables_autogen/include/ui_tables.h | ${cmake_ninja_workdir}CMakeFiles/9_Tables_autogen ${cmake_ninja_workdir}9_Tables_autogen/include/ui_tables.h: phony 9_Tables_autogen/timestamp || 9_Tables_autogen_timestamp_deps + +# ============================================================================= +# Target aliases. + +# ============================================================================= +# Folder targets. + +# ============================================================================= + +############################################# +# Folder: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug + +build all: phony 9_Tables + +# ============================================================================= +# Built-in targets + + +############################################# +# Re-run CMake if any of its inputs changed. + +build build.ninja: RERUN_CMAKE | .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake + pool = console + + +############################################# +# A missing CMake input file is not an error. + +build .qtc/package-manager/auto-setup.cmake /home/nktkln/General/University/Code$ projects/Third$ term/Industrial$ programming$ technologies/9_Tables/CMakeLists.txt /usr/lib/cmake/Qt5/Qt5Config.cmake /usr/lib/cmake/Qt5/Qt5ConfigVersion.cmake /usr/lib/cmake/Qt5/Qt5ModuleLocation.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfig.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake /usr/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake /usr/lib/cmake/Qt5Core/Qt5CoreMacros.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake /usr/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QComposePlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSEmulatorIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsEglDeviceIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSKmsGbmIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEglFSX11IntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevKeyboardPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevMousePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTabletPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QEvdevTouchScreenPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QGtk3ThemePlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QIbusPlatformInputContextPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLibInputPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QLinuxFbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QPdfPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTsLibPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QVncIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeEglPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QWaylandXCompositeGlxPlatformIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbEglIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbGlxIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXcbIntegrationPlugin.cmake /usr/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake /usr/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake /usr/share/cmake/Modules/CMakeCXXCompiler.cmake.in /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp /usr/share/cmake/Modules/CMakeCXXInformation.cmake /usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake /usr/share/cmake/Modules/CMakeCompilerIdDetection.cmake /usr/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompiler.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerABI.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerId.cmake /usr/share/cmake/Modules/CMakeDetermineCompilerSupport.cmake /usr/share/cmake/Modules/CMakeDetermineSystem.cmake /usr/share/cmake/Modules/CMakeFindBinUtils.cmake /usr/share/cmake/Modules/CMakeGenericSystem.cmake /usr/share/cmake/Modules/CMakeInitializeConfigs.cmake /usr/share/cmake/Modules/CMakeLanguageInformation.cmake /usr/share/cmake/Modules/CMakeNinjaFindMake.cmake /usr/share/cmake/Modules/CMakeParseArguments.cmake /usr/share/cmake/Modules/CMakeParseImplicitIncludeInfo.cmake /usr/share/cmake/Modules/CMakeParseImplicitLinkInfo.cmake /usr/share/cmake/Modules/CMakeParseLibraryArchitecture.cmake /usr/share/cmake/Modules/CMakeSystem.cmake.in /usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake /usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake /usr/share/cmake/Modules/CMakeTestCXXCompiler.cmake /usr/share/cmake/Modules/CMakeTestCompilerCommon.cmake /usr/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake /usr/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/CrayClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/GNU-CXX.cmake /usr/share/cmake/Modules/Compiler/GNU-FindBinUtils.cmake /usr/share/cmake/Modules/Compiler/GNU.cmake /usr/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake /usr/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/OrangeC-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/TIClang-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Tasking-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake /usr/share/cmake/Modules/GNUInstallDirs.cmake /usr/share/cmake/Modules/Internal/CMakeDetermineLinkerId.cmake /usr/share/cmake/Modules/Internal/FeatureTesting.cmake /usr/share/cmake/Modules/Platform/Linux-Determine-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake /usr/share/cmake/Modules/Platform/Linux-GNU.cmake /usr/share/cmake/Modules/Platform/Linux-Initialize.cmake /usr/share/cmake/Modules/Platform/Linux.cmake /usr/share/cmake/Modules/Platform/UnixPaths.cmake CMakeCache.txt CMakeFiles/3.30.3/CMakeCXXCompiler.cmake CMakeFiles/3.30.3/CMakeSystem.cmake: phony + + +############################################# +# Clean additional files. + +build CMakeFiles/clean.additional: CLEAN_ADDITIONAL + CONFIG = Debug + + +############################################# +# Clean all the built files. + +build clean: CLEAN CMakeFiles/clean.additional + + +############################################# +# Print all primary targets available. + +build help: HELP + + +############################################# +# Make the all target the default. + +default all diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/cmake_install.cmake b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/cmake_install.cmake new file mode 100755 index 0000000..75e5399 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/cmake_install.cmake @@ -0,0 +1,78 @@ +# Install script for directory: /home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables + +# Set the install prefix +if(NOT DEFINED CMAKE_INSTALL_PREFIX) + set(CMAKE_INSTALL_PREFIX "/usr/local") +endif() +string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") + +# Set the install configuration name. +if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + if(BUILD_TYPE) + string(REGEX REPLACE "^[^A-Za-z0-9_]+" "" + CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") + else() + set(CMAKE_INSTALL_CONFIG_NAME "Debug") + endif() + message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +endif() + +# Set the component getting installed. +if(NOT CMAKE_INSTALL_COMPONENT) + if(COMPONENT) + message(STATUS "Install component: \"${COMPONENT}\"") + set(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + else() + set(CMAKE_INSTALL_COMPONENT) + endif() +endif() + +# Install shared libraries without execute permission? +if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + set(CMAKE_INSTALL_SO_NO_EXE "0") +endif() + +# Is this installation the result of a crosscompile? +if(NOT DEFINED CMAKE_CROSSCOMPILING) + set(CMAKE_CROSSCOMPILING "FALSE") +endif() + +# Set path to fallback-tool for dependency-resolution. +if(NOT DEFINED CMAKE_OBJDUMP) + set(CMAKE_OBJDUMP "/usr/bin/objdump") +endif() + +if(CMAKE_INSTALL_COMPONENT STREQUAL "Unspecified" OR NOT CMAKE_INSTALL_COMPONENT) + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/9_Tables" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/9_Tables") + file(RPATH_CHECK + FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/9_Tables" + RPATH "") + endif() + file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/9_Tables") + if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/9_Tables" AND + NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/9_Tables") + if(CMAKE_INSTALL_DO_STRIP) + execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/9_Tables") + endif() + endif() +endif() + +if(CMAKE_INSTALL_COMPONENT) + if(CMAKE_INSTALL_COMPONENT MATCHES "^[a-zA-Z0-9_.+-]+$") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt") + else() + string(MD5 CMAKE_INST_COMP_HASH "${CMAKE_INSTALL_COMPONENT}") + set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INST_COMP_HASH}.txt") + unset(CMAKE_INST_COMP_HASH) + endif() +else() + set(CMAKE_INSTALL_MANIFEST "install_manifest.txt") +endif() + +if(NOT CMAKE_INSTALL_LOCAL_ONLY) + string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT + "${CMAKE_INSTALL_MANIFEST_FILES}") + file(WRITE "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/${CMAKE_INSTALL_MANIFEST}" + "${CMAKE_INSTALL_MANIFEST_CONTENT}") +endif() diff --git a/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/qtcsettings.cmake new file mode 100755 index 0000000..05dae36 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/qtcsettings.cmake @@ -0,0 +1,10 @@ +# This file is managed by Qt Creator, do not edit! + +set("CMAKE_CXX_COMPILER" "/usr/bin/g++" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PREFIX_PATH" "/usr" CACHE "PATH" "" FORCE) +set("QT_QMAKE_EXECUTABLE" "/usr/bin/qmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_PROJECT_INCLUDE_BEFORE" "/home/nktkln/General/University/Code projects/Third term/Industrial programming technologies/9_Tables/build/Desktop-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) +set("CMAKE_C_COMPILER" "/usr/bin/clang" CACHE "FILEPATH" "" FORCE) +set("CMAKE_CXX_FLAGS_INIT" "-DQT_QML_DEBUG" CACHE "STRING" "" FORCE) +set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) +set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/9_Tables/main.cpp b/Third term/Industrial programming technologies/9_Tables/main.cpp new file mode 100755 index 0000000..b0e2eb1 --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/main.cpp @@ -0,0 +1,11 @@ +#include "tables.h" + +#include + +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + Tables w; + w.show(); + return a.exec(); +} diff --git a/Third term/Industrial programming technologies/9_Tables/tables.cpp b/Third term/Industrial programming technologies/9_Tables/tables.cpp new file mode 100755 index 0000000..936d2db --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/tables.cpp @@ -0,0 +1,230 @@ +#include "tables.h" +#include "./ui_tables.h" + +#include +#include +#include +#include +#include + +using namespace std; + +Tables::Tables(QWidget *parent) + : QMainWindow(parent) + , ui(new Ui::Tables) +{ + ui->setupUi(this); + + connect(ui->tableWidget, &QTableWidget::cellChanged, this, &Tables::tableCellChanged); + connect(ui->setRowsButton, &QPushButton::clicked, this, &Tables::setRowsClicked); + connect(ui->setRandomDataButton, &QPushButton::clicked, this, &Tables::setRandomDataClicked); + connect(ui->minButton, &QPushButton::clicked, this, &Tables::minClicked); + connect(ui->avgButton, &QPushButton::clicked, this, &Tables::avgClicked); + connect(ui->maxButton, &QPushButton::clicked, this, &Tables::maxClicked); + connect(ui->searchButton, &QPushButton::clicked, this, &Tables::searchClicked); + connect(ui->sortButton, &QPushButton::clicked, this, &Tables::sortClicked); +} + +Tables::~Tables() +{ + delete ui; +} + +void Tables::tableCellChanged(int row, int collumn) +{ + QTableWidgetItem *item = ui->tableWidget->item(row, collumn); + QString cellData= item->text(); + QRegularExpression cellPattern("\\d+"); + QRegularExpressionMatch cellMatch = cellPattern.match(cellData); + if (!cellMatch.hasMatch() && cellData != "") + { + QMessageBox::warning(this, "Ошибка", "Неверное число."); + if (dataList.size() > row) + { + item->setText(dataList[row]); + } + return; + } + + if (cellData == "") + { + item->setText("0"); + } + + if (dataList.size() > row) + { + dataList[row] = item->text(); + } +} + +void Tables::setRowsClicked() +{ + QString rawRowsCount = ui->rowsCountInput->text(); + QRegularExpression rowsCountPattern("\\d+"); + QRegularExpressionMatch rowsCountMatch = rowsCountPattern.match(rawRowsCount); + if (!rowsCountMatch.hasMatch()) + { + QMessageBox::warning(this, "Ошибка", "Неверное число строк."); + return; + } + + int rowsCount = rawRowsCount.toInt(); + + ui->tableWidget->setRowCount(rowsCount); + ui->tableWidget->setColumnCount(1); + + for(int i = 0; i < rowsCount; i++) + { + QTableWidgetItem *item = ui->tableWidget->item(i, 0); + if(item == nullptr) + { + item = new QTableWidgetItem; + ui->tableWidget->setItem(i, 0, item); + } + + if (dataList.size() <= i) + { + dataList.append(item->text()); + } else + { + item->setText(dataList[i]); + } + } + + if (rowsCount >= 0 && rowsCount < dataList.size()) + { + dataList = dataList.mid(0, rowsCount); + } +} + +void Tables::setRandomDataClicked() +{ + srand(time(0)); + + int rows = ui->tableWidget->rowCount(); + for(int i = 0; i < rows; i++) + { + QTableWidgetItem *item = ui->tableWidget->item(i, 0); + if(item == nullptr) + { + item = new QTableWidgetItem; + ui->tableWidget->setItem(i, 0, item); + } + + item->setText(QString::fromStdString(to_string(rand() % 101))); + + dataList[i] = item->text(); + } +} + +void Tables::minClicked() +{ + if (dataList.size() == 0) + { + QMessageBox::warning(this, "Минимум", "Таблица пустая."); + return; + } + + QString minNum = dataList[0]; + for(int i = 0; i < dataList.size(); i++) + { + if (dataList[i].toInt() < minNum.toInt()) + { + minNum = dataList[i]; + } + } + + QMessageBox::information(this, "Минимум", "Минимальное число: " + minNum); +} + +void Tables::avgClicked() +{ + if (dataList.size() == 0) + { + QMessageBox::warning(this, "Среднее", "Таблица пустая."); + return; + } + + double sum = 0; + for(int i = 0; i < dataList.size(); i++) + { + sum += dataList[i].toInt(); + } + + QMessageBox::information(this, "Среднее", "Среднее значение: " + QString::number(sum / dataList.size())); +} + +void Tables::maxClicked() +{ + if (dataList.size() == 0) + { + QMessageBox::warning(this, "Максимум", "Таблица пустая."); + return; + } + + QString maxNum = dataList[0]; + for(int i = 0; i < dataList.size(); i++) + { + if (dataList[i].toInt() > maxNum.toInt()) + { + maxNum = dataList[i]; + } + } + + QMessageBox::information(this, "Максимум", "Максимальное число: " + maxNum); +} + +void Tables::searchClicked() +{ + QStringList rows; + QString searchData = ui->searchInput->text(); + for(int i = 0; i < dataList.size(); i++) + { + if (dataList[i] == searchData) + { + rows.append(QString::number(i + 1)); + } + } + + if (!rows.isEmpty()) + { + QString message = rows.join(", "); + QMessageBox::information(this, "Позиция", "Позиции в списке:\n" + message); + } else + { + QMessageBox::warning(this, "Позиция", "Данные не найдены."); + } +} + +void Tables::sortClicked() +{ + if (dataList.size() == 0) + { + QMessageBox::warning(this, "Максимум", "Таблица пустая."); + return; + } + + bool isDescending = ui->descendingRadio->isChecked() && !ui->ascendingRadio->isChecked(); + + + sort(dataList.begin(), dataList.end(), [isDescending](const QString a, const QString b) { + if (isDescending) + { + return a.toDouble() > b.toDouble(); + } + return a.toDouble() < b.toDouble(); + + }); + + for(int i = 0; i < dataList.size(); i++) + { + QTableWidgetItem *item = ui->tableWidget->item(i, 0); + if(item == nullptr) + { + item = new QTableWidgetItem; + ui->tableWidget->setItem(i, 0, item); + } + + item->setText(dataList[i]); + } +} diff --git a/Third term/Industrial programming technologies/9_Tables/tables.h b/Third term/Industrial programming technologies/9_Tables/tables.h new file mode 100755 index 0000000..4d26f3e --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/tables.h @@ -0,0 +1,34 @@ +#ifndef TABLES_H +#define TABLES_H + +#include + +QT_BEGIN_NAMESPACE +namespace Ui { +class Tables; +} +QT_END_NAMESPACE + +class Tables : public QMainWindow +{ + Q_OBJECT + +public: + Tables(QWidget *parent = nullptr); + ~Tables(); + +private slots: + void setRowsClicked(); + void setRandomDataClicked(); + void minClicked(); + void avgClicked(); + void maxClicked(); + void tableCellChanged(int row, int collumn); + void searchClicked(); + void sortClicked(); + +private: + Ui::Tables *ui; + QList dataList; +}; +#endif // TABLES_H diff --git a/Third term/Industrial programming technologies/9_Tables/tables.ui b/Third term/Industrial programming technologies/9_Tables/tables.ui new file mode 100755 index 0000000..d7b4bfe --- /dev/null +++ b/Third term/Industrial programming technologies/9_Tables/tables.ui @@ -0,0 +1,273 @@ + + + Tables + + + + 0 + 0 + 870 + 600 + + + + Tables + + + + + + 20 + 60 + 641 + 521 + + + + + 14 + + + + + + + 20 + 20 + 121 + 30 + + + + + 14 + + + + Кол-во строк: + + + + + + 150 + 20 + 113 + 30 + + + + + 14 + + + + Qt::InputMethodHint::ImhPreferNumbers + + + 0 + + + + + + 270 + 20 + 80 + 30 + + + + + 14 + + + + Задать + + + + + + 370 + 20 + 291 + 30 + + + + + 14 + + + + Рандомно заполнить + + + + + + 680 + 70 + 171 + 30 + + + + + 14 + + + + Минимум + + + + + + 680 + 110 + 171 + 30 + + + + + 14 + + + + Среднее + + + + + + 680 + 150 + 171 + 30 + + + + + 14 + + + + Максимум + + + + + + 680 + 200 + 171 + 20 + + + + + 14 + + + + По убыванию + + + true + + + + + + 680 + 230 + 171 + 20 + + + + + 14 + + + + По возрастанию + + + + + + 680 + 260 + 171 + 30 + + + + + 14 + + + + Сортировка + + + + + + 680 + 300 + 171 + 30 + + + + + 14 + + + + Искомое число: + + + + + + 680 + 330 + 171 + 30 + + + + + 14 + + + + + + + 680 + 370 + 171 + 30 + + + + + 14 + + + + Поиск + + + + + + + diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeCache.txt b/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeCache.txt deleted file mode 100755 index 38c16ca..0000000 --- a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeCache.txt +++ /dev/null @@ -1,118 +0,0 @@ -# This is the CMakeCache file. -# For build in directory: /Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug -# It was generated by CMake: /opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -# You can edit this file to change values found and used by cmake. -# If you do not want to change any of the values, simply exit the editor. -# If you do want to change a value, simply edit, save, and exit the editor. -# The syntax for the file is as follows: -# KEY:TYPE=VALUE -# KEY is the name of a variable in the cache. -# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!. -# VALUE is the current value for the KEY. - -######################## -# EXTERNAL cache entries -######################## - -//No help, variable specified on the command line. -CMAKE_BUILD_TYPE:STRING=Debug - -//No help, variable specified on the command line. -CMAKE_CXX_COMPILER:FILEPATH= - -//No help, variable specified on the command line. -CMAKE_C_COMPILER:FILEPATH= - -//Value Computed by CMake. -CMAKE_FIND_PACKAGE_REDIRECTS_DIR:STATIC=/Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeFiles/pkgRedirects - -//No help, variable specified on the command line. -CMAKE_GENERATOR:STRING=Ninja - -//Program used to build from build.ninja files. -CMAKE_MAKE_PROGRAM:FILEPATH=CMAKE_MAKE_PROGRAM-NOTFOUND - -//No help, variable specified on the command line. -CMAKE_PREFIX_PATH:PATH=/Users/nktkln/Qt/6.7.2/macos - -//Value Computed by CMake -CMAKE_PROJECT_DESCRIPTION:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_HOMEPAGE_URL:STATIC= - -//No help, variable specified on the command line. -CMAKE_PROJECT_INCLUDE_BEFORE:FILEPATH=/Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/auto-setup.cmake - -//Value Computed by CMake -CMAKE_PROJECT_NAME:STATIC=Calculator - -//Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=0.1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=1 - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC= - -//Value Computed by CMake -CMAKE_PROJECT_VERSION_TWEAK:STATIC= - -//Value Computed by CMake -Calculator_BINARY_DIR:STATIC=/Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug - -//Value Computed by CMake -Calculator_IS_TOP_LEVEL:STATIC=ON - -//Value Computed by CMake -Calculator_SOURCE_DIR:STATIC=/Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator - -//Skip Qt Creator's package manager auto-setup -QT_CREATOR_SKIP_PACKAGE_MANAGER_SETUP:BOOL=OFF - -//No help, variable specified on the command line. -QT_QMAKE_EXECUTABLE:FILEPATH=/Users/nktkln/Qt/6.7.2/macos/bin/qmake - - -######################## -# INTERNAL cache entries -######################## - -//This is the directory where this CMakeCache.txt was created -CMAKE_CACHEFILE_DIR:INTERNAL=/Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug -//Major version of cmake used to create the current loaded cache -CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3 -//Minor version of cmake used to create the current loaded cache -CMAKE_CACHE_MINOR_VERSION:INTERNAL=28 -//Patch version of cmake used to create the current loaded cache -CMAKE_CACHE_PATCH_VERSION:INTERNAL=3 -//Path to CMake executable. -CMAKE_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.28.3/bin/cmake -//Path to cpack program executable. -CMAKE_CPACK_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.28.3/bin/cpack -//Path to ctest program executable. -CMAKE_CTEST_COMMAND:INTERNAL=/opt/homebrew/Cellar/cmake/3.28.3/bin/ctest -//Generator instance identifier. -CMAKE_GENERATOR_INSTANCE:INTERNAL= -//Name of generator platform. -CMAKE_GENERATOR_PLATFORM:INTERNAL= -//Name of generator toolset. -CMAKE_GENERATOR_TOOLSET:INTERNAL= -//Source directory with the top level CMakeLists.txt file for this -// project -CMAKE_HOME_DIRECTORY:INTERNAL=/Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator -//ADVANCED property for variable: CMAKE_MAKE_PROGRAM -CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1 -//number of local generators -CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=1 -//Platform information initialized -CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1 -//Path to CMake installation. -CMAKE_ROOT:INTERNAL=/opt/homebrew/Cellar/cmake/3.28.3/share/cmake -//uname command -CMAKE_UNAME:INTERNAL=/usr/bin/uname - diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeFiles/3.28.3/CMakeSystem.cmake b/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeFiles/3.28.3/CMakeSystem.cmake deleted file mode 100755 index 3a7cefd..0000000 --- a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeFiles/3.28.3/CMakeSystem.cmake +++ /dev/null @@ -1,15 +0,0 @@ -set(CMAKE_HOST_SYSTEM "Darwin-23.6.0") -set(CMAKE_HOST_SYSTEM_NAME "Darwin") -set(CMAKE_HOST_SYSTEM_VERSION "23.6.0") -set(CMAKE_HOST_SYSTEM_PROCESSOR "arm64") - - - -set(CMAKE_SYSTEM "Darwin-23.6.0") -set(CMAKE_SYSTEM_NAME "Darwin") -set(CMAKE_SYSTEM_VERSION "23.6.0") -set(CMAKE_SYSTEM_PROCESSOR "arm64") - -set(CMAKE_CROSSCOMPILING "FALSE") - -set(CMAKE_SYSTEM_LOADED 1) diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeFiles/CMakeConfigureLog.yaml b/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeFiles/CMakeConfigureLog.yaml deleted file mode 100755 index fdf4c76..0000000 --- a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/CMakeFiles/CMakeConfigureLog.yaml +++ /dev/null @@ -1,11 +0,0 @@ - ---- -events: - - - kind: "message-v1" - backtrace: - - "/opt/homebrew/Cellar/cmake/3.28.3/share/cmake/Modules/CMakeDetermineSystem.cmake:233 (message)" - - "CMakeLists.txt:3 (project)" - message: | - The system is: Darwin - 23.6.0 - arm64 -... diff --git a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/qtcsettings.cmake b/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/qtcsettings.cmake deleted file mode 100755 index 0625861..0000000 --- a/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/qtcsettings.cmake +++ /dev/null @@ -1,9 +0,0 @@ -# This file is managed by Qt Creator, do not edit! - -set("CMAKE_CXX_COMPILER" "" CACHE "FILEPATH" "" FORCE) -set("CMAKE_C_COMPILER" "" CACHE "FILEPATH" "" FORCE) -set("CMAKE_GENERATOR" "Ninja" CACHE "STRING" "" FORCE) -set("CMAKE_BUILD_TYPE" "Debug" CACHE "STRING" "" FORCE) -set("QT_QMAKE_EXECUTABLE" "/Users/nktkln/Qt/6.7.2/macos/bin/qmake" CACHE "FILEPATH" "" FORCE) -set("CMAKE_PREFIX_PATH" "/Users/nktkln/Qt/6.7.2/macos" CACHE "PATH" "" FORCE) -set("CMAKE_PROJECT_INCLUDE_BEFORE" "/Users/nktkln/Documents/University/Code projects/Third term/Industrial programming technologies/Calculator/build/Qt_for_macOS-Debug/.qtc/package-manager/auto-setup.cmake" CACHE "FILEPATH" "" FORCE) \ No newline at end of file diff --git a/Third term/Industrial programming technologies/README.md b/Third term/Industrial programming technologies/README.md index c75b75c..0564df4 100755 --- a/Third term/Industrial programming technologies/README.md +++ b/Third term/Industrial programming technologies/README.md @@ -1,3 +1,17 @@ # Industrial programming technologies +number | grade +:-----: | :-----: +1 | 7.5/7.5 +2 | 7.5/7.5 +3 | 7.5/7.5 +4 | -/7.5 +5 | 7.5/7.5 +6 | 7.5/7.5 +7 | 6/7.5 +8 | -/7.5 +9 | -/7.5 +10 | -/7.5 +Project | -/30 + [Back](/NKTKLN/mirea-projects)